]> git.baikalelectronics.ru Git - kernel.git/commit
serial: 8250_omap: Remove auto-IXON flow control
authorPeter Hurley <peter@hurleysoftware.com>
Sat, 27 Jun 2015 13:28:55 +0000 (09:28 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Jul 2015 22:24:12 +0000 (15:24 -0700)
commit1e5c889bb7f993658a2dfc6bc76a13874399d4de
tree7a02869c31997071ca4148bb82f8fd160e2c5200
parentdba989941b37461515c081c774e9ed637fb24bbe
serial: 8250_omap: Remove auto-IXON flow control

OMAP h/w-assisted IXON flow control is borked. The transmitter becomes
stuck if XON is never received; clearing the fifos or resetting the
rx flow control bits has no effect.

Remove auto-IXANY as well, since without auto-IXON, it has no purpose.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_omap.c