[PATCH v1 0/2] ACPI: PM: Refine acpi_dev_pm_attach() and stop special-casing buttons
From: Rafael J. Wysocki
Date: Sat Jan 10 2026 - 06:58:57 EST
Hi All,
The first patch causes acpi_dev_pm_attach() to skip devices whose ACPI
companions cannot do ACPI PM or wakeup and the second one (which is
a fix) causes device ACPI PM enumeration to stop treating buttons in
a special way (which is not necessary and becomes harmful after the
conversion of the button driver to a platform one).
Thanks!