[PATCH v1 0/9] ACPI: driver: Cleanups and fixes, mostly related to acpi_device_name/class()

From: Rafael J. Wysocki

Date: Thu Mar 05 2026 - 15:34:45 EST


Hi All,

This series

* Cleans up a few wonky things in the core ACPI drivers (patches [1-4/9])
* Updates several drivers to stop setting acpi_device_name(), which
is not used anywhere later (patch [5/9])
* Adjusts notification APIs to be more consistent and in preparation for
the next change (patch [6-7/9])
* Updates several drivers to stop setting acpi_device_class(), which is not
used anywhere later, and one driver still using it (button) to clear it
on remove (patch [8/9])
* Consolidates the ACPI_AC_CLASS definitions (patch [9/9]).

Thanks!