Re: [PATCHv2 2/2] serial: of_serial: Handle fifo-size property

2013-03-25 Thread Heikki Krogerus
Hi, On Fri, Mar 22, 2013 at 11:24:21AM +0200, Heikki Krogerus wrote: > On Fri, Mar 22, 2013 at 04:16:48PM +0800, Ley Foon Tan wrote: > > Besides the fifo size, we need to have hardware flow control setting > > from device tree as well. > > This is a bit problematic. We can set the uart_8250_port.

Re: [PATCHv2 2/2] serial: of_serial: Handle fifo-size property

2013-03-22 Thread Heikki Krogerus
Hi, On Fri, Mar 22, 2013 at 04:16:48PM +0800, Ley Foon Tan wrote: > On Fri, 2013-03-22 at 10:05 +0200, Heikki Krogerus wrote: > > This will reduce the need for extra types in 8250.c just > > in case the fifo size differs from the standard. > Besides the fifo size, we need to have hardware flow con

Re: [PATCHv2 2/2] serial: of_serial: Handle fifo-size property

2013-03-22 Thread Ley Foon Tan
On Fri, 2013-03-22 at 10:05 +0200, Heikki Krogerus wrote: > This will reduce the need for extra types in 8250.c just > in case the fifo size differs from the standard. Besides the fifo size, we need to have hardware flow control setting from device tree as well. Thanks. > > Signed-off-by: Heikki K