serial: sh-sci: HSCIF support

Adds support for "High Speed Serial Communications Interface with FIFO",
essentially a SCIF with 128-byte FIFOs and more accurate baud rate
generator.

Signed-off-by: Ulrich Hecht <ulrich.hecht@gmail.com>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Ulrich Hecht 2013-05-31 17:57:01 +02:00 committed by Simon Horman
parent 018222f5d3
commit f303b364b4
3 changed files with 106 additions and 11 deletions

View file

@ -226,4 +226,7 @@
/* Rocketport EXPRESS/INFINITY */
#define PORT_RP2 102
/* SH-SCI */
#define PORT_HSCIF 103
#endif /* _UAPILINUX_SERIAL_CORE_H */