aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/controller/dwc/pcie-designware.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-01PCI: dwc: Validate iATU outbound mappings against hardware constraintsSerge Semin1-13/+25
2022-08-01PCI: dwc: Add iATU regions size detection procedureSerge Semin1-4/+29
2022-08-01PCI: dwc: Simplify in/outbound iATU setup methodsSerge Semin1-205/+85
2022-08-01PCI: dwc: Drop enum dw_pcie_region_type in favor of PCIE_ATU_REGION_DIR_IB/OBSerge Semin1-21/+7
2022-08-01PCI: dwc: Drop enum dw_pcie_as_type in favor of PCIE_ATU_TYPE_MEM/IOSerge Semin1-30/+5
2022-08-01PCI: dwc: Add macros to compare Synopsys IP core versionsSerge Semin1-4/+4
2022-08-01PCI: dwc: Read DWC IP core version from registerSerge Semin1-0/+24
2022-08-01PCI: dwc: Use native DWC IP core version representationSerge Semin1-4/+4
2022-08-01PCI: dwc: Log link speed and width if it comes upSerge Semin1-6/+16
2022-07-05PCI: dwc: Organize local variable usageSerge Semin1-5/+3
2022-07-05PCI: dwc: Convert dw_pcie_link_up() to use dw_pcie_readl_dbi()Serge Semin1-1/+1
2022-07-05PCI: dwc: Simplify unrolled iATU detectionSerge Semin1-6/+5
2022-07-05PCI: dwc: Add newlines to log messagesSerge Semin1-1/+1
2022-07-05PCI: dwc: Add braces to multi-line if-else statementsSerge Semin1-1/+2
2022-07-05PCI: dwc: Always enable CDM check if "snps,enable-cdm-check" existsSerge Semin1-7/+7
2022-07-05PCI: dwc: Set INCREASE_REGION_SIZE flag based on limit addressSerge Semin1-6/+10
2022-07-05PCI: dwc: Add unroll iATU space support to dw_pcie_disable_atu()Serge Semin1-3/+13
2021-12-02PCI: dwc: Do not remap invalid resTim Harvey1-3/+4
2021-09-30PCI: dwc: Export more symbols to allow modular driversLuca Ceresoli1-0/+1
2021-04-29PCI: dwc: Move iATU detection earlierHou Zhiqiang1-3/+8
2021-02-24PCI: dwc: Don't assume the ops in dw_pcie always existJisheng Zhang1-7/+7
2021-02-24PCI: dwc: Add upper limit address for outbound iATUShradha Todi1-0/+5
2021-02-24PCI: dwc: Change size to u64 for EP outbound iATUShradha Todi1-1/+1
2021-02-24PCI: dwc: Work around ECRC configuration issueVidya Sagar1-2/+47
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-23Merge 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-13Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas1-0/+52
2019-05-01PCI: dwc: imx6: Share PHY debug register definitionsAndrey Smirnov1-9/+3