Re: [PATCHv2 3/3] serial: of_serial: Handle auto-flow-control property

2013-03-25 Thread Arnd Bergmann
On Monday 25 March 2013, Heikki Krogerus wrote: > > Automatic Flow Control capability is not tied to this > property. This is only one way of detecting it. The property > is limited to be used only with 8250 driver. > > Signed-off-by: Heikki Krogerus Acked-by: Arnd Bergmann -- To unsubscribe f

[PATCHv2 3/3] serial: of_serial: Handle auto-flow-control property

2013-03-25 Thread Heikki Krogerus
Automatic Flow Control capability is not tied to this property. This is only one way of detecting it. The property is limited to be used only with 8250 driver. Signed-off-by: Heikki Krogerus --- .../devicetree/bindings/tty/serial/of-serial.txt |3 +++ drivers/tty/serial/of_serial.c