tty: vt8500_serial: add support for UART in WM8880 chips
authorAlexey Charkov <alchark@gmail.com>
Sat, 6 Sep 2014 17:21:12 +0000 (21:21 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Sep 2014 23:29:08 +0000 (16:29 -0700)
commitae382735247e2daebeed3bafd400ff71039d2241
tree7baf9b4dd66fd936aa5fc52c7bb43703b131ecde
parent7d480ef776b53c43ec70155bfefbddc71b4d0883
tty: vt8500_serial: add support for UART in WM8880 chips

Newer WonderMedia chips introduced another flag in the UART line control
register, which controls whether RTS/CTS signalling should be handled in
the driver or by the hardware itself.

This patch ensures that the kernel can control RTS/CTS (including
disabling it altogether) by forcing this flag to software mode on affected
chips (only WM8880 so far).

Also remove the redundant copy of the binding doc, while we are here.

Signed-off-by: Alexey Charkov <alchark@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/serial/via,vt8500-uart.txt [deleted file]
Documentation/devicetree/bindings/serial/vt8500-uart.txt
drivers/tty/serial/vt8500_serial.c