summaryrefslogtreecommitdiffstats
path: root/drivers/pci/quirks.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/misc'Bjorn Helgaas2023-10-281-6/+8
|\
| * PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word()Ilpo Järvinen2023-10-261-3/+3
| * PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD deviceVicki Pfau2023-10-051-3/+5
* | Merge branch 'pci/field-get'Bjorn Helgaas2023-10-281-1/+1
|\ \
| * | PCI/DPC: Use FIELD_GET()Bjorn Helgaas2023-10-241-1/+1
| |/
* | Merge branch 'pci/config-errs'Bjorn Helgaas2023-10-281-3/+3
|\ \
| * | PCI: Do error check on own line to split long "if" conditionsIlpo Järvinen2023-10-101-3/+3
| |/
* | Merge branch 'pci/reset'Bjorn Helgaas2023-10-281-0/+12
|\ \
| * | PCI: Lengthen reset delay for VideoPropulsion Torrent QN16e cardLukas Wunner2023-09-281-0/+12
| |/
* | Merge branch 'pci/enumeration'Bjorn Helgaas2023-10-281-3/+3
|\ \
| * | PCI: Use PCI_HEADER_TYPE_* instead of literalsIlpo Järvinen2023-10-031-3/+3
| |/
* | PCI: Disable ATS for specific Intel IPU E2000 devicesBartosz Pawlowski2023-10-181-0/+19
* | PCI: Extract ATS disabling to a helper functionBartosz Pawlowski2023-10-181-7/+9
|/
* Revert "PCI: Mark NVIDIA T4 GPUs to avoid bus reset"Bjorn Helgaas2023-09-081-1/+1
* Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-08-301-5/+43
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2023-08-291-4/+4
| |\
| | * PCI: Fix typos in docs and commentsBjorn Helgaas2023-08-251-4/+4
| * | Merge branch 'pci/controller/switchtec'Bjorn Helgaas2023-08-291-0/+36
| |\ \
| | * | PCI: switchtec: Add support for PCIe Gen5 devicesKelvin Cao2023-08-091-0/+36
| | |/
| * | Merge branch 'pci/virtualization'Bjorn Helgaas2023-08-291-1/+1
| |\ \
| | * | PCI: Mark NVIDIA T4 GPUs to avoid bus resetWu Zongyong2023-08-091-1/+1
| | |/
| * / PCI: Make quirk using inw() depend on HAS_IOPORTNiklas Schnelle2023-07-181-0/+2
| |/
* | of: unittest: Add pci_dt_testdrv pci driverLizhi Hou2023-08-221-0/+1
* | PCI: Add quirks to generate device tree node for Xilinx Alveo U50Lizhi Hou2023-08-221-0/+11
|/
* Merge tag 'pci-v6.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-06-301-7/+104
|\
| * Merge branch 'pci/virtualization'Bjorn Helgaas2023-06-261-4/+8
| |\
| | * PCI: Add function 1 DMA alias quirk for Marvell 88SE9235Robin Murphy2023-06-081-0/+2
| | * PCI: Delay after FLR of Solidigm P44 Pro NVMeMike Pastore2023-05-091-4/+6
| * | Merge branch 'pci/enumeration'Bjorn Helgaas2023-06-261-3/+96
| |\ \ | | |/ | |/|
| | * PCI: Work around PCIe link training failuresMaciej W. Rozycki2023-06-201-0/+93
| | * PCI: Execute quirk_enable_clear_retrain_link() earlierMaciej W. Rozycki2023-06-201-3/+3
| |/
* / PCI/DPC: Quirk PIO log size for Intel Ice Lake Root PortsMika Westerberg2023-05-111-2/+7
|/
* PCI/PM: Extend D3hot delay for NVIDIA HDA controllersAlex Williamson2023-04-171-0/+13
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-02-251-0/+8
|\
| * PCI: Avoid FLR for SolidRun SNET DPU rev 1Alvaro Karsz2023-02-201-0/+8
* | PCI: Add ACS quirk for Wangxun NICsMengyuan Lou2023-02-131-0/+22
* | PCI: Avoid FLR for AMD FCH AHCI adaptersDamien Le Moal2023-01-301-0/+1
|/
* PCI/DPC: Quirk PIO log size for certain Intel Root PortsMika Westerberg2022-09-271-0/+36
* Merge branch 'pci/header-cleanup-immutable'Bjorn Helgaas2022-08-041-1/+3
|\
| * PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-221-1/+3
* | Merge branch 'pci/ctrl/tegra194'Bjorn Helgaas2022-08-041-4/+13
|\ \
| * | PCI: Disable MSI for Tegra234 Root PortsVidya Sagar2022-07-221-4/+13
| |/
* / PCI: Add ACS quirk for Broadcom BCM5750x NICsPavan Chebbi2022-06-091-0/+3
|/
* PCI/ASPM: Make Intel DG2 L1 acceptable latency unlimitedMika Westerberg2022-04-071-0/+47
* Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-03-251-0/+12
|\
| * PCI: Avoid broken MSI on SB600 USB devicesBjorn Helgaas2022-03-211-0/+12
* | PCI: Mark all AMD Navi10 and Navi14 GPU ATS as brokenAlex Deucher2022-02-231-5/+9
|/
* Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-161-2/+24
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2022-01-131-2/+2
| |\
| | * PCI: Correct misspelled wordsKrzysztof Wilczyński2022-01-071-2/+2