All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] debobs support for OMAP3430.
@ 2008-10-01 15:11 Peter 'p2' De Schrijver
  2008-10-01 15:11 ` [PATCH 1/3] Add definitions for ETK pads and debobs registers Peter 'p2' De Schrijver
  0 siblings, 1 reply; 7+ messages in thread
From: Peter 'p2' De Schrijver @ 2008-10-01 15:11 UTC (permalink / raw)
  To: linux-omap; +Cc: Peter 'p2' De Schrijver

This patch adds support for debug observability on OMAP3430 using the ETK lines. A new interface for using debug GPIOs is provided. This interface makes sure the debobs subsystem is initialized before actual gpiolib calls are made. 

Peter 'p2' De Schrijver (3):
  Add definitions for ETK pads and debobs registers
  Debobs and ETK padconf implementation
  Add debobs Kconfig item

 arch/arm/mach-omap2/Makefile              |    3 +
 arch/arm/mach-omap2/debobs.c              |  239 +++++++++++++++++++++++++++++
 arch/arm/plat-omap/Kconfig                |    7 +
 arch/arm/plat-omap/include/mach/control.h |   34 ++++
 arch/arm/plat-omap/include/mach/debobs.h  |    7 +
 5 files changed, 290 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/mach-omap2/debobs.c
 create mode 100644 arch/arm/plat-omap/include/mach/debobs.h


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/3] debobs support for OMAP3430.
@ 2008-09-16 11:24 Peter 'p2' De Schrijver
  2008-09-16 11:24 ` [PATCH 1/3] Add definitions for ETK pads and debobs registers Peter 'p2' De Schrijver
  0 siblings, 1 reply; 7+ messages in thread
From: Peter 'p2' De Schrijver @ 2008-09-16 11:24 UTC (permalink / raw)
  To: linux-omap; +Cc: Peter 'p2' De Schrijver

This patch adds support for debug observability on OMAP3430 using the ETK lines. Resent due to missing sequence numbers.

Peter 'p2' De Schrijver (3):
  Add definitions for ETK pads and debobs registers
  Debobs and ETK padconf implementation
  Add debobs Kconfig item

 arch/arm/mach-omap2/Kconfig               |   10 ++-
 arch/arm/mach-omap2/Makefile              |    3 +
 arch/arm/mach-omap2/debobs.c              |  214 +++++++++++++++++++++++++++++
 arch/arm/plat-omap/include/mach/control.h |   33 +++++
 4 files changed, 259 insertions(+), 1 deletions(-)
 create mode 100644 arch/arm/mach-omap2/debobs.c


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

end of thread, other threads:[~2008-10-07 11:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-01 15:11 [PATCH 0/3] debobs support for OMAP3430 Peter 'p2' De Schrijver
2008-10-01 15:11 ` [PATCH 1/3] Add definitions for ETK pads and debobs registers Peter 'p2' De Schrijver
2008-10-01 15:11   ` [PATCH 2/3] Debobs and ETK padconf implementation Peter 'p2' De Schrijver
2008-10-01 15:11     ` [PATCH 3/3] Add debobs Kconfig item Peter 'p2' De Schrijver
2008-10-07 10:42     ` [PATCH 2/3] Debobs and ETK padconf implementation Kevin Hilman
2008-10-07 10:59       ` Peter 'p2' De Schrijver
  -- strict thread matches above, loose matches on Subject: below --
2008-09-16 11:24 [PATCH 0/3] debobs support for OMAP3430 Peter 'p2' De Schrijver
2008-09-16 11:24 ` [PATCH 1/3] Add definitions for ETK pads and debobs registers Peter 'p2' De Schrijver
2008-09-16 11:24   ` [PATCH 2/3] Debobs and ETK padconf implementation 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.