commit | 9363f8fa8930db6383b4089036799a276257fdb7 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Oct 05 12:23:28 2012 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Nov 04 11:26:00 2012 +0000 |
tree | f28a8b74cc55234ab9eccc4b139343ff06f04445 | |
parent | 511e74f3305e9fce1410f2205084fd67c50f81bc [diff] |
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>