On 5/27/2011 4:32 AM, Kevin Hilman wrote:
Inspired by Jean's work to move PM code to modules, I decided it's
time to remove a bunch of ugly and difficult to maintain code from PM
debug.
The main chunk here is removing the register dump features for
OMAP2/OMAP3 which are awful to read, and impossible to scale for
OMAP4+. Also, there are now some userspace /dev/mem-based tools (like
omapconf) that can handle this type of thing much better, and with a
much better interface and display.
Series applies to v2.6.39.
I have tested this series on V3.0-rc2 as part of OMAP4 PM
series. I think it's ready for merge.
Tested-by: Santosh Shilimkar <santosh.shilim...@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilim...@ti.com>
Kevin Hilman (4):
OMAP3: PM debug: remove sleep_while_idle feature
OMAP2: PM debug: remove register dumping
OMAP3: PM debug: remove register dumping
OMAP2: PM debug: move wakeup timer into clockevent code
arch/arm/mach-omap2/pm-debug.c | 362 -----------------------------
arch/arm/mach-omap2/pm.h | 9 -
arch/arm/mach-omap2/pm24xx.c | 6 +-
arch/arm/mach-omap2/pm34xx.c | 6 -
arch/arm/mach-omap2/timer-gp.c | 33 +++-
arch/arm/plat-omap/include/plat/dmtimer.h | 1 -
6 files changed, 32 insertions(+), 385 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html