This patch adds support for debug observability on OMAP3430 using the ETK lines. Fixes some potential issues with the OMAP343X_CONTROL_DEBOBS, OMAP343X_PADCONF_ETK and OMAP343X_CONTROL_WKUP_DEBOBSMUX macros. 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 | 34 +++++ 4 files changed, 260 insertions(+), 1 deletions(-) create mode 100644 arch/arm/mach-omap2/debobs.c -- 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