serial: Add support for Fintek F81216A LPC to 4 UART
authorRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Thu, 31 Jul 2014 19:22:26 +0000 (21:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Sep 2014 22:26:26 +0000 (15:26 -0700)
commit28e3fb6c4dce76d59a76755c4360d1cd5e0e226c
treee976dbc5e79e2e5acdb57abf1d15f5fbec29d8b3
parente676253b19b2d269cccf67fdb1592120a0cd0676
serial: Add support for Fintek F81216A LPC to 4 UART

This patch lets you set the RS485 cappabilites of the device through
TIOCSRS485 and TIOCGRS485 as defined on Documentation/serial/serial-rs485.txt

In order to probe the device, the PNP id and the device id is used.

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_fintek.c [new file with mode: 0644]
drivers/tty/serial/8250/Kconfig
drivers/tty/serial/8250/Makefile