This series of patches introduces board support for the HTC Herald (T-Mobile Wing, etc.) series of OMAP850-based smart phones. This is a reposting of this series refreshed to the latest for-next branch and updated for comments made by Tony Lindgren. Cory Maccarrone (3): [OMAP] htcherald: Add board support and LCD for HTC Herald htcherald: Modify Makefiles and Kconfig for HTC Herald htcherald: Add default kernel configuration for Herald arch/arm/configs/htcherald_defconfig | 1142 +++++++++++++++++++++++++++++++++ arch/arm/mach-omap1/Kconfig | 6 + arch/arm/mach-omap1/Makefile | 1 + arch/arm/mach-omap1/board-htcherald.c | 247 +++++++ drivers/video/omap/Makefile | 1 + drivers/video/omap/lcd_htcherald.c | 129 ++++ 6 files changed, 1526 insertions(+), 0 deletions(-) create mode 100644 arch/arm/configs/htcherald_defconfig create mode 100644 arch/arm/mach-omap1/board-htcherald.c create mode 100644 drivers/video/omap/lcd_htcherald.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