summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc
AgeCommit message (Expand)AuthorFilesLines
2021-09-02Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas1-18/+18
2021-09-02Merge branch 'remotes/lorenzo/pci/tegra194'Bjorn Helgaas1-23/+31
2021-09-02Merge branch 'remotes/lorenzo/pci/keembay'Bjorn Helgaas3-0/+489
2021-09-02Merge branch 'pci/visconti'Bjorn Helgaas3-0/+342
2021-09-02Merge branch 'pci/rockchip-dwc'Bjorn Helgaas3-0/+291
2021-09-02Merge branch 'pci/dwc'Bjorn Helgaas1-1/+0
2021-09-02Merge branch 'pci/artpec6'Bjorn Helgaas1-5/+2
2021-08-31PCI: rockchip-dwc: Add Rockchip RK356X host controller driverSimon Xue3-0/+291
2021-08-31PCI: dwc: Remove surplus break statement after returnKrzysztof Wilczyński1-1/+0
2021-08-31PCI: artpec6: Remove local code block from switch statementKrzysztof Wilczyński1-4/+2
2021-08-31PCI: artpec6: Remove surplus break statement after returnKrzysztof Wilczyński1-1/+0
2021-08-31PCI: visconti: Add Toshiba Visconti PCIe host controller driverNobuhiro Iwamatsu3-0/+342
2021-08-20PCI: keembay: Add support for Intel Keem BaySrikanth Thokala3-0/+489
2021-08-19PCI: endpoint: Add virtual function number in pci_epc opsKishon Vijay Abraham I1-18/+18
2021-08-04PCI: tegra194: Cleanup unused codeOm Prakash Singh1-7/+0
2021-08-04PCI: tegra194: Don't allow suspend when Tegra PCIe is in EP modeOm Prakash Singh1-0/+5
2021-08-04PCI: tegra194: Disable interrupts before entering L2Om Prakash Singh1-0/+10
2021-08-04PCI: tegra194: Fix MSI-X programmingOm Prakash Singh1-1/+1
2021-08-04PCI: tegra194: Fix handling BME_CHGED eventOm Prakash Singh1-15/+15
2021-08-02PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier4-29/+18
2021-07-08Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-8/+31
2021-07-06Merge branch 'pci/host/tegra194'Bjorn Helgaas1-1/+3
2021-07-06Merge branch 'pci/host/intel-gw'Bjorn Helgaas1-4/+6
2021-06-29PCI: tegra194: Fix tegra_pcie_ep_raise_msi_irq() ill-defined shiftJon Hunter1-1/+1
2021-06-25PCI: tegra194: Fix host initialization during resumeVidya Sagar1-0/+2
2021-06-24PCI: imx6: Enable PHY internal regulator when supplied >3VRichard Zhu1-0/+20
2021-06-24PCI: imx6: Limit DBI register length for imx6qp PCIeRichard Zhu1-0/+1
2021-06-24PCI: imx6: Remove imx6_pcie_probe() redundant error messageZhen Lei1-3/+1
2021-06-24PCI: intel-gw: Fix INTx enableMartin Blumenstingl1-4/+6
2021-06-18PCI: tegra194: Fix MCFG quirk build regressionsJon Hunter3-121/+128
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-20/+458
2021-05-04Merge branch 'pci/tegra'Bjorn Helgaas2-1/+103
2021-05-04Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas2-4/+4
2021-05-04Merge branch 'remotes/lorenzo/pci/risc-v'Bjorn Helgaas3-0/+319
2021-05-04Merge branch 'remotes/lorenzo/pci/layerscape'Bjorn Helgaas1-1/+1
2021-05-04Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas6-10/+16
2021-05-04Merge branch 'pci/misc'Bjorn Helgaas2-1/+7
2021-05-04PCI: fu740: Add SiFive FU740 PCIe host controller driverPaul Walmsley3-0/+319
2021-04-29PCI: dwc: Move iATU detection earlierHou Zhiqiang4-3/+12
2021-04-29PCI: dwc/intel-gw: Remove unused functionJiapeng Chong1-5/+0
2021-04-29PCI: dwc: Move dw_pcie_msi_init() to dw_pcie_setup_rc()Jisheng Zhang1-1/+2
2021-04-16PCI: tegra: Add Tegra194 MCFG quirks for ECAM errataVidya Sagar2-1/+103
2021-04-08PCI: tegra: Fix runtime PM imbalance in pex_ep_event_pex_rst_deassert()Dinghao Liu1-1/+1
2021-03-22PCI: tegra: Fix typo for PCIe endpoint mode in Tegra194Wesley Sheng1-1/+1
2021-03-22PCI: layerscape: Correct syntax by changing comma to semicolonKrzysztof Wilczyński1-1/+1
2021-03-22PCI: keystone: Let AM65 use the pci_ops defined in pcie-designware-host.cKishon Vijay Abraham I1-1/+2
2021-03-22PCI: tegra: Constify static structsRikard Falkeborn1-2/+2
2021-03-12PCI: Fix kernel-doc errorsKrzysztof Wilczyński1-3/+8
2021-03-12PCI: Avoid building empty driversArnd Bergmann1-1/+6
2021-03-12PCI: al: Select CONFIG_PCI_ECAMArnd Bergmann1-0/+1