Re: [PATCH 0/9] drivers: Transition to the faux device interface
From: Greg Kroah-Hartman
Date: Mon Mar 17 2025 - 09:03:33 EST
On Mon, Mar 17, 2025 at 10:13:12AM +0000, Sudeep Holla wrote:
> Recently when debugging why one of the scmi platform device was not
> showing up under /sys/devices/platform/firmware:scmi instead was
> appearing directly under /sys/devices/platform, I noticed the new
> faux interface /sys/devices/faux.
>
> Looking through the discussion and the background, I got excited and
> took the opportunity to clear all the platform devices under
> /sys/devices/platform on the Arm Juno/FVP platforms that are really
> faux devices. Only the platform devices created for the device nodes
> from the DT remain under /sys/devices/platform after these changes.
>
> All the patches are independent of each other.
That's great, but you need to send these all independently to each
subsystem as needed. Having it all in one series doesn't work for any
of the maintainers of any of the subsystems.
And I'm glad to see this work happening, thanks for doing that!
greg k-h