Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

serial: 8250_pci: add support for ASIX AX99100

Each of the 4 PCI functions on ASIX AX99100 PCIe to Multi I/O
Controller can be configured as a single-port serial port controller.
The subvendor id is 0x1000 when configured as serial port and MSI
interrupts are supported.

Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230724083933.3173513-4-jiaqing.zhao@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jiaqing Zhao and committed by
Greg Kroah-Hartman
0b322165 3029ad91

+10
+10
drivers/tty/serial/8250/8250_pci.c
··· 67 67 0xA000, 0x1000) }, 68 68 { PCI_DEVICE_SUB(PCI_VENDOR_ID_NETMOS, PCI_DEVICE_ID_NETMOS_9922, 69 69 0xA000, 0x1000) }, 70 + { PCI_DEVICE_SUB(PCI_VENDOR_ID_ASIX, PCI_DEVICE_ID_ASIX_AX99100, 71 + 0xA000, 0x1000) }, 70 72 { PCI_DEVICE_SUB(PCI_VENDOR_ID_HP_3PAR, PCI_DEVICE_ID_HPE_PCI_SERIAL, 71 73 PCI_ANY_ID, PCI_ANY_ID) }, 72 74 { } ··· 5559 5557 { PCI_VENDOR_ID_NETMOS, PCI_DEVICE_ID_NETMOS_9865, 5560 5558 0xA000, 0x3004, 5561 5559 0, 0, pbn_b0_bt_4_115200 }, 5560 + 5561 + /* 5562 + * ASIX AX99100 PCIe to Multi I/O Controller 5563 + */ 5564 + { PCI_VENDOR_ID_ASIX, PCI_DEVICE_ID_ASIX_AX99100, 5565 + 0xA000, 0x1000, 5566 + 0, 0, pbn_b0_1_115200 }, 5567 + 5562 5568 /* Intel CE4100 */ 5563 5569 { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_CE4100_UART, 5564 5570 PCI_ANY_ID, PCI_ANY_ID, 0, 0,