Re: [PATCH v2] serial: mctrl_gpio: Drop support for out1-gpios and out2-gpios

2016-04-29 Thread Yegor Yefremov
On Fri, Apr 29, 2016 at 3:11 PM, Richard Genoud wrote: > 2016-04-29 13:40 GMT+02:00 Geert Uytterhoeven : >> The OUT1 and OUT2 pins present on some legacy UARTs are basically GPIOs. >> It doesn't make much sense to emulate GPIOs using other GPIOs, hence >> drop support for that. >> >> Signed-off-by

Re: [PATCH v2] serial: mctrl_gpio: Drop support for out1-gpios and out2-gpios

2016-04-29 Thread Richard Genoud
2016-04-29 13:40 GMT+02:00 Geert Uytterhoeven : > The OUT1 and OUT2 pins present on some legacy UARTs are basically GPIOs. > It doesn't make much sense to emulate GPIOs using other GPIOs, hence > drop support for that. > > Signed-off-by: Geert Uytterhoeven > Reviewed-by: Peter Hurley > --- > v2:

[PATCH v2] serial: mctrl_gpio: Drop support for out1-gpios and out2-gpios

2016-04-29 Thread Geert Uytterhoeven
The OUT1 and OUT2 pins present on some legacy UARTs are basically GPIOs. It doesn't make much sense to emulate GPIOs using other GPIOs, hence drop support for that. Signed-off-by: Geert Uytterhoeven Reviewed-by: Peter Hurley --- v2: - Add Reviewed-by, - Drop forgotten UART_GPIO_OUT[12] enum