Re: [PATCH v6 2/3] serial: exar: split out the exar code from 8250_pci

2017-01-07 Thread kbuild test robot
Hi Sudip, [auto build test WARNING on gpio/for-next] [also build test WARNING on v4.10-rc2 next-20170106] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Sudip-Mukherjee/add-gpio-support-to-exar/

Re: [PATCH v6 2/3] serial: exar: split out the exar code from 8250_pci

2017-01-05 Thread Andy Shevchenko
On Thu, Jan 5, 2017 at 12:20 PM, Sudip Mukherjee wrote: > Add the serial driver for the exar chips. And also register the > platform device for the exar gpio. > +++ b/drivers/tty/serial/8250/8250_exar.c > @@ -0,0 +1,706 @@ > +/* > + * Probe module for 8250/16550-type PCI serial ports. > + * > +

[PATCH v6 2/3] serial: exar: split out the exar code from 8250_pci

2017-01-05 Thread Sudip Mukherjee
Add the serial driver for the exar chips. And also register the platform device for the exar gpio. Signed-off-by: Sudip Mukherjee --- drivers/tty/serial/8250/8250_exar.c | 706 drivers/tty/serial/8250/Kconfig | 4 + drivers/tty/serial/8250/Makefile|