summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250/8250_pci.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-03serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner1-8/+1
2022-10-26serial: 8250: Request full 16550A feature probing for OxSemi PCIe devicesMaciej W. Rozycki1-0/+5
2022-08-17tty: 8250: Add support for Brainboxes PX cards.Cameron Williams1-0/+109
2022-08-17serial: 8250: Add proper clock handling for OxSemi PCIe devicesMaciej W. Rozycki1-68/+271
2022-08-17serial: 8250: Fold EndRun device support into OxSemi Tornado codeMaciej W. Rozycki1-51/+25
2022-08-17serial: 8250_pci: Replace dev_*() by pci_*() macrosAndy Shevchenko1-30/+22
2022-08-17serial: 8250_pci: Refactor the loop in pci_ite887x_init()Andy Shevchenko1-8/+4
2022-05-09serial: 8250: Correct the clock for EndRun PTP/1588 PCIe deviceMaciej W. Rozycki1-4/+4
2022-02-01tty: Add support for Brainboxes UC cards.Cameron Williams1-2/+98
2021-12-08serial: 8250_pci: rewrite pericom_do_set_divisor()Jay Dolan1-13/+17
2021-12-08serial: 8250_pci: Fix ACCES entries in pci_serial_quirks arrayJay Dolan1-1/+8
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
2021-06-16serial: 8250: Dissociate 4MHz Titan ports from Oxford portsMaciej W. Rozycki1-6/+38
2021-05-27serial: 8250_pci: handle FL_NOIRQ board flagChristian Gmeiner1-12/+17
2021-05-20serial: 8250_pci: Add support for new HPE serial deviceRandy Wright1-0/+18
2020-12-11serial: 8250_pci: Drop bogus __refdata annotationGeert Uytterhoeven1-1/+1
2020-09-21Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman1-0/+10
2020-09-16serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich1-0/+11
2020-09-16serial: 8250_pci: Remove unused function get_pci_irq()YueHaibing1-9/+0
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman1-1/+1
2020-08-28serial: 8250_pci: Add WCH384_8S 8 port serial deviceDu Huanpeng1-0/+56
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-05-09serial: 8250_pci: Move Pericom IDs to pci_ids.hKai-Heng Feng1-6/+0
2020-02-13serial: 8250_pci: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-3/+3
2019-12-04Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-288/+4
2019-11-27Revert "serial/8250: Add support for NI-Serial PXI/PXIe+485 devices"Je Yen Tam1-288/+4
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-5/+3
2019-09-04serial: 8250_pci: Implement MSI(-X) supportRalf Ramsauer1-1/+26
2019-09-04serial: 8250_pci: Add F81504A series SupportJi-Ze Hong (Peter Hong)1-0/+121
2019-09-04serial: 8250_pci: Merge 8250_moxa to 8250_pciKai-Heng Feng1-14/+99
2019-09-04serial: 8250_pci: Add support for Sunix serial boardsKai-Heng Feng1-17/+76
2019-09-04serial/8250: Add support for NI-Serial PXI/PXIe+485 devicesJe Yen Tam1-4/+288
2019-09-04serial: 8250: Use dev_get_drvdata where possibleChuhong Yuan1-2/+1
2019-06-18serial: 8250: pericom_do_set_divisor can be statickbuild test robot1-1/+1
2019-06-18serial: 8250: Add support for higher baud rates to Pericom chipsJay Dolan1-18/+79
2019-02-13serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 ...Jay Dolan1-0/+105
2019-02-13serial: 8250_pci: Fix number of ports for ACCES serial cardsJay Dolan1-18/+18
2019-02-11serial: 8250_pci: Replace custom code with pci_match_id()Heikki Krogerus1-22/+7
2019-01-30serial: 8250_pci: Make PCI class test non fatalAndy Shevchenko1-4/+5
2018-06-28serial: 8250_pci: Remove stalled entries in blacklistAndy Shevchenko1-2/+0
2018-03-20Merge 4.16-rc6 into tty-nextGreg Kroah-Hartman1-3/+18
2018-02-28serial, pci_ids: Move duplicate IDs to PCI IDs databaseAndy Shevchenko1-3/+0
2018-02-28serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich1-0/+11
2018-02-28serial: 8250_pci: Don't fail on multiport card classAndy Shevchenko1-3/+7
2017-11-28serial: 8250_pci: Add Amazon PCI serial device IDMatt Wilson1-0/+3