Re: [PATCH v1 0/2] ACPI: bus: Remove struct acpi_driver from the kernel
From: Rafael J. Wysocki (Intel)
Date: Thu Jul 02 2026 - 07:34:46 EST
On Thu, Jul 2, 2026 at 11:15 AM Andy Shevchenko
<andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
>
> On Wed, Jul 01, 2026 at 09:15:27PM +0200, Rafael J. Wysocki (Intel) wrote:
> > Hi All,
> >
> > After converting all of the drivers using the struct acpi_driver interface to
> > proper platform drivers, that interface can be dropped now, which is done in
> > this series (patch [1/2]).
>
> What a nice result!
>
> > Additionally, the no_pm flag is set for all struct acpi_device object since
> > they are not going to be directly involved in any kind of power management
> > now (that is, they will not have PM-aware drivers and they will not be
> > included in PM domains).
>
> I am in favour of this cleanup!
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
Thank you!