serial: st-asc: Provide RTS functionality
authorLee Jones <lee.jones@linaro.org>
Fri, 3 Feb 2017 10:23:11 +0000 (10:23 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Feb 2017 08:47:52 +0000 (09:47 +0100)
commita4f6072fe45b2b4a6497c3760a53bba6694c520a
tree311391b4ae009ca591fe87190308c6806ff30752
parent5ab066e5465b2984a45e205f33896b2ec1620c37
serial: st-asc: Provide RTS functionality

Until this point, it has not been possible for userland serial
applications (e.g. stty) to toggle the UART RTS line.  This can
be useful with certain configurations. For example, when using
a Mezzanine on a Linaro 96board, RTS line is used to take the
on-board microcontroller in and out of reset.

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