Re: [PATCH 9/9] regulator: dummy: convert to use the faux device interface
From: Sudeep Holla
Date: Mon Mar 17 2025 - 06:39:10 EST
On Mon, Mar 17, 2025 at 10:24:11AM +0000, Mark Brown wrote:
> On Mon, Mar 17, 2025 at 10:13:21AM +0000, Sudeep Holla wrote:
> > From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> >
> > The dummy regulator driver does not need to create a platform device, it
> > only did so because it was simple to do. Change it over to use the
> > faux bus instead as this is NOT a real platform device, and it makes
> > the code even smaller than before.
>
> This is already in Greg's tree isn't it, what's going on here?
Sorry if it is already queued. I just checked against linux-next and
posted it as part of this series as I needed it as well to remove all
the "faux" devices under /sys/devices/platform.
I may be missing to check some other branch Greg has queued perhaps.
--
Regards,
Sudeep