mbox series

[v1,0/2] serial: 8250_pci: Share WCH IDs

Message ID 20241204031114.1029882-1-andriy.shevchenko@linux.intel.com (mailing list archive)
Headers show
Series serial: 8250_pci: Share WCH IDs | expand

Message

Andy Shevchenko Dec. 4, 2024, 3:09 a.m. UTC
There are a few WCH IDs that are used in two drivers, share them.

Actually share slightly more as it is logical to have group of IDs
related to the same family of the devices to be in one place.

Andy Shevchenko (2):
  serial: 8250_pci: Resolve WCH vendor ID ambiguity
  serial: 8250_pci: Share WCH IDs with parport_serial driver

 drivers/parport/parport_serial.c   | 12 +++--
 drivers/tty/serial/8250/8250_pci.c | 76 ++++++++++++++----------------
 include/linux/pci_ids.h            | 11 +++++
 3 files changed, 54 insertions(+), 45 deletions(-)