serial: 8250: add LPC18xx/43xx UART driver
authorJoachim Eastwood <manabian@gmail.com>
Sat, 30 May 2015 21:14:44 +0000 (23:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 21:56:33 +0000 (06:56 +0900)
commitd2aef35a5cc543292dae7130734c390f2a251f73
tree4e5e69cc33e0fc6d681e1898c819331032595397
parent1a8d2903cb6a92ce47cfc8841951b8227c09e505
serial: 8250: add LPC18xx/43xx UART driver

Serial port driver for the 8250-based UART found on LPC18xx/43xx
devices. The UART is 16550A compatible with additional features
like RS485 support, synchronous mode, IrDA, and DMA.

For now only basic UART and RS485 operation is supported.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_lpc18xx.c [new file with mode: 0644]
drivers/tty/serial/8250/Kconfig
drivers/tty/serial/8250/Makefile