Re: [PATCH RFC 05/20] ns16550: Turn on the UME bit if on ARCH_JZ47XX

2020-11-17 Thread Lubomir Rintel
On Tue, Nov 17, 2020 at 11:29:01PM +0100, Daniel Schwierzeck wrote: > Am Dienstag, den 17.11.2020, 22:00 +0100 schrieb Lubomir Rintel: > > The jz47xx serial port is essentially a ns16550 with an extra bit that > > needs to be turned on. The driver already takes care of it, but not in > > the early

Re: [PATCH RFC 05/20] ns16550: Turn on the UME bit if on ARCH_JZ47XX

2020-11-17 Thread Daniel Schwierzeck
Am Dienstag, den 17.11.2020, 22:00 +0100 schrieb Lubomir Rintel: > The jz47xx serial port is essentially a ns16550 with an extra bit that > needs to be turned on. The driver already takes care of it, but not in > the early debug config path. > > Signed-off-by: Lubomir Rintel > --- >

[PATCH RFC 05/20] ns16550: Turn on the UME bit if on ARCH_JZ47XX

2020-11-17 Thread Lubomir Rintel
The jz47xx serial port is essentially a ns16550 with an extra bit that needs to be turned on. The driver already takes care of it, but not in the early debug config path. Signed-off-by: Lubomir Rintel --- drivers/serial/ns16550.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff