Re: [PATCH 2/3] Add pm-debug counters

2008-10-15 Thread Högander Jouni
ext Peter 'p2' De Schrijver [EMAIL PROTECTED] writes: This patch provides the debugfs entries and a function which will be called by the PM code to register the time spent per domain per state. Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] --- arch/arm/mach-omap2/pm-debug.c

[PATCH 2/3] Add pm-debug counters

2008-10-15 Thread Peter 'p2' De Schrijver
This patch provides the debugfs entries and a function which will be called by the PM code to register the time spent per domain per state. Also some new fields are added to the powerdomain struct to keep the time information. Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] ---

Re: [PATCH 2/3] Add pm-debug counters

2008-10-14 Thread Paul Walmsley
Hi Peter a few quick comments... On Tue, 14 Oct 2008, Peter 'p2' De Schrijver wrote: This patch provides the debugfs entries and a function which will be called by the PM code to register the time spent per domain per state. Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] ---

[PATCH 2/3] Add pm-debug counters

2008-10-07 Thread Peter 'p2' De Schrijver
Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] --- arch/arm/mach-omap2/pm-debug.c| 153 - arch/arm/mach-omap2/pm.h | 19 +--- arch/arm/plat-omap/include/mach/powerdomain.h | 14 ++- 3 files changed, 87 insertions(+), 99