Re: [PATCHv3 1/3] serial: mctrl_gpio: implement mctrl_gpio_use_rtscts

2016-09-27 Thread Richard Genoud
2016-09-27 17:12 GMT+02:00 Uwe Kleine-König : > Hello, > > On Tue, Sep 27, 2016 at 04:13:11PM +0200, Richard Genoud wrote: >> diff --git a/drivers/tty/serial/serial_mctrl_gpio.c >> b/drivers/tty/serial/serial_mctrl_gpio.c >> index d2da6aa7f27d..0e5525a64c2a 100644

Re: [PATCHv3 1/3] serial: mctrl_gpio: implement mctrl_gpio_use_rtscts

2016-09-27 Thread Richard Genoud
2016-09-27 17:12 GMT+02:00 Uwe Kleine-König : > Hello, > > On Tue, Sep 27, 2016 at 04:13:11PM +0200, Richard Genoud wrote: >> diff --git a/drivers/tty/serial/serial_mctrl_gpio.c >> b/drivers/tty/serial/serial_mctrl_gpio.c >> index d2da6aa7f27d..0e5525a64c2a 100644 >> ---

Re: [PATCHv3 1/3] serial: mctrl_gpio: implement mctrl_gpio_use_rtscts

2016-09-27 Thread Uwe Kleine-König
Hello, On Tue, Sep 27, 2016 at 04:13:11PM +0200, Richard Genoud wrote: > diff --git a/drivers/tty/serial/serial_mctrl_gpio.c > b/drivers/tty/serial/serial_mctrl_gpio.c > index d2da6aa7f27d..0e5525a64c2a 100644 > --- a/drivers/tty/serial/serial_mctrl_gpio.c > +++

Re: [PATCHv3 1/3] serial: mctrl_gpio: implement mctrl_gpio_use_rtscts

2016-09-27 Thread Uwe Kleine-König
Hello, On Tue, Sep 27, 2016 at 04:13:11PM +0200, Richard Genoud wrote: > diff --git a/drivers/tty/serial/serial_mctrl_gpio.c > b/drivers/tty/serial/serial_mctrl_gpio.c > index d2da6aa7f27d..0e5525a64c2a 100644 > --- a/drivers/tty/serial/serial_mctrl_gpio.c > +++

[PATCHv3 1/3] serial: mctrl_gpio: implement mctrl_gpio_use_rtscts

2016-09-27 Thread Richard Genoud
This function returns true if CTS and RTS are used as GPIOs. Some drivers (like atmel_serial) needs to know if the flow control is handled by the controller or by GPIOs. Signed-off-by: Richard Genoud --- drivers/tty/serial/serial_mctrl_gpio.c | 8

[PATCHv3 1/3] serial: mctrl_gpio: implement mctrl_gpio_use_rtscts

2016-09-27 Thread Richard Genoud
This function returns true if CTS and RTS are used as GPIOs. Some drivers (like atmel_serial) needs to know if the flow control is handled by the controller or by GPIOs. Signed-off-by: Richard Genoud --- drivers/tty/serial/serial_mctrl_gpio.c | 8