Skip to content
ACPI fixes for 5.0-rc2

 - Fix build failures with both CONFIG_NLS and CONFIG_PCI unset that
   can occur since ACPI can be built without PCI now (Sinan Kaya).

 - Clean up the handling of duplicate entries in power resource lists
   returned by _PRx evaluation to avoid triggering WARN_ON() on
   attempts to add duplicate symlinks in sysfs (Hans de Goede).

 - Fix issues with the TS current-source switching on systems using
   the xpower PMIC by avoiding to update unrelated bits in the TS
   pin-ctrl register and avoiding to unconditionally enable TS
   current-source on systems where it is not used (Hans de Goede).

 - Fix addresses in NUMA-related messages on 32-bit with PAE which
   can be truncated due to integer type conversions (Chao Fan).