This patch series adds support for omap-serial driver incorporating platform data support. Posting the driver this time as a series along with platform data support as per tonys comments. http://marc.info/?l=linux-serial&m=126832535107135&w=2 Govindraj.R (3): serial: Add OMAP high-speed UART driver Serial: Remove 8250 driver assumptions. Serial: Add omap-serial platform data support. arch/arm/mach-omap2/serial.c | 385 +++++--- arch/arm/plat-omap/include/plat/omap-serial.h | 129 +++ drivers/serial/Kconfig | 27 + drivers/serial/Makefile | 1 + drivers/serial/omap-serial.c | 1336 +++++++++++++++++++++++++ include/linux/serial_core.h | 3 + 6 files changed, 1764 insertions(+), 117 deletions(-) create mode 100644 arch/arm/plat-omap/include/plat/omap-serial.h create mode 100644 drivers/serial/omap-serial.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