Re: [PATCH 3/3] serial: of_serial: Handle hw-flow-control property

2013-03-25 Thread Heikki Krogerus
On Mon, Mar 25, 2013 at 01:04:47PM +, Arnd Bergmann wrote: > > > I still find the text in the binding and the name of the property > > > confusing, > > > because it seems to imply that you have no hardware flow control without > > > this. > > > I think what you mean here is really "automatic

Re: [PATCH 3/3] serial: of_serial: Handle hw-flow-control property

2013-03-25 Thread Arnd Bergmann
On Monday 25 March 2013, Heikki Krogerus wrote: > On Mon, Mar 25, 2013 at 12:47:58PM +, Arnd Bergmann wrote: > > On Monday 25 March 2013, Heikki Krogerus wrote: > > > On Mon, Mar 25, 2013 at 11:40:31AM +, Arnd Bergmann wrote: > > > > On Monday 25 March 2013, Heikki Krogerus wrote: > > > > >

Re: [PATCH 3/3] serial: of_serial: Handle hw-flow-control property

2013-03-25 Thread Heikki Krogerus
On Mon, Mar 25, 2013 at 12:47:58PM +, Arnd Bergmann wrote: > On Monday 25 March 2013, Heikki Krogerus wrote: > > On Mon, Mar 25, 2013 at 11:40:31AM +, Arnd Bergmann wrote: > > > On Monday 25 March 2013, Heikki Krogerus wrote: > > > > This will add support for hardware flow control. It is >

Re: [PATCH 3/3] serial: of_serial: Handle hw-flow-control property

2013-03-25 Thread Arnd Bergmann
On Monday 25 March 2013, Heikki Krogerus wrote: > On Mon, Mar 25, 2013 at 11:40:31AM +, Arnd Bergmann wrote: > > On Monday 25 March 2013, Heikki Krogerus wrote: > > > This will add support for hardware flow control. It is > > > limited to be used only with 8250 driver. > > > > > > Signed-off-b

Re: [PATCH 3/3] serial: of_serial: Handle hw-flow-control property

2013-03-25 Thread Heikki Krogerus
On Mon, Mar 25, 2013 at 11:40:31AM +, Arnd Bergmann wrote: > On Monday 25 March 2013, Heikki Krogerus wrote: > > This will add support for hardware flow control. It is > > limited to be used only with 8250 driver. > > > > Signed-off-by: Heikki Krogerus > > Does this imply that we can use har

Re: [PATCH 3/3] serial: of_serial: Handle hw-flow-control property

2013-03-25 Thread Arnd Bergmann
On Monday 25 March 2013, Heikki Krogerus wrote: > This will add support for hardware flow control. It is > limited to be used only with 8250 driver. > > Signed-off-by: Heikki Krogerus Does this imply that we can use hardware flow control only when this flag is set in the device tree? I assumed t

[PATCH 3/3] serial: of_serial: Handle hw-flow-control property

2013-03-25 Thread Heikki Krogerus
This will add support for hardware flow control. It is limited to be used only with 8250 driver. Signed-off-by: Heikki Krogerus --- .../devicetree/bindings/tty/serial/of-serial.txt |1 + drivers/tty/serial/of_serial.c| 13 ++--- 2 files changed,