serial: Add driver for LPC32xx High Speed UARTs
authorRoland Stigge <stigge@antcom.de>
Mon, 11 Jun 2012 20:04:12 +0000 (22:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Jun 2012 22:48:01 +0000 (15:48 -0700)
commit596f93f50e2d1a926bbb6c73aa7ee7fd862b7062
tree4629193b406c239d4bbb588706a5cb42b70a6705
parente4305f0c500cc2b8ca8d6ca2fb74fb76bf2cb6ad
serial: Add driver for LPC32xx High Speed UARTs

This patch adds a driver for the 3 High Speed UARTs of the LPC32xx SoC that
support up to 921600bps. These UARTs are different from the 4 "Standard" UARTs
of the LPC32xx.

Signed-off-by: Roland Stigge <stigge@antcom.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/tty/serial/nxp-lpc32xx-hsuart.txt [new file with mode: 0644]
drivers/tty/serial/Kconfig
drivers/tty/serial/Makefile
drivers/tty/serial/lpc32xx_hs.c [new file with mode: 0644]