From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Date: Sat, 19 Nov 2011 22:15:32 +0000 Subject: [GIT PULL] More power management fixes for 3.2 Message-Id: <201111192315.32660.rjw@sisk.pl> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Linus Torvalds Cc: LKML , Linux-sh list , Linux PM list Hi Linus, Please pull additional power management fixes (on top of commit 19e0bafc36abd84a5b4d7c7745b78a6f4626e944) for 3.2 from: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git pm-fixes with top-most commit 501a708f18ef911328ffd39f39738b8a7862aa8e (PM / Suspend: Fix bug in suspend statistics update). They include: * PM QoS and shmobile PM cleanups from Guennadi Liakhovetski. * PM clocks management and shmobile PM fixes from Magnus Damm. * devfreq fixes from MyungJoo Ham and Axel Lin. * shmobile PM fix to avoid restoring INTCS state from random data during initialization. * Driver core fix to disable device runtime PM during shutdown from Peter Chen. * PM core fix to prevent devices with ignore_children set from blocking power removal from their power domains unnecessarily (which is a power regression with respect to 3.1 on some systems). * Hibernation test modes and suspend statistics fixes from Srivatsa S. Bhat. Thanks! arch/arm/mach-shmobile/pm-sh7372.c | 33 ++++++++++++++++++++++------ drivers/base/core.c | 3 ++ drivers/base/power/clock_ops.c | 3 +- drivers/base/power/main.c | 3 +- drivers/base/power/qos.c | 18 +++++---------- drivers/devfreq/Kconfig | 41 +++++++++++++++--------------------- drivers/devfreq/devfreq.c | 10 +++++++- include/linux/device.h | 5 ++++ include/linux/pm.h | 2 +- include/linux/pm_runtime.h | 6 ----- kernel/power/hibernate.c | 23 +++++++++++++++----- kernel/power/main.c | 3 +- 12 files changed, 89 insertions(+), 61 deletions(-) --------------- Axel Lin (1): PM / devfreq: fix use after free in devfreq_remove_device Guennadi Liakhovetski (2): PM / shmobile: Don't skip debugging output in pd_power_up() PM / QoS: Properly use the WARN() macro in dev_pm_qos_add_request() Magnus Damm (2): ARM: mach-shmobile: sh7372 A3SP no_suspend_console fix PM / Clocks: Only disable enabled clocks in pm_clk_suspend() MyungJoo Ham (2): PM / devfreq: Remove compiler error after irq.h update PM / devfreq: correct Kconfig dependency Peter Chen (1): PM / driver core: disable device's runtime PM during shutdown Rafael J. Wysocki (3): PM / shmobile: Avoid restoring the INTCS state during initialization PM Sleep: Do not extend wakeup paths to devices with ignore_children set PM / shmobile: Fix build of sh7372_pm_init() for CONFIG_PM unset Srivatsa S. Bhat (2): PM / Hibernate: Fix the early termination of test modes PM / Suspend: Fix bug in suspend statistics update