]> git.karo-electronics.de Git - karo-tx-linux.git/commit
SERIAL: omap: allow hardware assisted IXANY mode to be disabled
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 5 Oct 2012 23:11:16 +0000 (00:11 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 4 Nov 2012 11:25:57 +0000 (11:25 +0000)
commitda5d01f23bc1ff710797a563ca3616df95395a12
treeced896c49eb0879dfbfe65f984d89c5718151fd3
parent0d5b16639523970db001e6af298e360782f4d89a
SERIAL: omap: allow hardware assisted IXANY mode to be disabled

Nothing was clearing the UART_MCR_XONANY bit, so once the ixany
mode gets set, there's no possibility to disable it.  Clear this
bit when IXANY mode is cleared.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/tty/serial/omap-serial.c