This series enables GP timer 12 as a wakeup source since it is in the WKUP powerdomain. Since Beagle boards <= B4 need to use gptimer12, this will allow these boards to sleep-when-idle using gptimer12 as the wakeup timer. I've verified on my ES2.1 beagle that gptimer12 can wakeup the system from retention and off-mode. Special thanks to Paul Walmsley for some advice on getting this working. Kevin Hilman (3): OMAP: move GP timer selection alongside other timer options OMAP: dmtimer: enable all timers to be wakeup events OMAP3: PM: enable gptimer12 as a wakeup source arch/arm/mach-omap2/Kconfig | 16 ---------------- arch/arm/mach-omap2/pm34xx.c | 6 ++++-- arch/arm/mach-omap2/prcm-common.h | 2 ++ arch/arm/plat-omap/Kconfig | 15 +++++++++++++++ arch/arm/plat-omap/dmtimer.c | 6 ++---- 5 files changed, 23 insertions(+), 22 deletions(-) -- 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