More ACPI and power management updates for 3.17-rc1

 - Fix for an ACPI-based device hotplug regression introduced in 3.14
   that causes a kernel panic to trigger when memory hot-remove is
   attempted with CONFIG_ACPI_HOTPLUG_MEMORY unset from Tang Chen.

 - Fix for a cpufreq regression introduced in 3.16 that triggers a
   "sleeping function called from invalid context" bug in
   dev_pm_opp_init_cpufreq_table() from Stephen Boyd.

 - ACPI battery driver fix for a warning message added in 3.16 that
   prints silly stuff sometimes from Mariusz Ceier.

 - Hibernation fix for safer handling of mismatches in the 820 memory
   map between the configurations during image creation and during
   the subsequent restore from Chun-Yi Lee.

 - ACPI processor driver fix to handle CPU hotplug notifications
   correctly during system suspend/resume from Lan Tianyu.

 - Series of four cpuidle menu governor cleanups that also should
   speed it up a bit from Mel Gorman.

 - Fixes for the speedstep-smi, integrator, cpu0 and arm_big_little
   cpufreq drivers from Hans Wennborg, Himangi Saraogi, Markus Pargmann
   and Uwe Kleine-König.

 - Version 3.0 of the analyze_suspend.py suspend profiling tool
   from Todd E Brandt.

/
Merge branch 'pm-tools'

* pm-tools:
  PM / tools: analyze_suspend.py: update to v3.0