All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] debugfs entries for PM counters
@ 2008-10-14 14:39 Peter 'p2' De Schrijver
  2008-10-14 14:39 ` [PATCH 1/3] Add closures to clkdm_for_each and pwrdm_for_each Peter 'p2' De Schrijver
  2008-10-29 18:22 ` [PATCH 0/3] debugfs entries for PM counters Kevin Hilman
  0 siblings, 2 replies; 12+ messages in thread
From: Peter 'p2' De Schrijver @ 2008-10-14 14:39 UTC (permalink / raw)
  To: linux-omap; +Cc: Peter 'p2' De Schrijver

This patchset adds 2 debugfs entries for power management counters.
pm_debug/count indicates how many times each powerdomain entered each state
(On, Inactive, Retention, Off).
pm_debug/time indicates how much time each powerdomain spent per state.

Peter 'p2' De Schrijver (3):
  Add closures to clkdm_for_each.
  Add pm-debug counters
  Hook into powerdomain code

 arch/arm/mach-omap2/clockdomain.c             |    5 +-
 arch/arm/mach-omap2/pm-debug.c                |  175 +++++++++++++++++++++++++
 arch/arm/mach-omap2/pm.h                      |    2 +
 arch/arm/mach-omap2/pm34xx.c                  |    8 +-
 arch/arm/mach-omap2/powerdomain.c             |   24 +++-
 arch/arm/plat-omap/include/mach/clockdomain.h |    3 +-
 arch/arm/plat-omap/include/mach/powerdomain.h |    8 +-
 7 files changed, 209 insertions(+), 16 deletions(-)


^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH 0/3] debugfs entries for PM counters
@ 2008-10-15 15:13 Peter 'p2' De Schrijver
  0 siblings, 0 replies; 12+ messages in thread
From: Peter 'p2' De Schrijver @ 2008-10-15 15:13 UTC (permalink / raw)
  To: linux-omap; +Cc: Peter 'p2' De Schrijver

This patchset adds 2 debugfs entries for power management counters.
pm_debug/count indicates how many times each powerdomain entered each state
(On, Inactive, Retention, Off).
pm_debug/time indicates how much time each powerdomain spent per state.

Peter 'p2' De Schrijver (3):
  Add closures to clkdm_for_each and pwrdm_for_each.
  Add pm-debug counters
  Hook into powerdomain code

 arch/arm/mach-omap2/clockdomain.c             |    5 +-
 arch/arm/mach-omap2/pm-debug.c                |  175 +++++++++++++++++++++++++
 arch/arm/mach-omap2/pm.h                      |    2 +
 arch/arm/mach-omap2/pm34xx.c                  |    8 +-
 arch/arm/mach-omap2/powerdomain.c             |   17 ++-
 arch/arm/plat-omap/include/mach/clockdomain.h |    3 +-
 arch/arm/plat-omap/include/mach/powerdomain.h |    8 +-
 7 files changed, 204 insertions(+), 14 deletions(-)


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

end of thread, other threads:[~2008-10-29 18:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-14 14:39 [PATCH 0/3] debugfs entries for PM counters Peter 'p2' De Schrijver
2008-10-14 14:39 ` [PATCH 1/3] Add closures to clkdm_for_each and pwrdm_for_each Peter 'p2' De Schrijver
2008-10-14 14:39   ` [PATCH 2/3] Add pm-debug counters Peter 'p2' De Schrijver
2008-10-14 14:39     ` [PATCH 3/3] Hook into powerdomain code Peter 'p2' De Schrijver
2008-10-14 19:55       ` Paul Walmsley
2008-10-15 14:32         ` Peter 'p2' De Schrijver
2008-10-14 19:47     ` [PATCH 2/3] Add pm-debug counters Paul Walmsley
2008-10-15  6:12     ` Högander Jouni
2008-10-15  9:54       ` Tero.Kristo
2008-10-14 19:50   ` [PATCH 1/3] Add closures to clkdm_for_each and pwrdm_for_each Paul Walmsley
2008-10-29 18:22 ` [PATCH 0/3] debugfs entries for PM counters Kevin Hilman
  -- strict thread matches above, loose matches on Subject: below --
2008-10-15 15:13 Peter 'p2' De Schrijver

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.