RE: [PATCH/RFC 2/4] OMAP2: PM debug: remove register dumping

2011-06-01 Thread Titiano, Patrick
Hi Kevin, [...] Sorry but omapconf is run from userspace, it cannot be used to dump PRCM registers right before and after MPU WFI. Right, taking register snapshots is currently beyond the scope of omapconf. However, as I suggested earlier in this thread, if we had a new driver with

RE: [PATCH/RFC 2/4] OMAP2: PM debug: remove register dumping

2011-05-31 Thread Titiano, Patrick
@vger.kernel.org; Titiano, Patrick Subject: Re: [PATCH/RFC 2/4] OMAP2: PM debug: remove register dumping On Fri, May 27, 2011 at 1:02 AM, Kevin Hilman khil...@ti.com wrote: Signed-off-by: Kevin Hilman khil...@ti.com --- arch/arm/mach-omap2/pm-debug.c | 119

Re: [PATCH/RFC 2/4] OMAP2: PM debug: remove register dumping

2011-05-31 Thread Kevin Hilman
Santosh Shilimkar santosh.shilim...@ti.com writes: On 5/27/2011 4:32 AM, Kevin Hilman wrote: Signed-off-by: Kevin Hilmankhil...@ti.com Do you plan to keep wroking the patch which dumps registers before and after WFI ? No. I haven't thought through all the details yet, but I'm hoping that

Re: [PATCH/RFC 2/4] OMAP2: PM debug: remove register dumping

2011-05-31 Thread Kevin Hilman
Hi Patrick, Titiano, Patrick p-titi...@ti.com writes: [...] OK for this change. Is it the intention to use the omapconf tool as the replacement for the regs dump code? Sorry but omapconf is run from userspace, it cannot be used to dump PRCM registers right before and after MPU WFI.

Re: [PATCH/RFC 2/4] OMAP2: PM debug: remove register dumping

2011-05-30 Thread Santosh Shilimkar
On 5/27/2011 4:32 AM, Kevin Hilman wrote: Signed-off-by: Kevin Hilmankhil...@ti.com Do you plan to keep wroking the patch which dumps registers before and after WFI ? Ofcourse this patch is in your pm-debug branch. For this change Acked-by: Santosh Shilimkar santosh.shilim...@ti.com --

Re: [PATCH/RFC 2/4] OMAP2: PM debug: remove register dumping

2011-05-30 Thread Jean Pihet
On Fri, May 27, 2011 at 1:02 AM, Kevin Hilman khil...@ti.com wrote: Signed-off-by: Kevin Hilman khil...@ti.com ---  arch/arm/mach-omap2/pm-debug.c |  119  arch/arm/mach-omap2/pm.h       |    4 -  arch/arm/mach-omap2/pm24xx.c   |    6 +-  3 files

[PATCH/RFC 2/4] OMAP2: PM debug: remove register dumping

2011-05-26 Thread Kevin Hilman
Signed-off-by: Kevin Hilman khil...@ti.com --- arch/arm/mach-omap2/pm-debug.c | 119 arch/arm/mach-omap2/pm.h |4 - arch/arm/mach-omap2/pm24xx.c |6 +- 3 files changed, 2 insertions(+), 127 deletions(-) diff --git