commit | 90ebc4838666d148eac5bbac6f4044e5b25cd2d6 | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Sun Oct 18 21:34:46 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Dec 13 19:59:48 2015 -0800 |
tree | 9e4c1e9f67750b433be9c376901fd459a945f140 | |
parent | 18dfef9c7f87b75bbb0fb66a634f7c13a45b9f8d [diff] |
serial: imx: repair and complete handshaking The .get_mctrl callback should not report the status of RTS or LOOP, so drop this. Instead implement reporting the state of CAR (aka DCD) and RI. For .set_mctrl implement setting the DTR line. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>