This patchset implement counters to count the number of off to on state transitions in a powerdomain. These counters will be made available to drivers in a later patchset to allow them to make a better informed decision wether to restore the hardware registers or not. Peter 'p2' De Schrijver (3): Power off on state counter debugging Power off on state counter infrastructure Add hooks for counting off on power transitions arch/arm/mach-omap2/Makefile | 2 +- arch/arm/mach-omap2/clockdomain.c | 10 +++++ arch/arm/mach-omap2/off-state-counter-debug.c | 50 +++++++++++++++++++++++++ arch/arm/mach-omap2/pm34xx.c | 6 ++- arch/arm/mach-omap2/powerdomain.c | 48 +++++++++++++++++++++++- include/asm-arm/arch-omap/powerdomain.h | 9 ++++- 6 files changed, 120 insertions(+), 5 deletions(-) create mode 100644 arch/arm/mach-omap2/off-state-counter-debug.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