Hi Linus, Please pull more power management updates for 2.6.34 from: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6.git for-linus There are two patches in this set. The first one is a missing documentation update and the second one adds generic power management callbacks for the subsystems that only need to execute device drivers' callbacks (embedded people requested that and I think it's going to be immediately useful to them). Documentation/power/runtime_pm.txt | 93 ++++++++++++++ drivers/base/power/Makefile | 1 + drivers/base/power/generic_ops.c | 233 ++++++++++++++++++++++++++++++++++++ include/linux/pm.h | 51 +++++++- include/linux/pm_runtime.h | 6 + 5 files changed, 378 insertions(+), 6 deletions(-) --------------- Rafael J. Wysocki (2): PM / Runtime: Document power.runtime_auto and related functions PM: Provide generic subsystem-level callbacks _______________________________________________ linux-pm mailing list linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/linux-pm