Re: [PATCH 3/8] serial: 8250: Copy em485 from port to real port.

2018-06-04 Thread Giulio Benetti
Hi, Il 04/06/2018 12:13, Andy Shevchenko ha scritto: On Fri, 2018-06-01 at 14:40 +0200, Giulio Benetti wrote: em485 gets lost during serial8250_register_8250_port(). Copy em485 to final uart port. Fixes better to go first. I think you need to reorder the series. Ok, thanks. So after re-ord

Re: [PATCH 3/8] serial: 8250: Copy em485 from port to real port.

2018-06-04 Thread Andy Shevchenko
On Fri, 2018-06-01 at 14:40 +0200, Giulio Benetti wrote: > em485 gets lost during serial8250_register_8250_port(). > > Copy em485 to final uart port. Fixes better to go first. I think you need to reorder the series. > > Signed-off-by: Giulio Benetti > --- > drivers/tty/serial/8250/8250_core.c

[PATCH 3/8] serial: 8250: Copy em485 from port to real port.

2018-06-01 Thread Giulio Benetti
em485 gets lost during serial8250_register_8250_port(). Copy em485 to final uart port. Signed-off-by: Giulio Benetti --- drivers/tty/serial/8250/8250_core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/tty/serial/8250/8250_core.c b/drivers/tty/serial/8250/8250_core.c index 9342f