aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/tty/serial/8250/8250_pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-04tty: serial: 8250: Set RS232 as default for Moxa PCIe board initializationCrescent CY Hsieh1-3/+4
2023-12-15tty: serial: 8250: Set RS422 interface by default to fix Moxa RS422/RS485 PCIe boardsCrescent CY Hsieh1-1/+57
2023-10-21tty: 8250: Add note for PX-835Cameron Williams1-1/+1
2023-10-21tty: 8250: Fix IS-200 PCI ID commentCameron Williams1-1/+1
2023-10-21tty: 8250: Add Brainboxes Oxford Semiconductor-based quirksCameron Williams1-0/+147
2023-10-21tty: 8250: Add support for Intashield IX cardsCameron Williams1-0/+21
2023-10-21tty: 8250: Add support for additional Brainboxes PX cardsCameron Williams1-0/+29
2023-10-21tty: 8250: Fix up PX-803/PX-857Cameron Williams1-3/+3
2023-10-21tty: 8250: Fix port count of PX-257Cameron Williams1-1/+1
2023-10-21tty: 8250: Add support for Intashield IS-100Cameron Williams1-0/+6
2023-10-21tty: 8250: Add support for Brainboxes UP cardsCameron Williams1-0/+60
2023-10-21tty: 8250: Add support for additional Brainboxes UC cardsCameron Williams1-0/+57
2023-10-21tty: 8250: Remove UC-257 and UC-431Cameron Williams1-8/+1
2023-10-21tty: serial: 8250: Add support for MOXA Mini PCIe boardsCrescent CY Hsieh1-0/+56
2023-10-21tty: serial: 8250: Relocate macros within 8250_pci.cCrescent CY Hsieh1-72/+72
2023-10-21tty: serial: 8250: Cleanup MOXA configurationsCrescent CY Hsieh1-36/+12
2023-10-21tty: serial: 8250: Modify MOXA enum name within 8250_pci.cCrescent CY Hsieh1-18/+18
2023-07-30serial: 8250_pci: add support for ASIX AX99100Jiaqing Zhao1-0/+10
2023-06-21Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao1-19/+0
2023-05-13serial: Add support for Advantech PCI-1611U cardVitaliy Tomin1-0/+5
2023-02-08serial: 8250_pci: Add serial8250_pci_setup_port definition in 8250_pcilib.cKumaravel Thiagarajan1-22/+3
2022-09-25serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner1-8/+1
2022-09-22serial: 8250: Request full 16550A feature probing for OxSemi PCIe devicesMaciej W. Rozycki1-0/+5
2022-07-14tty: 8250: Add support for Brainboxes PX cards.Cameron Williams1-0/+109
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen1-1/+1
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen1-1/+1
2022-06-10serial: 8250_pci: Remove serial_rs485 sanitizationIlpo Järvinen1-14/+0
2022-06-10serial: 8250_pci: Fill in rs485_supported for pci_fintekIlpo Järvinen1-0/+6
2022-06-10serial: Add uart_rs485_config()Ilpo Järvinen1-4/+2
2022-05-05serial: 8250: Add proper clock handling for OxSemi PCIe devicesMaciej W. Rozycki1-68/+271
2022-05-05serial: 8250: Fold EndRun device support into OxSemi Tornado codeMaciej W. Rozycki1-51/+25
2022-05-02Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman1-4/+4
2022-04-22serial: 8250: Correct the clock for EndRun PTP/1588 PCIe deviceMaciej W. Rozycki1-4/+4
2022-04-15serial: 8250: Report which option to enable for blacklisted PCI devicesMaciej W. Rozycki1-27/+40
2022-01-26tty: Add support for Brainboxes UC cards.Cameron Williams1-2/+98
2021-12-20serial: 8250_pci: Split out Pericom driverAndy Shevchenko1-400/+5
2021-12-17serial: 8250_pci: remove redundant assignment to tmp after the mask operationColin Ian King1-1/+1
2021-11-25serial: 8250_pci: rewrite pericom_do_set_divisor()Jay Dolan1-13/+17
2021-11-25serial: 8250_pci: Fix ACCES entries in pci_serial_quirks arrayJay Dolan1-1/+8
2021-10-26serial: 8250_pci: Remove empty stub pci_quatech_exit()Andy Shevchenko1-5/+0
2021-10-26serial: 8250_pci: Replace custom pci_match_id() implementationAndy Shevchenko1-41/+31
2021-10-26serial: 8250_pci: Replace dev_*() by pci_*() macrosAndy Shevchenko1-30/+22
2021-10-26serial: 8250_pci: Get rid of redundant 'else' keywordAndy Shevchenko1-3/+3
2021-10-26serial: 8250_pci: Refactor the loop in pci_ite887x_init()Andy Shevchenko1-8/+4
2021-09-14serial: 8250_pci: Prefer struct_size over open coded arithmeticLen Baker1-3/+1
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman1-0/+7
2021-07-30serial: 8250_pci: Avoid irq sharing for MSI(-X) interrupts.Mario Kleiner1-0/+1
2021-07-27serial: 8250_pci: make setup_port() parameters explicitly unsignedGreg Kroah-Hartman1-1/+1
2021-07-21serial: 8250_pci: Enumerate Elkhart Lake UARTs via dedicated driverAndy Shevchenko1-0/+6
2021-06-16serial: 8250: Correct the clock for OxSemi PCIe devicesMaciej W. Rozycki1-64/+64