From: Vikram Pandita <vikram.pandita@xxxxxx> The following patch series adds support for Texas Instruments OMAP3 Zoom2 board. The board has Modem attached to UART1, WLAN to UART2 and GPS to UART3. An external debug board is included for console and LAN. Please see: http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp There is still thing that needs to be worked on and includes: - SMSC911x NFS mount problem - Low level debug uart need to use debug board - Dynamic detection of debug board presence Vikram Pandita (3): OMAP3:zoom2: Add support for OMAP3 Zoom2 board OMAP3:zoom2: Defconfig for Zoom2 board OMAP3:zoom2: Makefile and Kconfig for Zoom2 board arch/arm/configs/omap_zoom2_defconfig | 1211 +++++++++++++++++++++++++++ arch/arm/mach-omap2/Kconfig | 4 + arch/arm/mach-omap2/Makefile | 4 +- arch/arm/mach-omap2/board-zoom-debugboard.c | 160 ++++ arch/arm/mach-omap2/board-zoom2.c | 110 +++ 5 files changed, 1488 insertions(+), 1 deletions(-) create mode 100644 arch/arm/configs/omap_zoom2_defconfig create mode 100644 arch/arm/mach-omap2/board-zoom-debugboard.c create mode 100644 arch/arm/mach-omap2/board-zoom2.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