public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] OMAP3: PM debug infrastructure
@ 2009-08-23 21:32 Kevin Hilman
  2009-08-23 21:32 ` [PATCH v2 1/7] OMAP: PM counter infrastructure Kevin Hilman
  2009-08-24 15:20 ` [PATCH v2 0/7] OMAP3: PM debug infrastructure Tony Lindgren
  0 siblings, 2 replies; 9+ messages in thread
From: Kevin Hilman @ 2009-08-23 21:32 UTC (permalink / raw)
  To: linux-omap

updates from v1
- update 'Add PRCM register dump support' to use SoC specific
  registers.  Currenly only OMAP3 supported.
- drop debug observability support for now, needs some updates as pointed
  out by Tony

Peter 'p2' De Schrijver (5):
  OMAP: PM counter infrastructure.
  OMAP: PM: Hook into PM counters
  OMAP: PM: Add closures to clkdm_for_each and pwrdm_for_each.
  OMAP: PM: Add pm-debug counters
  OMAP: PM debug: make powerdomains use PM-debug counters

Tero Kristo (2):
  OMAP: PM debug: Add PRCM register dump support
  OMAP: PM: Added suspend target state control to debugfs for OMAP3

 arch/arm/mach-omap2/clock.c                   |    2 +
 arch/arm/mach-omap2/clockdomain.c             |   10 +-
 arch/arm/mach-omap2/pm-debug.c                |  429 ++++++++++++++++++++++++-
 arch/arm/mach-omap2/pm.h                      |   11 +
 arch/arm/mach-omap2/pm24xx.c                  |    4 +-
 arch/arm/mach-omap2/pm34xx.c                  |   38 ++-
 arch/arm/mach-omap2/powerdomain.c             |  110 ++++++-
 arch/arm/plat-omap/include/mach/clockdomain.h |    3 +-
 arch/arm/plat-omap/include/mach/powerdomain.h |   15 +-
 9 files changed, 607 insertions(+), 15 deletions(-)


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-08-24 15:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-23 21:32 [PATCH v2 0/7] OMAP3: PM debug infrastructure Kevin Hilman
2009-08-23 21:32 ` [PATCH v2 1/7] OMAP: PM counter infrastructure Kevin Hilman
2009-08-23 21:32   ` [PATCH v2 2/7] OMAP: PM: Hook into PM counters Kevin Hilman
2009-08-23 21:32     ` [PATCH v2 3/7] OMAP: PM: Add closures to clkdm_for_each and pwrdm_for_each Kevin Hilman
2009-08-23 21:32       ` [PATCH v2 4/7] OMAP: PM: Add pm-debug counters Kevin Hilman
2009-08-23 21:32         ` [PATCH v2 5/7] OMAP: PM debug: make powerdomains use PM-debug counters Kevin Hilman
2009-08-23 21:32           ` [PATCH v2 6/7] OMAP: PM debug: Add PRCM register dump support Kevin Hilman
2009-08-23 21:32             ` [PATCH v2 7/7] OMAP: PM: Added suspend target state control to debugfs for OMAP3 Kevin Hilman
2009-08-24 15:20 ` [PATCH v2 0/7] OMAP3: PM debug infrastructure Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox