Skip to content
ACPI and power management fixes for 3.18-rc5

 - Fix a crash in the suspend-to-idle code path introduced by a
   recent commit that forgot to check a pointer against NULL before
   dereferencing it (Dmitry Eremin-Solenikov).

 - Fix a boot crash on Exynos5 introduced by a recent commit making
   that platform use generic Device Tree bindings for power domains
   which exposed a weakness in the generic power domains framework
   leading to that crash (Ulf Hansson).

 - Fix a crash during system resume on systems where cpufreq depends
   on Operation Performance Points (OPP) for functionality, but
   CONFIG_OPP is not set.  This leads the cpufreq driver registration
   to fail, but the resume code attempts to restore the pre-suspend
   cpufreq configuration (which does not exist) nevertheless and
   crashes.  From Geert Uytterhoeven.

 - Add a new ACPI blacklist entry for Dell Vostro 3546 that has
   problems if it is reported as Windows 8 compatible to the BIOS
   (Adam Lee).

 - Fix swapped arguments in an error message in the cpufreq-dt
   driver (Abhilash Kesavan).

 - Fix up the prototypes of new callbacks in struct generic_pm_domain
   to make them more useful.  Users of those callbacks will be added
   in 3.19 and it's better for them to be based on the correct struct
   definition in mainline from the start.  From Ulf Hansson and
   Kevin Hilman.

/