summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorLines
2021-02-25Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-488/+1450
2021-02-24Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas-31/+15
2021-02-24Merge branch 'remotes/lorenzo/pci/xilinx'Bjorn Helgaas-0/+1
2021-02-24Merge branch 'remotes/lorenzo/pci/tango'Bjorn Helgaas-356/+0
2021-02-24Merge branch 'pci/rockchip'Bjorn Helgaas-6/+6
2021-02-24Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas-1/+1
2021-02-24Merge branch 'pci/qcom'Bjorn Helgaas-6/+16
2021-02-24Merge branch 'pci/ntb'Bjorn Helgaas-6/+54
2021-02-24Merge branch 'pci/microchip'Bjorn Helgaas-2/+1151
2021-02-24Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas-2/+5
2021-02-24Merge branch 'pci/layerscape'Bjorn Helgaas-2/+10
2021-02-24Merge branch 'pci/dwc'Bjorn Helgaas-54/+79
2021-02-24Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas-19/+76
2021-02-24Merge branch 'remotes/lorenzo/pci/brcmstb'Bjorn Helgaas-1/+33
2021-02-24PCI: qcom: Use PHY_REFCLK_USE_PAD only for ipq8064Ansuel Smith-1/+3
2021-02-24PCI: qcom: Add support for ddrss_sf_tbu clockDmitry Baryshkov-5/+13
2021-02-24PCI: al: Remove useless dw_pcie_opsJisheng Zhang-4/+0
2021-02-24PCI: dwc: Don't assume the ops in dw_pcie always existJisheng Zhang-13/+11
2021-02-24PCI: dwc: Add upper limit address for outbound iATUShradha Todi-0/+6
2021-02-24PCI: dwc: Change size to u64 for EP outbound iATUShradha Todi-2/+2
2021-02-24PCI: dwc: Drop support for config space in 'ranges'Rob Herring-33/+12
2021-02-24PCI: layerscape: Convert to builtin_platform_driver()Michael Walle-2/+3
2021-02-24PCI: layerscape: Add LX2160A rev2 EP mode supportHou Zhiqiang-0/+7
2021-02-24PCI: dwc: Work around ECRC configuration issueVidya Sagar-2/+48
2021-02-23PCI: rockchip: Make 'ep-gpios' DT property optionalChen-Yu Tsai-6/+6
2021-02-23PCI: cadence: Configure LM_EP_FUNC_CFG based on epc->function_num_mapKishon Vijay Abraham I-6/+1
2021-02-23PCI: cadence: Implement ->msi_map_irq() opsKishon Vijay Abraham I-0/+53
2021-02-23PCI: microchip: Add Microchip PolarFire PCIe controller driverDaire McNamara-0/+1149
2021-02-23PCI: Call platform_set_drvdata earlier in devm_pci_alloc_host_bridgeDaire McNamara-2/+2
2021-02-18PCI: cadence: Fix DMA range mapping early return errorKrzysztof Wilczyński-2/+3
2021-02-11asm-generic/hyperv: update hv_interrupt_entryWei Liu-1/+1
2021-02-10PCI: cadence: Retrain Link to work around Gen2 training defectNadeem Athani-19/+76
2021-01-28PCI: hv: Fix typoBjorn Helgaas-1/+1
2021-01-28PCI: xgene: Fix CRS SV commentBjorn Helgaas-6/+7
2021-01-25PCI: mediatek: Add missing of_node_put() to fix reference leakKrzysztof Wilczyński-2/+5
2021-01-25PCI: xilinx-cpm: Fix reference count leak on error pathPan Bian-0/+1
2021-01-22PCI: Remove tango host controller driverArnd Bergmann-356/+0
2021-01-19PCI: brcmstb: Remove chained IRQ handler and data in one goMartin Kaiser-2/+1
2021-01-19PCI: Drop PCIE_RCAR config optionLad Prabhakar-9/+0
2021-01-19PCI: brcmstb: support BCM4908 with external PERST# signal controllerRafał Miłecki-1/+33
2021-01-18PCI: xgene-msi: Fix race in installing chained irq handlerMartin Kaiser-7/+3
2021-01-18PCI: dwc: Remove IRQ handler and data in one goMartin Kaiser-4/+2
2021-01-18PCI: altera-msi: Remove IRQ handler and data in one goMartin Kaiser-2/+1
2021-01-15PCI: rcar: Always allocate MSI addresses in 32bit spaceMarek Vasut-1/+1
2020-12-25Merge tag 'pci-v5.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-32/+31
2020-12-25PCI: dwc: Fix inverted condition of DMA mask setup warningAlexander Lobakin-6/+2
2020-12-25PCI: tegra: Fix host link initializationRob Herring-26/+29
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-12/+4
2020-12-15Merge tag 'pci-v5.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1434/+789
2020-12-15Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas-11/+26