Re: [PATCH 1/9] cpuidle: psci: Transition to the faux device interface

From: Rafael J. Wysocki
Date: Wed Apr 09 2025 - 15:29:15 EST


On Wed, Apr 9, 2025 at 9:18 PM Sudeep Holla <sudeep.holla@xxxxxxx> wrote:
>
> On Wed, Apr 09, 2025 at 08:03:32PM +0200, Rafael J. Wysocki wrote:
> > On Mon, Mar 17, 2025 at 11:13 AM Sudeep Holla <sudeep.holla@xxxxxxx> wrote:
> > >
> > > The PSCI cpuidle driver does not require the creation of a platform
> > > device. Originally, this approach was chosen for simplicity when the
> > > driver was first implemented.
> > >
> > > With the introduction of the lightweight faux device interface, we now
> > > have a more appropriate alternative. Migrate the driver to utilize the
> > > faux bus, given that the platform device it previously created was not
> > > a real one anyway. This will simplify the code, reducing its footprint
> > > while maintaining functionality.
> > >
> > > Cc: Lorenzo Pieralisi <lpieralisi@xxxxxxxxxx>
> > > Cc: "Rafael J. Wysocki" <rafael@xxxxxxxxxx>
> > > Cc: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx>
> > > Cc: linux-pm@xxxxxxxxxxxxxxx
> > > Signed-off-by: Sudeep Holla <sudeep.holla@xxxxxxx>
> >
> > Do you want me to pick up this one?
> >
>
> Yes you can pick this up.
>
> Just checked again, this is v1 and correct version.

Applied as 6.16 material, thanks!