[PATCH v1 0/2] ACPI: bus: Remove struct acpi_driver from the kernel
From: Rafael J. Wysocki (Intel)
Date: Wed Jul 01 2026 - 15:18:02 EST
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]).
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).
Thanks!