summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-10PCI: pci-dra7xx: Prepare for deferred probe with module_platform_driverTony Lindgren1-6/+7
2021-02-24Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas1-4/+2
2021-02-24Merge branch 'pci/qcom'Bjorn Helgaas1-6/+16
2021-02-24Merge branch 'pci/layerscape'Bjorn Helgaas2-2/+10
2021-02-24PCI: qcom: Use PHY_REFCLK_USE_PAD only for ipq8064Ansuel Smith1-1/+3
2021-02-24PCI: qcom: Add support for ddrss_sf_tbu clockDmitry Baryshkov1-5/+13
2021-02-24PCI: al: Remove useless dw_pcie_opsJisheng Zhang1-4/+0
2021-02-24PCI: dwc: Don't assume the ops in dw_pcie always existJisheng Zhang3-13/+11
2021-02-24PCI: dwc: Add upper limit address for outbound iATUShradha Todi2-0/+6
2021-02-24PCI: dwc: Change size to u64 for EP outbound iATUShradha Todi2-2/+2
2021-02-24PCI: dwc: Drop support for config space in 'ranges'Rob Herring1-33/+12
2021-02-24PCI: layerscape: Convert to builtin_platform_driver()Michael Walle1-2/+3
2021-02-24PCI: layerscape: Add LX2160A rev2 EP mode supportHou Zhiqiang1-0/+7
2021-02-24PCI: dwc: Work around ECRC configuration issueVidya Sagar2-2/+48
2021-01-18PCI: dwc: Remove IRQ handler and data in one goMartin Kaiser1-4/+2
2020-12-26PCI: dwc: Fix inverted condition of DMA mask setup warningAlexander Lobakin1-6/+2
2020-12-26PCI: tegra: Fix host link initializationRob Herring1-26/+29
2020-12-16Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas1-2/+2
2020-12-16Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas24-1283/+654
2020-12-10PCI: Unify ECAM constants in native PCI Express driversKrzysztof Wilczyński2-12/+2
2020-12-10PCI: dwc: Set 32-bit DMA mask for MSI target address allocationVidya Sagar1-0/+8
2020-12-09PCI: qcom: Add support for configuring BDF to SID mapping for SM8250Manivannan Sadhasivam2-0/+89
2020-12-08PCI: qcom: Add SM8250 SoC supportManivannan Sadhasivam1-0/+11
2020-12-07PCI: tegra: Disable LTSSM during L2 entryVidya Sagar1-7/+9
2020-12-07PCI: tegra: Check return value of tegra_pcie_init_controller()Vidya Sagar1-1/+5
2020-12-07PCI: tegra: Continue unconfig sequence even if parts failVidya Sagar1-24/+15
2020-12-07PCI: tegra: Set DesignWare IP versionVidya Sagar1-0/+1
2020-12-07PCI: tegra: Fix ASPM-L1SS advertisement disable codeVidya Sagar1-6/+6
2020-12-01PCI: tegra: Read "dbi" base address to program in application logicVidya Sagar1-0/+7
2020-12-01PCI: tegra: Move "dbi" accesses to post common DWC initializationVidya Sagar1-9/+10