[PATCH] serial uartlite driver
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 7 Dec 2006 04:35:17 +0000 (20:35 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:30 +0000 (08:39 -0800)
commit238b8721a554a33a451a3f13bdb5be8fe5cfc927
tree624439b105107fffae7f5d439f443966c4da7389
parent57881dd9df40b76dc7fc6a0d13fd75f337accb32
[PATCH] serial uartlite driver

Add a driver for the Xilinx uartlite serial controller used in boards with
the PPC405 core in the Xilinx V2P/V4 fpgas.

The hardware is very simple (baudrate/start/stopbits fixed and no break
support).  See the datasheet for details:

http://www.xilinx.com/bvdocs/ipcenter/data_sheet/opb_uartlite.pdf

See http://thread.gmane.org/gmane.linux.serial/1237/ for the email thread.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Acked-by: Olof Johansson <olof@lixom.net>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
MAINTAINERS
drivers/serial/Kconfig
drivers/serial/Makefile
drivers/serial/uartlite.c [new file with mode: 0644]
include/linux/serial_core.h