Re: [PATCH v2] serial: ns16550: Fix ordering of getting base address

2020-04-03 Thread Andy Shevchenko
On Fri, Apr 03, 2020 at 05:46:19AM -0700, Bin Meng wrote: > Currently the driver gets ns16550 base address in the driver > probe() routine, which may potentially break any ns16550 wrapper > driver that does additional initialization before calling > ns16550_serial_probe(). > > Things are

Antwort: [PATCH v2] serial: ns16550: Fix ordering of getting base address

2020-04-03 Thread Wolfgang Wallner
Hi Bin, -"Bin Meng" schrieb: - >Betreff: [PATCH v2] serial: ns16550: Fix ordering of getting base >address > >Currently the driver gets ns16550 base address in the driver >probe() routine, which may potentially break any ns16550 wrapper >driver that does addi

[PATCH v2] serial: ns16550: Fix ordering of getting base address

2020-04-03 Thread Bin Meng
Currently the driver gets ns16550 base address in the driver probe() routine, which may potentially break any ns16550 wrapper driver that does additional initialization before calling ns16550_serial_probe(). Things are complicated that we need consider ns16550 devices on both simple-bus and PCI