summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: handle HAS_IOPORT dependenciesNiklas Schnelle2024-10-281-0/+40
* serial: remove quot_frac from serial8250_do_set_divisor()Jiri Slaby (SUSE)2024-08-071-1/+1
* tty: serial: 8250: Fix port count mismatch with the deviceCrescent Hsieh2024-06-241-1/+12
* Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-211-1/+1
|\
| * tty: 8250_pci: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal2024-04-251-1/+1
* | serial: 8250_pci: Remove redundant PCI IDsAndy Shevchenko2024-04-091-6/+0
|/
* tty: serial: 8250: Set RS232 as default for Moxa PCIe board initializationCrescent CY Hsieh2024-01-041-3/+4
* tty: serial: 8250: Set RS422 interface by default to fix Moxa RS422/RS485 PCI...Crescent CY Hsieh2023-12-151-1/+57
* tty: 8250: Add note for PX-835Cameron Williams2023-10-211-1/+1
* tty: 8250: Fix IS-200 PCI ID commentCameron Williams2023-10-211-1/+1
* tty: 8250: Add Brainboxes Oxford Semiconductor-based quirksCameron Williams2023-10-211-0/+147
* tty: 8250: Add support for Intashield IX cardsCameron Williams2023-10-211-0/+21
* tty: 8250: Add support for additional Brainboxes PX cardsCameron Williams2023-10-211-0/+29
* tty: 8250: Fix up PX-803/PX-857Cameron Williams2023-10-211-3/+3
* tty: 8250: Fix port count of PX-257Cameron Williams2023-10-211-1/+1
* tty: 8250: Add support for Intashield IS-100Cameron Williams2023-10-211-0/+6
* tty: 8250: Add support for Brainboxes UP cardsCameron Williams2023-10-211-0/+60
* tty: 8250: Add support for additional Brainboxes UC cardsCameron Williams2023-10-211-0/+57
* tty: 8250: Remove UC-257 and UC-431Cameron Williams2023-10-211-8/+1
* tty: serial: 8250: Add support for MOXA Mini PCIe boardsCrescent CY Hsieh2023-10-211-0/+56
* tty: serial: 8250: Relocate macros within 8250_pci.cCrescent CY Hsieh2023-10-211-72/+72
* tty: serial: 8250: Cleanup MOXA configurationsCrescent CY Hsieh2023-10-211-36/+12
* tty: serial: 8250: Modify MOXA enum name within 8250_pci.cCrescent CY Hsieh2023-10-211-18/+18
* serial: 8250_pci: add support for ASIX AX99100Jiaqing Zhao2023-07-301-0/+10
* Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao2023-06-211-19/+0
* serial: Add support for Advantech PCI-1611U cardVitaliy Tomin2023-05-131-0/+5
* serial: 8250_pci: Add serial8250_pci_setup_port definition in 8250_pcilib.cKumaravel Thiagarajan2023-02-081-22/+3
* serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner2022-09-251-8/+1
* serial: 8250: Request full 16550A feature probing for OxSemi PCIe devicesMaciej W. Rozycki2022-09-221-0/+5
* tty: 8250: Add support for Brainboxes PX cards.Cameron Williams2022-07-141-0/+109
* serial: Embed rs485_supported to uart_portIlpo Järvinen2022-07-081-1/+1
* serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen2022-06-271-1/+1
* serial: 8250_pci: Remove serial_rs485 sanitizationIlpo Järvinen2022-06-101-14/+0
* serial: 8250_pci: Fill in rs485_supported for pci_fintekIlpo Järvinen2022-06-101-0/+6
* serial: Add uart_rs485_config()Ilpo Järvinen2022-06-101-4/+2
* serial: 8250: Add proper clock handling for OxSemi PCIe devicesMaciej W. Rozycki2022-05-051-68/+271
* serial: 8250: Fold EndRun device support into OxSemi Tornado codeMaciej W. Rozycki2022-05-051-51/+25
* Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman2022-05-021-4/+4
|\
| * serial: 8250: Correct the clock for EndRun PTP/1588 PCIe deviceMaciej W. Rozycki2022-04-221-4/+4
* | serial: 8250: Report which option to enable for blacklisted PCI devicesMaciej W. Rozycki2022-04-151-27/+40
|/
* tty: Add support for Brainboxes UC cards.Cameron Williams2022-01-261-2/+98
* serial: 8250_pci: Split out Pericom driverAndy Shevchenko2021-12-201-400/+5
* serial: 8250_pci: remove redundant assignment to tmp after the mask operationColin Ian King2021-12-171-1/+1
* serial: 8250_pci: rewrite pericom_do_set_divisor()Jay Dolan2021-11-251-13/+17
* serial: 8250_pci: Fix ACCES entries in pci_serial_quirks arrayJay Dolan2021-11-251-1/+8
* serial: 8250_pci: Remove empty stub pci_quatech_exit()Andy Shevchenko2021-10-261-5/+0
* serial: 8250_pci: Replace custom pci_match_id() implementationAndy Shevchenko2021-10-261-41/+31
* serial: 8250_pci: Replace dev_*() by pci_*() macrosAndy Shevchenko2021-10-261-30/+22
* serial: 8250_pci: Get rid of redundant 'else' keywordAndy Shevchenko2021-10-261-3/+3
* serial: 8250_pci: Refactor the loop in pci_ite887x_init()Andy Shevchenko2021-10-261-8/+4