serial: etraxfs-uart: use mctrl_gpio helpers for handling modem signals
authorNiklas Cassel <nks@flawful.org>
Sat, 25 Jul 2015 00:02:46 +0000 (02:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Aug 2015 05:07:20 +0000 (22:07 -0700)
commit7b9c5162c1829686baea1962177842c3fa1ea81c
tree0ccac4807cb0a01b733989495ff099a603b4ae40
parent9625734ff75af35d9878c693e3f92237aa3c1ae6
serial: etraxfs-uart: use mctrl_gpio helpers for handling modem signals

In order to use the mctrl_gpio helpers, we change the DT bindings:
ri-gpios renamed to rng-gpios. cd-gpios renamed to dcd-gpios.
However, no in-tree dts/dtsi specifies these, so no worries.

Signed-off-by: Niklas Cassel <nks@flawful.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/serial/axis,etraxfs-uart.txt
drivers/tty/serial/Kconfig
drivers/tty/serial/etraxfs-uart.c