SERIAL: omap: fix set_mctrl() breakage
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 5 Oct 2012 11:23:28 +0000 (12:23 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 4 Nov 2012 11:26:00 +0000 (11:26 +0000)
commit9363f8fa8930db6383b4089036799a276257fdb7
treef28a8b74cc55234ab9eccc4b139343ff06f04445
parent511e74f3305e9fce1410f2205084fd67c50f81bc
SERIAL: omap: fix set_mctrl() breakage

c538d20c7f (and maybe previous commits) broke set_mctrl() by making
it only capable of setting bits in the MCR register.  This prevents
software controlled flow control and modem control line manipulation
via TIOCMSET/TIOCMBIC from working correctly.

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