Re: [U-Boot] [PATCH] serial, ns16550: bugfix: ns16550 fifo not enabled

2017-01-11 Thread Heiko Schocher
Hi Marek, Am 11.01.2017 um 16:11 schrieb Marek Vasut: On 01/10/2017 05:40 PM, Tom Rini wrote: On Tue, Jan 10, 2017 at 08:08:51AM +0100, Heiko Schocher wrote: commit: 65f83802b7a5b "serial: 16550: Add getfcr accessor" breaks u-boot commandline working with long commands sending to the board. S

Re: [U-Boot] [PATCH] serial, ns16550: bugfix: ns16550 fifo not enabled

2017-01-11 Thread Heiko Schocher
Hello Adam, Am 11.01.2017 um 15:44 schrieb Adam Ford: On Tue, Jan 10, 2017 at 1:08 AM, Heiko Schocher wrote: commit: 65f83802b7a5b "serial: 16550: Add getfcr accessor" breaks u-boot commandline working with long commands sending to the board. Since the above patch, you have to setup the fcr r

Re: [U-Boot] [PATCH] serial, ns16550: bugfix: ns16550 fifo not enabled

2017-01-11 Thread Marek Vasut
On 01/10/2017 05:40 PM, Tom Rini wrote: > On Tue, Jan 10, 2017 at 08:08:51AM +0100, Heiko Schocher wrote: >> commit: 65f83802b7a5b "serial: 16550: Add getfcr accessor" >> breaks u-boot commandline working with long commands >> sending to the board. >> >> Since the above patch, you have to setup the

Re: [U-Boot] [PATCH] serial, ns16550: bugfix: ns16550 fifo not enabled

2017-01-11 Thread Adam Ford
On Tue, Jan 10, 2017 at 1:08 AM, Heiko Schocher wrote: > commit: 65f83802b7a5b "serial: 16550: Add getfcr accessor" > breaks u-boot commandline working with long commands > sending to the board. > > Since the above patch, you have to setup the fcr register. > > For board/archs which enable OF_PLAT

Re: [U-Boot] [PATCH] serial, ns16550: bugfix: ns16550 fifo not enabled

2017-01-11 Thread Tom Rini
On Wed, Jan 11, 2017 at 06:38:22AM +0100, Heiko Schocher wrote: > Hello Tom, > > Am 10.01.2017 um 17:40 schrieb Tom Rini: > >On Tue, Jan 10, 2017 at 08:08:51AM +0100, Heiko Schocher wrote: > >>commit: 65f83802b7a5b "serial: 16550: Add getfcr accessor" > >>breaks u-boot commandline working with lon

Re: [U-Boot] [PATCH] serial, ns16550: bugfix: ns16550 fifo not enabled

2017-01-10 Thread Heiko Schocher
Hello Tom, Am 10.01.2017 um 17:40 schrieb Tom Rini: On Tue, Jan 10, 2017 at 08:08:51AM +0100, Heiko Schocher wrote: commit: 65f83802b7a5b "serial: 16550: Add getfcr accessor" breaks u-boot commandline working with long commands sending to the board. Since the above patch, you have to setup the

Re: [U-Boot] [PATCH] serial, ns16550: bugfix: ns16550 fifo not enabled

2017-01-10 Thread Tom Rini
On Tue, Jan 10, 2017 at 08:08:51AM +0100, Heiko Schocher wrote: > commit: 65f83802b7a5b "serial: 16550: Add getfcr accessor" > breaks u-boot commandline working with long commands > sending to the board. > > Since the above patch, you have to setup the fcr register. > > For board/archs which enab

Re: [U-Boot] [PATCH] serial, ns16550: bugfix: ns16550 fifo not enabled

2017-01-10 Thread Heiko Schocher
Hello Ladislav, Am 10.01.2017 um 12:50 schrieb Ladislav Michl: Hi Heiko, On Tue, Jan 10, 2017 at 08:08:51AM +0100, Heiko Schocher wrote: commit: 65f83802b7a5b "serial: 16550: Add getfcr accessor" breaks u-boot commandline working with long commands sending to the board. Since the above patch,

Re: [U-Boot] [PATCH] serial, ns16550: bugfix: ns16550 fifo not enabled

2017-01-10 Thread Ladislav Michl
Hi Heiko, On Tue, Jan 10, 2017 at 08:08:51AM +0100, Heiko Schocher wrote: > commit: 65f83802b7a5b "serial: 16550: Add getfcr accessor" > breaks u-boot commandline working with long commands > sending to the board. > > Since the above patch, you have to setup the fcr register. > > For board/archs

[U-Boot] [PATCH] serial, ns16550: bugfix: ns16550 fifo not enabled

2017-01-09 Thread Heiko Schocher
commit: 65f83802b7a5b "serial: 16550: Add getfcr accessor" breaks u-boot commandline working with long commands sending to the board. Since the above patch, you have to setup the fcr register. For board/archs which enable OF_PLATDATA, the new field fcr in struct ns16550_platdata is not filled wit