Re: [PATCH/RFC 3/4] OMAP3: PM debug: remove register dumping

2011-05-30 Thread Santosh Shilimkar
On 5/27/2011 4:32 AM, Kevin Hilman wrote: Remove OMAP3-specific register dumping feature from PM debug layer. This is removed because: - it's ugly - it's OMAP3-specific, and will obviously not scale to OMAP4+ - userspace /dev/mem-based tools (like omapconf) can do this much better Fully agree

Re: [PATCH/RFC 3/4] OMAP3: PM debug: remove register dumping

2011-05-30 Thread Jean Pihet
On Mon, May 30, 2011 at 9:18 AM, Santosh Shilimkar santosh.shilim...@ti.com wrote: On 5/27/2011 4:32 AM, Kevin Hilman wrote: Remove OMAP3-specific register dumping feature from PM debug layer. This is removed because: - it's ugly - it's OMAP3-specific, and will obviously not scale to OMAP4+

[PATCH/RFC 3/4] OMAP3: PM debug: remove register dumping

2011-05-26 Thread Kevin Hilman
Remove OMAP3-specific register dumping feature from PM debug layer. This is removed because: - it's ugly - it's OMAP3-specific, and will obviously not scale to OMAP4+ - userspace /dev/mem-based tools (like omapconf) can do this much better Signed-off-by: Kevin Hilman khil...@ti.com ---