+25
−0
drivers/tty/serial/serial_mctrl_gpio.c
0 → 100644
+143
−0
drivers/tty/serial/serial_mctrl_gpio.h
0 → 100644
+110
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This patch add some helpers to control modem lines (CTS/RTS/DSR...) via GPIO. This will be useful for many boards which have a serial controller that only handle CTS/RTS pins (or even just RX/TX). Signed-off-by:Richard Genoud <richard.genoud@gmail.com> Acked-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Tested-by:
Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>