summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pcie-designware.c
AgeCommit message (Expand)Author
2023-08-30Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-07-26Revert "PCI: dwc: Wait for link up only if link is started"Johan Hovold
2023-07-18PCI: Explicitly include correct DT includesRob Herring
2023-07-06Merge tag 'dmaengine-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-05-26PCI: dwc: Wait for link up only if link is startedAjay Agarwal
2023-05-24dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_opsCai Huoqing
2023-03-21PCI: dwc: Fix PORT_LINK_CONTROL update when CDM check enabledYoshihiro Shimoda
2023-02-22PCI: dwc: Add Root Port and Endpoint controller eDMA engine supportSerge Semin
2022-11-23PCI: dwc: Introduce generic platform clocks and resetsSerge Semin
2022-11-23PCI: dwc: Combine iATU detection proceduresSerge Semin
2022-11-23PCI: dwc: Introduce generic resources getterSerge Semin
2022-11-23PCI: dwc: Introduce generic controller capabilities interfaceSerge Semin
2022-11-23PCI: dwc: Introduce dma-ranges property support for RC-hostSerge Semin
2022-11-10PCI: dwc: Use dev_info for PCIe link down event loggingVidya Sagar
2022-10-27PCI: dwc: Fix n_fts[] array overrunVidya Sagar
2022-08-01PCI: dwc: Validate iATU outbound mappings against hardware constraintsSerge Semin
2022-08-01PCI: dwc: Add iATU regions size detection procedureSerge Semin
2022-08-01PCI: dwc: Simplify in/outbound iATU setup methodsSerge Semin
2022-08-01PCI: dwc: Drop enum dw_pcie_region_type in favor of PCIE_ATU_REGION_DIR_IB/OBSerge Semin
2022-08-01PCI: dwc: Drop enum dw_pcie_as_type in favor of PCIE_ATU_TYPE_MEM/IOSerge Semin
2022-08-01PCI: dwc: Add macros to compare Synopsys IP core versionsSerge Semin
2022-08-01PCI: dwc: Read DWC IP core version from registerSerge Semin
2022-08-01PCI: dwc: Use native DWC IP core version representationSerge Semin
2022-08-01PCI: dwc: Log link speed and width if it comes upSerge Semin
2022-07-05PCI: dwc: Organize local variable usageSerge Semin
2022-07-05PCI: dwc: Convert dw_pcie_link_up() to use dw_pcie_readl_dbi()Serge Semin
2022-07-05PCI: dwc: Simplify unrolled iATU detectionSerge Semin
2022-07-05PCI: dwc: Add newlines to log messagesSerge Semin
2022-07-05PCI: dwc: Add braces to multi-line if-else statementsSerge Semin
2022-07-05PCI: dwc: Always enable CDM check if "snps,enable-cdm-check" existsSerge Semin
2022-07-05PCI: dwc: Set INCREASE_REGION_SIZE flag based on limit addressSerge Semin
2022-07-05PCI: dwc: Add unroll iATU space support to dw_pcie_disable_atu()Serge Semin
2021-12-02PCI: dwc: Do not remap invalid resTim Harvey
2021-09-30PCI: dwc: Export more symbols to allow modular driversLuca Ceresoli
2021-04-29PCI: dwc: Move iATU detection earlierHou Zhiqiang
2021-02-24PCI: dwc: Don't assume the ops in dw_pcie always existJisheng Zhang
2021-02-24PCI: dwc: Add upper limit address for outbound iATUShradha Todi
2021-02-24PCI: dwc: Change size to u64 for EP outbound iATUShradha Todi
2021-02-24PCI: dwc: Work around ECRC configuration issueVidya Sagar
2020-11-19PCI: dwc: Detect number of iATU windowsRob Herring
2020-11-18PCI: dwc: Add support to program ATU for >4GB memoryVidya Sagar
2020-10-13PCI: dwc: Add common iATU register supportKunihiko Hayashi
2020-09-28PCI: dwc: Fix 'cast truncates bits from constant value'Gustavo Pimentel
2020-09-21PCI: designware-ep: Add multiple PFs support for DWCXiaowei Bao
2020-09-10PCI: dwc: Move N_FTS setup to common setupRob Herring
2020-09-10PCI: dwc: Set PORT_LINK_DLL_LINK_EN in common setup codeRob Herring
2020-09-10PCI: dwc: Centralize link gen settingRob Herring
2020-09-08PCI: dwc: Make ATU accessors privateRob Herring
2020-09-08PCI: dwc: Remove read_dbi2 codeRob Herring
2020-09-08PCI: dwc: Ensure FAST_LINK_MODE is clearedRob Herring