]> www.infradead.org Git - users/jedix/linux-maple.git/commit
serial: 8250_pci: Share WCH IDs with parport_serial driver
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 4 Dec 2024 03:09:22 +0000 (05:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Dec 2024 15:42:55 +0000 (16:42 +0100)
commit535a07698b8b3e6f305673102d297262cae2360a
treef2902994807d87f0e562880c6c839c3330b966ad
parent16076ca3a1565491bcb28689e555d569a39391c7
serial: 8250_pci: Share WCH IDs with parport_serial driver

parport_serial driver uses subset of WCH IDs that are present in 8250_pci.
Share them via pci_ids.h and switch parport_serial to use defined constants.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20241204031114.1029882-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/parport/parport_serial.c
drivers/tty/serial/8250/8250_pci.c
include/linux/pci_ids.h