summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pcie-designware.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-19PCI: dwc: Detect number of iATU windowsRob Herring1-7/+86
2020-11-18PCI: dwc: Add support to program ATU for >4GB memoryVidya Sagar1-5/+7
2020-10-13PCI: dwc: Add common iATU register supportKunihiko Hayashi1-0/+5
2020-09-28PCI: dwc: Fix 'cast truncates bits from constant value'Gustavo Pimentel1-1/+1
2020-09-21PCI: designware-ep: Add multiple PFs support for DWCXiaowei Bao1-18/+41
2020-09-10PCI: dwc: Move N_FTS setup to common setupRob Herring1-11/+17
2020-09-10PCI: dwc: Set PORT_LINK_DLL_LINK_EN in common setup codeRob Herring1-0/+1
2020-09-10PCI: dwc: Centralize link gen settingRob Herring1-14/+19
2020-09-08PCI: dwc: Make ATU accessors privateRob Herring1-6/+6
2020-09-08PCI: dwc: Remove read_dbi2 codeRob Herring1-15/+0
2020-09-08PCI: dwc: Ensure FAST_LINK_MODE is clearedRob Herring1-1/+4
2020-09-08PCI: dwc: Add a 'num_lanes' field to struct dw_pcieRob Herring1-8/+6
2020-06-30PCI: Replace http:// links with https://Alexander A. Klimov1-1/+1
2020-05-22PCI: dwc: Program outbound ATU upper limit registerAlan Mikhak1-2/+5
2020-01-09PCI: dwc: intel: PCIe RC controller driverDilip Kota1-0/+56
2019-09-24Merge branch 'lorenzo/pci/tegra'Bjorn Helgaas1-1/+89
2019-09-08PCI: tegra: Add Tegra194 PCIe supportVidya Sagar1-1/+1
2019-08-22PCI: dwc: Return directly when num-lanes is not foundHou Zhiqiang1-2/+4
2019-08-13PCI: dwc: Add support to enable CDM register checkVidya Sagar1-0/+7
2019-08-13PCI: dwc: Export dw_pcie_wait_for_link() APIVidya Sagar1-0/+1
2019-08-13PCI: dwc: Add extended configuration space capability search APIVidya Sagar1-0/+41
2019-08-13PCI: dwc: Move config space capability search APIVidya Sagar1-0/+39
2019-06-27PCI: dwc: Export APIs to support .remove() implementationVidya Sagar1-0/+4
2019-06-27PCI: dwc: Cleanup DBI,ATU read and write APIsVidya Sagar1-16/+41
2019-05-14Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas1-0/+52
2019-05-01PCI: dwc: imx6: Share PHY debug register definitionsAndrey Smirnov1-9/+3
2019-04-16PCI: dwc: Add callbacks for accessing dbi2 address spaceKishon Vijay Abraham I1-0/+31
2019-04-15PCI: dwc: Fix ATU identification for designware version >= 4.80Kishon Vijay Abraham I1-6/+8
2019-04-15PCI: dwc: Enable iATU unroll for endpoint tooKishon Vijay Abraham I1-0/+19
2019-03-01PCI: dwc: Make use of BIT() in constant definitionsAndrey Smirnov1-1/+1
2019-03-01PCI: dwc: Make use of IS_ALIGNED()Andrey Smirnov1-2/+2
2018-12-18PCI: dwc: Don't hard-code DBI/ATU offsetStephen Warren1-4/+4
2018-09-21PCI: dwc: Fix scheduling while atomic issuesJisheng Zhang1-4/+4
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin1-0/+394