Skip to content
ACPI fixes for v4.14-rc2

 - Fix the initialization of resources in the ACPI WDAT watchdog
   driver that uses unititialized memory which causes compiler
   warnings to be triggered (Arnd Bergmann).

 - Fix a recent regression in the ACPI device properties handling
   that causes some device properties data to be skipped during
   enumeration (Sakari Ailus).

 - Fix a recent change in behavior that caused the ACPI_HANDLE()
   macro to stop working for non-GPL code which is a problem for
   the NVidia binary graphics driver, for example (John Hubbard).

 - Add a MAINTAINERS entry for the ACPI PMIC drivers to specify
   the official reviewers for that code (Rafael Wysocki).