This patchset makes the PM counters no longer debug only. This will allow drivers to decide if they need to reinitialize the hardware due to an off to on transition. This probably needs some more work/thinking. Peter 'p2' De Schrijver (5): Move some counter functions to powerdomain.c Adapt prototypes for counter functions Move counter function into generic OMAP PM Make counter types unsigned, add closure pointer to pwrdm_for_each, add prototypes Add hooks to PM layer and clock tree for PM counters arch/arm/mach-omap2/clock.c | 3 +- arch/arm/mach-omap2/clockdomain.c | 4 +- arch/arm/mach-omap2/pm-debug.c | 107 ++++-------------------- arch/arm/mach-omap2/pm.h | 14 +-- arch/arm/mach-omap2/pm34xx.c | 10 +- arch/arm/mach-omap2/powerdomain.c | 113 +++++++++++++++++++++++-- arch/arm/plat-omap/include/mach/powerdomain.h | 13 ++- 7 files changed, 146 insertions(+), 118 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