The patch series adds minimal support for AM3517 EVM board. Only serial driver is supported now. More functionalities will follow up in subsequent patches. The latest version of (http://marc.info/?l=linux-omap&m=125665214630267&w=2) along with this patch set will let AM35xx EVM boot. The patches are generated against tip of for-next branch. Ranjith Lohithakshan (2): AM35xx: Add support for AM3517 EVM board AM35xx: Defconfig for AM3517 EVM board arch/arm/configs/am3517_evm_defconfig | 1058 +++++++++++++++++++++++++++++++++ arch/arm/mach-omap2/Makefile | 2 + arch/arm/mach-omap2/board-am3517evm.c | 73 +++ 3 files changed, 1133 insertions(+), 0 deletions(-) create mode 100644 arch/arm/configs/am3517_evm_defconfig create mode 100644 arch/arm/mach-omap2/board-am3517evm.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