Re: [PATCH V7 04/16] rust: device: Add property_present()
From: Greg Kroah-Hartman
Date: Wed Jan 15 2025 - 12:21:17 EST
On Wed, Jan 15, 2025 at 01:05:15PM +0530, Viresh Kumar wrote:
> +Rob/Dirk,
>
> On 15-01-25, 12:45, Viresh Kumar wrote:
> > On 14-01-25, 19:42, Greg Kroah-Hartman wrote:
> > > On Mon, Jan 13, 2025 at 04:52:59PM +0530, Viresh Kumar wrote:
> > > > This implements Device::property_present(), which calls C APIs
> > > > device_property_present() helper.
> > > >
> > > > The new helper will be used by Rust based cpufreq drivers.
> > > >
> > > > Signed-off-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
> > > > ---
> > > > rust/bindings/bindings_helper.h | 1 +
> > > > rust/kernel/device.rs | 7 +++++++
> > > > 2 files changed, 8 insertions(+)
> > >
> > > Want me to take this in my driver-core tree now for 6.14-rc1?
> >
> > Sure, Thanks.
>
> I now see that Rob/Dirk have sent [1] a bigger patch earlier which adds
> this functionality along with other DT bindings. Though it isn't
> merged yet.
That's still in the RFC stage, I'll take this now so that when the RFC
patchset is rebased/resubmitted, it will be smaller.
thanks,
greg k-h