Re: [PATCH 2/4] serial: 8250: of: Load TX FIFO Load Size from DT

2016-09-16 Thread Arnd Bergmann
On Friday, September 16, 2016 3:52:55 PM CEST Thor Thayer wrote: > > > > > Yes, I originally had it implemented using that function but then I > realized the port8250.tx_loadsz is an unsigned int and therefore can > change size on different platforms. > > The assignment handles that. In

Re: [PATCH 2/4] serial: 8250: of: Load TX FIFO Load Size from DT

2016-09-16 Thread Arnd Bergmann
On Friday, September 16, 2016 3:52:55 PM CEST Thor Thayer wrote: > > > > > Yes, I originally had it implemented using that function but then I > realized the port8250.tx_loadsz is an unsigned int and therefore can > change size on different platforms. > > The assignment handles that. In

Re: [PATCH 2/4] serial: 8250: of: Load TX FIFO Load Size from DT

2016-09-16 Thread Thor Thayer
Hi Rob, On 09/16/2016 02:20 PM, Rob Herring wrote: On Thu, Sep 08, 2016 at 11:12:19AM -0500, ttha...@opensource.altera.com wrote: From: Thor Thayer Initialize the tx_loadsz parameter if it is defined in the device tree. Signed-off-by: Thor Thayer

Re: [PATCH 2/4] serial: 8250: of: Load TX FIFO Load Size from DT

2016-09-16 Thread Thor Thayer
Hi Rob, On 09/16/2016 02:20 PM, Rob Herring wrote: On Thu, Sep 08, 2016 at 11:12:19AM -0500, ttha...@opensource.altera.com wrote: From: Thor Thayer Initialize the tx_loadsz parameter if it is defined in the device tree. Signed-off-by: Thor Thayer --- drivers/tty/serial/8250/8250_of.c |

Re: [PATCH 2/4] serial: 8250: of: Load TX FIFO Load Size from DT

2016-09-16 Thread Rob Herring
On Thu, Sep 08, 2016 at 11:12:19AM -0500, ttha...@opensource.altera.com wrote: > From: Thor Thayer > > Initialize the tx_loadsz parameter if it is defined in the > device tree. > > Signed-off-by: Thor Thayer > --- >

Re: [PATCH 2/4] serial: 8250: of: Load TX FIFO Load Size from DT

2016-09-16 Thread Rob Herring
On Thu, Sep 08, 2016 at 11:12:19AM -0500, ttha...@opensource.altera.com wrote: > From: Thor Thayer > > Initialize the tx_loadsz parameter if it is defined in the > device tree. > > Signed-off-by: Thor Thayer > --- > drivers/tty/serial/8250/8250_of.c |6 ++ > 1 file changed, 6

[PATCH 2/4] serial: 8250: of: Load TX FIFO Load Size from DT

2016-09-08 Thread tthayer
From: Thor Thayer Initialize the tx_loadsz parameter if it is defined in the device tree. Signed-off-by: Thor Thayer --- drivers/tty/serial/8250/8250_of.c |6 ++ 1 file changed, 6 insertions(+) diff --git

[PATCH 2/4] serial: 8250: of: Load TX FIFO Load Size from DT

2016-09-08 Thread tthayer
From: Thor Thayer Initialize the tx_loadsz parameter if it is defined in the device tree. Signed-off-by: Thor Thayer --- drivers/tty/serial/8250/8250_of.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/tty/serial/8250/8250_of.c b/drivers/tty/serial/8250/8250_of.c index