]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitde5f25192659522acca0bf3537cf6effd74249da
tree311391b4ae009ca591fe87190308c6806ff30752
parentc1cafd9e935ee8b2d8218bcffe3324b60190f7e0
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