Re: [PATCH v6 3/3] serial: 8250_pci: remove exar code

2017-01-05 Thread Andy Shevchenko
On Thu, Jan 5, 2017 at 4:35 PM, Andy Shevchenko wrote: > On Thu, Jan 5, 2017 at 12:20 PM, Sudip Mukherjee > wrote: >> Remove the exar specific codes from 8250_pci and blacklist those chips >> so that the exar serial binds to the devices. > > exar -> Exar ? > >> +#define PCI_DEVICE_ID_COMMTECH_422

Re: [PATCH v6 3/3] serial: 8250_pci: remove exar code

2017-01-05 Thread Andy Shevchenko
On Thu, Jan 5, 2017 at 12:20 PM, Sudip Mukherjee wrote: > Remove the exar specific codes from 8250_pci and blacklist those chips > so that the exar serial binds to the devices. exar -> Exar ? > +#define PCI_DEVICE_ID_COMMTECH_4222PCI335 0x0004 > +#define PCI_DEVICE_ID_COMMTECH_4224PCI335 0x0002

[PATCH v6 3/3] serial: 8250_pci: remove exar code

2017-01-05 Thread Sudip Mukherjee
Remove the exar specific codes from 8250_pci and blacklist those chips so that the exar serial binds to the devices. Signed-off-by: Sudip Mukherjee --- drivers/tty/serial/8250/8250_pci.c | 309 + 1 file changed, 6 insertions(+), 303 deletions(-) diff --git a/