serial:st-asc: Add ST ASC driver.
authorSrinivas Kandagatla <srinivas.kandagatla@st.com>
Mon, 15 Jul 2013 11:39:23 +0000 (12:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Jul 2013 23:08:02 +0000 (16:08 -0700)
commitc4b058560762ec7ffe159b668fc47a8b7e271949
tree1f7d0be6837f78b633996402e6c49a8690087e36
parent75e66aa65ed2224e3bb21b6c44555ff938c9046c
serial:st-asc: Add ST ASC driver.

This patch adds support to ASC (asynchronous serial controller)
driver, which is basically a standard serial driver. This IP is common
across all the ST parts for settop box platforms.

ASC is embedded in ST COMMS IP block. It supports Rx & Tx functionality.
It support all industry standard baud rates.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
CC: Stephen Gallimore <stephen.gallimore@st.com>
CC: Stuart Menefy <stuart.menefy@st.com>
CC: Arnd Bergmann <arnd@arndb.de>
CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/tty/serial/st-asc.txt [new file with mode: 0644]
drivers/tty/serial/Kconfig
drivers/tty/serial/Makefile
drivers/tty/serial/st-asc.c [new file with mode: 0644]
include/uapi/linux/serial_core.h