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 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html