Searched hist:d0aeaa83f0b0f7a92615bbdd6b1f96812f7dcfd2 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/tty/serial/8250/ |
H A D | Kconfig | diff 49e1590c2ead870f4ae5568816241c4cb9bc1606 Tue Mar 28 01:39:10 CEST 2017 Paul Gortmaker <paul.gortmaker@windriver.com> serial: 8250_EXAR: fix duplicate Kconfig text and add missing help text
In commit d0aeaa83f0b0f7a92615bbdd6b1f96812f7dcfd2 ("serial: exar: split out the exar code from 8250_pci") the exar driver got its own Kconfig. However the text for the new option was never changed from the original 8250_PCI text, and hence it appears confusing when you get asked the same question twice:
8250/16550 PCI device support (SERIAL_8250_PCI) [Y/n/m/?] (NEW) 8250/16550 PCI device support (SERIAL_8250_EXAR) [Y/n/m] (NEW)
Adding to the confusion, is that there is no help text for this new option to indicate it is specific to a certain family of cards.
Fix both issues at the same time, as well as the space vs. tab issues introduced in the same commit.
Fixes: d0aeaa83f0b0 ("serial: exar: split out the exar code from 8250_pci") Cc: Jiri Slaby <jslaby@suse.com> Cc: linux-serial@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Acked-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> diff d0aeaa83f0b0f7a92615bbdd6b1f96812f7dcfd2 Mon Jan 30 23:28:21 CET 2017 Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> serial: exar: split out the exar code from 8250_pci
Add the serial driver for the Exar chips. And also register the platform device for the GPIO provided by the Exar chips.
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | Makefile | diff d0aeaa83f0b0f7a92615bbdd6b1f96812f7dcfd2 Mon Jan 30 23:28:21 CET 2017 Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> serial: exar: split out the exar code from 8250_pci
Add the serial driver for the Exar chips. And also register the platform device for the GPIO provided by the Exar chips.
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | 8250_exar.c | d0aeaa83f0b0f7a92615bbdd6b1f96812f7dcfd2 Mon Jan 30 23:28:21 CET 2017 Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> serial: exar: split out the exar code from 8250_pci
Add the serial driver for the Exar chips. And also register the platform device for the GPIO provided by the Exar chips.
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|