Tony, Please pull the misc PM updates below for 2.6.37. Note that this pull request should've come before the pm-runtime one since the pm-runtime branch has some a build dependency on the omap_device patches in this series. Thanks, Kevin The following changes since commit b30a3f6257ed2105259b404d419b4964e363928c: Linux 2.6.36-rc5 (2010-09-20 16:56:53 -0700) are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git pm-next Benoit Cousson (2): OMAP4: hwmod: Add initial data for OMAP4430 ES1 & ES2 OMAP4: pm: Change l3_main to l3_main_1 during bus device init Kevin Hilman (5): OMAP3: PM: whitespace cleanup around IO wakeup enable OMAP3: PM: move device-specific special cases from PM core into CPUidle Revert "OMAP: omap_device: add omap_device_is_valid()" OMAP: omap_device: make all devices a child of a new parent device OMAP: GPIO: ensure debounce clocks are disabled during idle/suspend Paul Walmsley (1): OMAP clockdomain: initialize clockdomain registers when the clockdomain layer starts Santosh Shilimkar (3): omap: pm-debug: Move common debug code to pm-debug.c omap: pm-debug: Enable wakeup_timer_milliseconds debugfs entry omap: pm: Move set_pwrdm_state routine to common pm.c Thara Gopinath (2): OMAP: PM debugfs removing OMAP3 hardcodings. OMAP4: pm.c extensions for OMAP4 support arch/arm/mach-omap2/Makefile | 1 + arch/arm/mach-omap2/clockdomain.c | 110 +----- arch/arm/mach-omap2/cpuidle34xx.c | 58 +++- arch/arm/mach-omap2/io.c | 7 +- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 482 +++++++++++++++++++++++++ arch/arm/mach-omap2/pm-debug.c | 42 ++- arch/arm/mach-omap2/pm.c | 75 ++++- arch/arm/mach-omap2/pm.h | 4 +- arch/arm/mach-omap2/pm34xx.c | 99 +----- arch/arm/plat-omap/Makefile | 2 +- arch/arm/plat-omap/gpio.c | 6 +- arch/arm/plat-omap/include/plat/common.h | 3 +- arch/arm/plat-omap/include/plat/omap_device.h | 4 +- arch/arm/plat-omap/include/plat/omap_hwmod.h | 1 + arch/arm/plat-omap/omap_device.c | 32 +- 15 files changed, 696 insertions(+), 230 deletions(-) create mode 100644 arch/arm/mach-omap2/omap_hwmod_44xx_data.c -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html