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): Powerdomain debugging Powerdomain off mode counters PM and clock domain hooks for off mode counters arch/arm/mach-omap2/Makefile | 2 +- arch/arm/mach-omap2/clockdomain.c | 10 +++++ arch/arm/mach-omap2/pm34xx.c | 9 +++- arch/arm/mach-omap2/powerdomain-debug.c | 50 +++++++++++++++++++++++++ arch/arm/mach-omap2/powerdomain.c | 48 +++++++++++++++++++++++- arch/arm/plat-omap/include/mach/powerdomain.h | 9 ++++- 6 files changed, 122 insertions(+), 6 deletions(-) create mode 100644 arch/arm/mach-omap2/powerdomain-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