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

Rafael J. Wysocki posted 9 patches 1 month ago
There is a newer version of this series
[PATCH v1 0/9] ACPI: driver: Cleanups and fixes, mostly related to acpi_device_name/class()
Posted by Rafael J. Wysocki 1 month ago
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!