This series of patches introduces board support for the HTC Herald (T-Mobile Wing, etc.) series of OMAP850-based smart phones. The changes here are an update to my previous posting, taking into account the comments by michael. Cory Maccarrone (3): [OMAP] htcherald: Add board support and LCD for HTC Herald [OMAP] htcherald: Modify Makefiles and Kconfig for HTC Herald [OMAP] htcherald: Add default kernel configuration for Herald arch/arm/configs/htcherald_defconfig | 1146 +++++++++++++++++++++++++++++++++ arch/arm/mach-omap1/Kconfig | 6 + arch/arm/mach-omap1/Makefile | 1 + arch/arm/mach-omap1/board-htcherald.c | 203 ++++++ drivers/video/omap/Makefile | 1 + drivers/video/omap/lcd_htcherald.c | 166 +++++ 6 files changed, 1523 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