summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-0588-1269/+2930
|\
| * Merge branch 'pci/tegra'Bjorn Helgaas2021-05-044-1/+111
| |\
| | * PCI: tegra: Add Tegra194 MCFG quirks for ECAM errataVidya Sagar2021-04-164-1/+111
| * | Merge branch 'pci/brcmstb'Bjorn Helgaas2021-05-043-29/+41
| |\ \
| | * | PCI: brcmstb: Use reset/rearm instead of deassert/assertJim Quinlan2021-05-031-6/+13
| | * | ata: ahci_brcm: Fix use of BCM7216 reset controllerJim Quinlan2021-05-031-23/+23
| | * | reset: add missing empty function reset_control_rearm()Jim Quinlan2021-05-031-0/+5
| | |/
| * | Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2021-05-043-46/+1
| |\ \
| | * | dt-bindings: PCI: hisi: Delete the obsolete HiSilicon PCIe fileDongdong Liu2021-03-302-44/+0
| | * | PCI: mobiveil: Improve PCIE_LAYERSCAPE_GEN4 dependenciesGeert Uytterhoeven2021-03-231-2/+1
| | |/
| * | Merge branch 'remotes/lorenzo/pci/msi'Bjorn Helgaas2021-05-0412-558/+489
| |\ \
| | * | 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-202-0/+3
| | * | PCI/MSI: Kill default_teardown_msi_irqs()Marc Zyngier2021-04-202-11/+1
| | * | PCI/MSI: Kill msi_controller structureMarc Zyngier2021-04-201-15/+1
| | * | PCI/MSI: Drop use of msi_controller from core codeMarc Zyngier2021-04-203-26/+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-042-0/+9
| |\ \
| | * | PCI: xilinx-nwl: Add optional "dma-coherent" propertyBharat Kumar Gogada2021-04-071-0/+2
| | * | 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-042-13/+53
| |\ \
| | * | PCI: vmd: Disable MSI-X remapping when possibleJon Derrick2021-03-221-12/+51
| | * | iommu/vt-d: Use Real PCI DMA device for IRTEJon Derrick2021-03-221-1/+2
| | |/
| * | 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-0413-1/+556
| |\ \
| | * | riscv: dts: Add PCIe support for the SiFive FU740-C000 SoCGreentime Hu2021-05-041-0/+33
| | * | PCI: fu740: Add SiFive FU740 PCIe host controller driverPaul Walmsley2021-05-043-0/+319
| | * | dt-bindings: PCI: Add SiFive FU740 PCIe host controllerGreentime Hu2021-05-041-0/+113
| | * | MAINTAINERS: Add maintainers for SiFive FU740 PCIe driverGreentime Hu2021-05-041-0/+8
| | * | clk: sifive: Use reset-simple in prci driver for PCIe driverGreentime Hu2021-05-044-0/+20
| | * | clk: sifive: Add pcie_aux clock in prci driver for PCIe driverGreentime Hu2021-05-045-1/+63
| | |/
| * | 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-047-1/+1226
| |\ \
| | * | MAINTAINERS: Add Jianjun Wang as MediaTek PCI co-maintainerJianjun Wang2021-04-291-0/+1
| | * | PCI: mediatek-gen3: Add system PM supportJianjun Wang2021-04-291-0/+113