UART: add CSR SiRFprimaII SoC on-chip uart drivers
authorRong Wang <Rong.Wang@csr.com>
Thu, 17 Nov 2011 15:17:04 +0000 (23:17 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Nov 2011 19:46:04 +0000 (11:46 -0800)
commit161e773cbd0c3d1b5b8cc00602e1f72de61ed4f7
treec31ed7e2197786518060938d1d01d64f78125356
parent8b3ffa173ffa13ac47c1d7524af92d4b2c95abfc
UART: add CSR SiRFprimaII SoC on-chip uart drivers

SiRFprimaII is the latest generation application processor from CSR’s
multi-function SoC product family.
The SoC support codes are in arch/arm/mach-prima2 from Linux mainline
3.0.

There are three dedicated UARTs in system. This patch adds basic driver
support for them.

It has used the newest pinmux subsystem from Linus Walleij.

Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Rong Wang <Rong.Wang@csr.com>
Signed-off-by: Bin Shi <Bin.Shi@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/serial/Kconfig
drivers/tty/serial/Makefile
drivers/tty/serial/sirfsoc_uart.c [new file with mode: 0644]
drivers/tty/serial/sirfsoc_uart.h [new file with mode: 0644]