Re: [PATCH 2/3] serial: remove netx serial driver

2019-07-25 Thread Greg Kroah-Hartman
On Tue, Jul 23, 2019 at 10:43:05AM +0200, Arnd Bergmann wrote: > On Tue, Jul 23, 2019 at 10:26 AM Linus Walleij > wrote: > > > > On Mon, Jul 22, 2019 at 9:16 PM Arnd Bergmann wrote: > > > > > The netx platform got removed, so this driver is now > > > useless. > > > > > > Signed-off-by: Arnd Berg

Re: [PATCH 2/3] serial: remove netx serial driver

2019-07-23 Thread Arnd Bergmann
On Tue, Jul 23, 2019 at 10:26 AM Linus Walleij wrote: > > On Mon, Jul 22, 2019 at 9:16 PM Arnd Bergmann wrote: > > > The netx platform got removed, so this driver is now > > useless. > > > > Signed-off-by: Arnd Bergmann > > We seem so overlap :) > https://marc.info/?l=linux-serial&m=156377843325

Re: [PATCH 2/3] serial: remove netx serial driver

2019-07-23 Thread Linus Walleij
On Mon, Jul 22, 2019 at 9:16 PM Arnd Bergmann wrote: > The netx platform got removed, so this driver is now > useless. > > Signed-off-by: Arnd Bergmann We seem so overlap :) https://marc.info/?l=linux-serial&m=156377843325488&w=2 Anyways, the patches are identical except here: > -/* Hilscher

[PATCH 2/3] serial: remove netx serial driver

2019-07-22 Thread Arnd Bergmann
The netx platform got removed, so this driver is now useless. Signed-off-by: Arnd Bergmann --- drivers/tty/serial/Kconfig | 19 - drivers/tty/serial/Makefile | 1 - drivers/tty/serial/netx-serial.c | 733 --- include/uapi/linux/serial_core.h | 2 +- 4