summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-06-186-131/+262
|\
| * PCI: aardvark: Fix kernel panic during PIO transferPali Rohár2021-06-181-9/+40
| * PCI: Add ACS quirk for Broadcom BCM57414 NICSriharsha Basavapatna2021-06-181-0/+2
| * PCI: Mark AMD Navi14 GPU ATS as brokenEvan Quan2021-06-181-1/+3
| * PCI: Work around Huawei Intelligent NIC VF FLR erratumChiqijun2021-06-181-0/+65
| * PCI: Mark some NVIDIA GPUs to avoid bus resetShanker Donthineni2021-06-181-0/+12
| * PCI: Mark TI C667X to avoid bus resetAntti Järvinen2021-06-181-0/+10
| * PCI: tegra194: Fix MCFG quirk build regressionsJon Hunter2021-06-183-121/+128
| * PCI: of: Clear 64-bit flag for non-prefetchable memory below 4GBPunit Agrawal2021-06-181-0/+2
* | PCI/MSI: Fix MSIs for generic hosts that use device-tree's "msi-map"Jean-Philippe Brucker2021-05-252-1/+9
|/
* Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-05-061-1/+1
|\
| * s390/pci: rename zpci_configure_device()Niklas Schnelle2021-04-301-1/+1
* | Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-0555-1138/+2434
|\ \
| * \ Merge branch 'pci/tegra'Bjorn Helgaas2021-05-042-1/+103
| |\ \
| | * | PCI: tegra: Add Tegra194 MCFG quirks for ECAM errataVidya Sagar2021-04-162-1/+103
| * | | Merge branch 'pci/brcmstb'Bjorn Helgaas2021-05-041-6/+13
| |\ \ \
| | * | | PCI: brcmstb: Use reset/rearm instead of deassert/assertJim Quinlan2021-05-031-6/+13
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2021-05-041-2/+1
| |\ \ \
| | * | | PCI: mobiveil: Improve PCIE_LAYERSCAPE_GEN4 dependenciesGeert Uytterhoeven2021-03-231-2/+1
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/msi'Bjorn Helgaas2021-05-0410-540/+487
| |\ \ \
| | * | | PCI: Refactor HT advertising of NO_MSI flagMarc Zyngier2021-04-201-11/+4
| | * | | PCI/MSI: Document the various ways of ending up with NO_MSIMarc Zyngier2021-04-201-2/+9
| | * | | PCI: mediatek: Advertise lack of built-in MSI handlingThomas Gleixner2021-04-201-0/+4
| | * | | PCI/MSI: Make pci_host_common_probe() declare its reliance on MSI domainsMarc Zyngier2021-04-201-0/+1
| | * | | PCI/MSI: Let PCI host bridges declare their reliance on MSI domainsMarc Zyngier2021-04-201-0/+2
| | * | | PCI/MSI: Kill default_teardown_msi_irqs()Marc Zyngier2021-04-201-10/+1
| | * | | PCI/MSI: Drop use of msi_controller from core codeMarc Zyngier2021-04-202-24/+1
| | * | | PCI: hv: Drop msi_controller structureMarc Zyngier2021-04-201-4/+0
| | * | | PCI: xilinx: Convert to MSI domainsMarc Zyngier2021-04-202-138/+106
| | * | | PCI: xilinx: Don't allocate extra memory for the MSI capture addressMarc Zyngier2021-04-201-12/+6
| | * | | PCI: rcar: Convert to MSI domainsMarc Zyngier2021-04-202-183/+169
| | * | | PCI: rcar: Don't allocate extra memory for the MSI capture addressMarc Zyngier2021-04-201-11/+7
| | * | | PCI: tegra: Convert to MSI domainsMarc Zyngier2021-04-202-159/+191
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/xilinx'Bjorn Helgaas2021-05-041-0/+7
| |\ \ \
| | * | | PCI: xilinx-nwl: Enable coherent PCIe DMA traffic using CCIBharat Kumar Gogada2021-04-071-0/+7
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/xgene'Bjorn Helgaas2021-05-041-1/+2
| |\ \ \
| | * | | PCI: xgene: Fix cfg resource mappingDejin Zheng2021-03-311-1/+2
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas2021-05-041-12/+51
| |\ \ \
| | * | | PCI: vmd: Disable MSI-X remapping when possibleJon Derrick2021-03-221-12/+51
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas2021-05-042-4/+4
| |\ \ \
| | * | | PCI: tegra: Fix runtime PM imbalance in pex_ep_event_pex_rst_deassert()Dinghao Liu2021-04-081-1/+1
| | * | | PCI: tegra: Fix typo for PCIe endpoint mode in Tegra194Wesley Sheng2021-03-221-1/+1
| | * | | PCI: tegra: Constify static structsRikard Falkeborn2021-03-221-2/+2
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/risc-v'Bjorn Helgaas2021-05-043-0/+319
| |\ \ \
| | * | | PCI: fu740: Add SiFive FU740 PCIe host controller driverPaul Walmsley2021-05-043-0/+319
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/microchip'Bjorn Helgaas2021-05-041-7/+5
| |\ \ \
| | * | | PCI: microchip: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński2021-03-221-3/+1
| | * | | PCI: microchip: Make some symbols staticWei Yongjun2021-03-221-4/+4
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas2021-05-045-1/+1044
| |\ \ \
| | * | | PCI: mediatek-gen3: Add system PM supportJianjun Wang2021-04-291-0/+113