]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit786f0b36044a160b81cc24c53f8c1e2da2e7e0ed
treee976dbc5e79e2e5acdb57abf1d15f5fbec29d8b3
parent2a41b76602da17477d7074e06e898a66f4b1965e
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