summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pcie-designware.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: dwc: Do not remap invalid resTim Harvey2021-12-021-3/+4
* PCI: dwc: Export more symbols to allow modular driversLuca Ceresoli2021-09-301-0/+1
* PCI: dwc: Move iATU detection earlierHou Zhiqiang2021-04-291-3/+8
* PCI: dwc: Don't assume the ops in dw_pcie always existJisheng Zhang2021-02-241-7/+7
* PCI: dwc: Add upper limit address for outbound iATUShradha Todi2021-02-241-0/+5
* PCI: dwc: Change size to u64 for EP outbound iATUShradha Todi2021-02-241-1/+1
* PCI: dwc: Work around ECRC configuration issueVidya Sagar2021-02-241-2/+47
* PCI: dwc: Detect number of iATU windowsRob Herring2020-11-191-7/+86
* PCI: dwc: Add support to program ATU for >4GB memoryVidya Sagar2020-11-181-5/+7
* PCI: dwc: Add common iATU register supportKunihiko Hayashi2020-10-131-0/+5
* PCI: dwc: Fix 'cast truncates bits from constant value'Gustavo Pimentel2020-09-281-1/+1
* PCI: designware-ep: Add multiple PFs support for DWCXiaowei Bao2020-09-211-18/+41
* PCI: dwc: Move N_FTS setup to common setupRob Herring2020-09-101-11/+17
* PCI: dwc: Set PORT_LINK_DLL_LINK_EN in common setup codeRob Herring2020-09-101-0/+1
* PCI: dwc: Centralize link gen settingRob Herring2020-09-101-14/+19
* PCI: dwc: Make ATU accessors privateRob Herring2020-09-081-6/+6
* PCI: dwc: Remove read_dbi2 codeRob Herring2020-09-081-15/+0
* PCI: dwc: Ensure FAST_LINK_MODE is clearedRob Herring2020-09-081-1/+4
* PCI: dwc: Add a 'num_lanes' field to struct dw_pcieRob Herring2020-09-081-8/+6
* PCI: Replace http:// links with https://Alexander A. Klimov2020-06-301-1/+1
* PCI: dwc: Program outbound ATU upper limit registerAlan Mikhak2020-05-221-2/+5
* PCI: dwc: intel: PCIe RC controller driverDilip Kota2020-01-091-0/+56
* Merge branch 'lorenzo/pci/tegra'Bjorn Helgaas2019-09-231-1/+89
|\
| * PCI: tegra: Add Tegra194 PCIe supportVidya Sagar2019-09-081-1/+1
| * PCI: dwc: Add support to enable CDM register checkVidya Sagar2019-08-131-0/+7
| * PCI: dwc: Export dw_pcie_wait_for_link() APIVidya Sagar2019-08-131-0/+1
| * PCI: dwc: Add extended configuration space capability search APIVidya Sagar2019-08-131-0/+41
| * PCI: dwc: Move config space capability search APIVidya Sagar2019-08-131-0/+39
* | PCI: dwc: Return directly when num-lanes is not foundHou Zhiqiang2019-08-221-2/+4
|/
* PCI: dwc: Export APIs to support .remove() implementationVidya Sagar2019-06-271-0/+4
* PCI: dwc: Cleanup DBI,ATU read and write APIsVidya Sagar2019-06-271-16/+41
* Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas2019-05-131-0/+52
|\
| * PCI: dwc: Add callbacks for accessing dbi2 address spaceKishon Vijay Abraham I2019-04-161-0/+31
| * PCI: dwc: Fix ATU identification for designware version >= 4.80Kishon Vijay Abraham I2019-04-151-6/+8
| * PCI: dwc: Enable iATU unroll for endpoint tooKishon Vijay Abraham I2019-04-151-0/+19
* | PCI: dwc: imx6: Share PHY debug register definitionsAndrey Smirnov2019-05-011-9/+3
|/
* PCI: dwc: Make use of BIT() in constant definitionsAndrey Smirnov2019-03-011-1/+1
* PCI: dwc: Make use of IS_ALIGNED()Andrey Smirnov2019-03-011-2/+2
* PCI: dwc: Don't hard-code DBI/ATU offsetStephen Warren2018-12-181-4/+4
* PCI: dwc: Fix scheduling while atomic issuesJisheng Zhang2018-09-201-4/+4
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-081-0/+394