All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] OMAP PM debug infrastructure for 2.6.32
@ 2009-08-13 16:52 Kevin Hilman
       [not found] ` <1250182359-18830-1-git-send-email-khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
  0 siblings, 1 reply; 23+ messages in thread
From: Kevin Hilman @ 2009-08-13 16:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-arm; +Cc: linux-omap

This series adds the PM debug infrastructure which is
currently used in the OMAP PM branch[1].

Applies on v2.6.31-rc5 plus previous PM fixes queue:

  [PATCH 00/14] OMAP PM fixes for .31-rc series

Kevin

[1] http://elinux.org/OMAP_Power_Management

Peter 'p2' De Schrijver (8):
  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
  OMAP: PM: Add definitions for ETK pads and observability registers
  OMAP3: Debug observability and ETK padconf implementation
  OMAP3: Add debug observablity (debobs) Kconfig item

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/Makefile                  |    3 +
 arch/arm/mach-omap2/clock.c                   |    2 +
 arch/arm/mach-omap2/clockdomain.c             |   10 +-
 arch/arm/mach-omap2/debobs.c                  |  240 ++++++++++++++
 arch/arm/mach-omap2/pm-debug.c                |  413 ++++++++++++++++++++++++-
 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/Kconfig                    |    7 +
 arch/arm/plat-omap/include/mach/clockdomain.h |    3 +-
 arch/arm/plat-omap/include/mach/control.h     |   47 +++-
 arch/arm/plat-omap/include/mach/debobs.h      |    7 +
 arch/arm/plat-omap/include/mach/powerdomain.h |   15 +-
 14 files changed, 893 insertions(+), 17 deletions(-)
 create mode 100644 arch/arm/mach-omap2/debobs.c
 mode change 100644 => 100755 arch/arm/mach-omap2/pm.h
 create mode 100644 arch/arm/plat-omap/include/mach/debobs.h


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

end of thread, other threads:[~2009-08-18 12:43 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-13 16:52 [PATCH 00/10] OMAP PM debug infrastructure for 2.6.32 Kevin Hilman
     [not found] ` <1250182359-18830-1-git-send-email-khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
2009-08-13 16:52   ` [PATCH 01/10] OMAP: PM counter infrastructure Kevin Hilman
2009-08-13 16:52     ` [PATCH 02/10] OMAP: PM: Hook into PM counters Kevin Hilman
     [not found]       ` <1250182359-18830-3-git-send-email-khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
2009-08-13 16:52         ` [PATCH 03/10] OMAP: PM: Add closures to clkdm_for_each and pwrdm_for_each Kevin Hilman
     [not found]           ` <1250182359-18830-4-git-send-email-khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
2009-08-13 16:52             ` [PATCH 04/10] OMAP: PM: Add pm-debug counters Kevin Hilman
2009-08-13 16:52               ` [PATCH 05/10] OMAP: PM debug: make powerdomains use PM-debug counters Kevin Hilman
     [not found]                 ` <1250182359-18830-6-git-send-email-khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
2009-08-13 16:52                   ` [PATCH 06/10] OMAP: PM debug: Add PRCM register dump support Kevin Hilman
2009-08-13 18:39                     ` Aguirre Rodriguez, Sergio Alberto
     [not found]                       ` <A24693684029E5489D1D202277BE89444A78397F-EovWT4A8QTWIQmiDNMet8wC/G2K4zDHf@public.gmane.org>
2009-08-13 21:34                         ` Kevin Hilman
     [not found]                           ` <87eirfe6uo.fsf-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
2009-08-13 22:28                             ` Kevin Hilman
     [not found]                     ` <1250182359-18830-7-git-send-email-khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
2009-08-13 16:52                       ` [PATCH 07/10] OMAP: PM: Add definitions for ETK pads and observability registers Kevin Hilman
     [not found]                         ` <1250182359-18830-8-git-send-email-khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
2009-08-13 16:52                           ` [PATCH 08/10] OMAP3: Debug observability and ETK padconf implementation Kevin Hilman
     [not found]                             ` <1250182359-18830-9-git-send-email-khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
2009-08-13 16:52                               ` [PATCH 09/10] OMAP3: Add debug observablity (debobs) Kconfig item Kevin Hilman
     [not found]                                 ` <1250182359-18830-10-git-send-email-khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
2009-08-13 16:52                                   ` [PATCH 10/10] OMAP: PM: Added suspend target state control to debugfs for OMAP3 Kevin Hilman
     [not found]                                     ` <1250182359-18830-11-git-send-email-khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
2009-08-13 18:42                                       ` Aguirre Rodriguez, Sergio Alberto
     [not found]                                         ` <A24693684029E5489D1D202277BE89444A78398A-EovWT4A8QTWIQmiDNMet8wC/G2K4zDHf@public.gmane.org>
2009-08-13 21:35                                           ` Kevin Hilman
2009-08-17  8:10                                       ` Tony Lindgren
2009-08-18 12:43                                         ` Kevin Hilman
2009-08-17  8:08                                   ` [PATCH 09/10] OMAP3: Add debug observablity (debobs) Kconfig item Tony Lindgren
2009-08-17  8:07                               ` [PATCH 08/10] OMAP3: Debug observability and ETK padconf implementation Tony Lindgren
2009-08-15  5:10                           ` [PATCH 07/10] OMAP: PM: Add definitions for ETK pads and observability registers Gadiyar, Anand
2009-08-18 12:12                             ` Kevin Hilman
2009-08-17  8:03                       ` [PATCH 06/10] OMAP: PM debug: Add PRCM register dump support Tony Lindgren

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.