aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/controller/dwc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-04Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas1-3/+2
2020-06-04Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas1-8/+8
2020-06-04Merge branch 'remotes/lorenzo/pci/host-generic'Bjorn Helgaas2-15/+6
2020-06-04Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas11-20/+414
2020-06-04Merge branch 'pci/misc'Bjorn Helgaas2-4/+4
2020-06-04PCI: uniphier: Add Socionext UniPhier Pro5 PCIe endpoint controller driverKunihiko Hayashi3-2/+396
2020-05-29PCI: tegra194: Fix runtime PM imbalance on errorDinghao Liu1-3/+2
2020-05-22PCI: dwc: Use private data pointer of "struct irq_domain" to get pcie_portKishon Vijay Abraham I1-1/+1
2020-05-22PCI: amlogic: meson: Don't use FAST_LINK_MODE to set up linkMarc Zyngier1-2/+2
2020-05-22PCI: dwc: Fix inner MSI IRQ domain registrationMarc Zyngier1-0/+2
2020-05-22PCI: dwc: pci-dra7xx: Use devm_platform_ioremap_resource_byname()Wei Yongjun1-5/+3
2020-05-22PCI: dwc: intel: Make intel_pcie_cpu_addr() staticJason Yan1-1/+1
2020-05-22PCI: dwc: Program outbound ATU upper limit registerAlan Mikhak2-3/+7
2020-05-22PCI: endpoint: Add support to handle multiple base for mapping outbound memoryLad Prabhakar1-8/+8
2020-05-12PCI: Check for platform_get_irq() failure consistentlyAman Sharma2-4/+4
2020-05-07PCI: host-generic: Eliminate pci_host_common_probe wrappersRob Herring1-10/+1
2020-05-05PCI: dwc: Make hisi_pcie_platform_ops staticZou Wei1-1/+1
2020-05-05PCI: dwc: Clean up computing of msix_tblJiri Slaby1-5/+1
2020-05-01PCI: Constify struct pci_ecam_opsRob Herring2-5/+5
2020-04-24PCI: keystone: Don't select CONFIG_PCI_KEYSTONE_HOST by defaultBjorn Helgaas1-1/+0
2020-04-24PCI: dra7xx: Don't select CONFIG_PCI_DRA7XX_HOST by defaultBjorn Helgaas1-1/+1
2020-04-02Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas1-1/+7
2020-04-02Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas5-80/+822
2020-04-02Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas1-36/+195
2020-04-02PCI: tegra: Print -EPROBE_DEFER error message at debug levelThierry Reding1-7/+35
2020-04-02PCI: keystone: Allow AM654 PCIe Endpoint to raise MSI-X interruptKishon Vijay Abraham I1-1/+4
2020-04-02PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table addressKishon Vijay Abraham I2-29/+18
2020-04-02PCI: endpoint: Fix ->set_msix() to take BIR and offset as argumentsKishon Vijay Abraham I1-2/+13
2020-03-31PCI: tegra: Add support for PCIe endpoint mode in Tegra194Vidya Sagar3-18/+695
2020-03-27PCI: dwc: pci-dra7xx: Fix MSI IRQ handlingVignesh Raghavendra1-36/+195
2020-03-04PCI: amlogic: Use AXG PCIERemi Pommarel1-94/+22
2020-02-26PCI: qcom: Fix the fixup of PCI_VENDOR_ID_QCOMBjorn Andersson1-1/+7
2020-02-25PCI: dwc: Add API to notify core initialization completionVidya Sagar2-0/+12
2020-02-25PCI: dwc: Refactor core initialization code for EP modeVidya Sagar2-28/+50
2020-01-31Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds10-41/+781
2020-01-29Merge branch 'remotes/lorenzo/pci/uniphier'Bjorn Helgaas1-30/+1
2020-01-29Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas1-0/+150
2020-01-29Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas1-1/+1
2020-01-29Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas1-3/+3
2020-01-21PCI: keystone: Fix error handling when "num-viewport" DT property is not populatedKishon Vijay Abraham I1-1/+1
2020-01-13PCI: uniphier: remove module code from built-in driverMasahiro Yamada1-30/+1
2020-01-13PCI: exynos: Rename Exynos to lowercaseKrzysztof Kozlowski1-1/+1
2020-01-10PCI: keystone: Fix outbound region mappingYurii Monakov1-1/+1
2020-01-10PCI: keystone: Fix link training retries initiationYurii Monakov1-1/+1
2020-01-10PCI: qcom: Add support for SDM845 PCIe controllerBjorn Andersson1-0/+150
2020-01-09PCI: artpec6: Configure FTS with dwc helper functionDilip Kota1-7/+1
2020-01-09PCI: dwc: intel: PCIe RC controller driverDilip Kota5-0/+625
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2-2/+2
2019-11-28Merge branch 'pci/trivial'Bjorn Helgaas1-3/+3
2019-11-28Merge branch 'remotes/lorenzo/pci/mmio-dma-ranges'Bjorn Helgaas1-20/+9