]> git.karo-electronics.de Git - karo-tx-linux.git/commit
serial: st-asc: Read in all Pinctrl states
authorLee Jones <lee.jones@linaro.org>
Fri, 3 Feb 2017 10:23:12 +0000 (10:23 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Feb 2017 08:47:52 +0000 (09:47 +0100)
commit6929cb00a5017633aa54c6a9071cc0abfd573b47
tree35d5b50f3ed8363fb4b316ad2946eb2197370d43
parenta4f6072fe45b2b4a6497c3760a53bba6694c520a
serial: st-asc: Read in all Pinctrl states

There are now 2 possible separate/different Pinctrl states which can
be provided from platform data.  One which encompasses the lines
required for HW flow-control (CTS/RTS) and another which does not
specify these lines, such that they can be used via GPIO mechanisms
for manually toggling (i.e. from a request by `stty`).

Acked-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/st-asc.c