summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pcie-designware.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-10PCI: dwc: ep: Rename dw_pcie_ep_init_complete() to dw_pcie_ep_init_registers()Manivannan Sadhasivam1-2/+2
2024-04-10PCI: dwc: ep: Introduce dw_pcie_ep_cleanup() API for drivers supporting PERST#Manivannan Sadhasivam1-0/+5
2024-04-10PCI: dwc: ep: Rename dw_pcie_ep_exit() to dw_pcie_ep_deinit()Manivannan Sadhasivam1-2/+2
2024-04-10PCI: dwc: ep: Remove deinit() callback from struct dw_pcie_ep_opsManivannan Sadhasivam1-1/+0
2024-01-15Merge branch 'pci/irq-clean-up'Bjorn Helgaas1-3/+3
2024-01-06PCI: dwc: Add dw_pcie_ep_{read,write}_dbi[2] helpersYoshihiro Shimoda1-0/+93
2024-01-06PCI: dwc: Rename .func_conf_select to .get_dbi_offset in struct dw_pcie_ep_opsYoshihiro Shimoda1-1/+1
2024-01-06PCI: dwc: Rename .ep_init to .init in struct dw_pcie_ep_opsYoshihiro Shimoda1-1/+1
2024-01-06PCI: dwc: Drop host prefix from struct dw_pcie_host_ops membersYoshihiro Shimoda1-4/+4
2023-12-19PCI: dwc: Rename dw_pcie_ep_raise_legacy_irq()Damien Le Moal1-2/+2
2023-12-18PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal1-1/+1
2023-10-28Merge branch 'pci/controller/rcar'Bjorn Helgaas1-2/+6
2023-10-23PCI: dwc: endpoint: Introduce .pre_init() and .deinit()Yoshihiro Shimoda1-0/+2
2023-10-20PCI: dwc: Add EDMA_UNROLL capability flagYoshihiro Shimoda1-2/+3
2023-10-20PCI: dwc: endpoint: Add multiple PFs support for dbi2Yoshihiro Shimoda1-0/+1
2023-10-14PCI: dwc: Add host_post_init() callbackManivannan Sadhasivam1-0/+1
2023-08-31Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+28
2023-08-24PCI: dwc: Implement generic suspend/resume functionalityFrank Li1-0/+28
2023-07-26Revert "PCI: dwc: Wait for link up only if link is started"Johan Hovold1-1/+0
2023-05-26PCI: dwc: Wait for link up only if link is startedAjay Agarwal1-0/+1
2023-02-22PCI: dwc: Add Root Port and Endpoint controller eDMA engine supportSerge Semin1-0/+21
2022-11-23PCI: dwc: Introduce generic platform clocks and resetsSerge Semin1-0/+42
2022-11-23PCI: dwc: Introduce generic resources getterSerge Semin1-0/+3
2022-11-23PCI: dwc: Introduce generic controller capabilities interfaceSerge Semin1-1/+11
2022-11-23PCI: dwc: Introduce dma-ranges property support for RC-hostSerge Semin1-2/+4
2022-08-29PCI: dwc: Drop dependency on ZONE_DMA32Will McVicker1-1/+0
2022-08-04Merge branch 'pci/ctrl/tegra194'Bjorn Helgaas1-0/+32
2022-08-04Merge branch 'pci/ctrl/qcom'Bjorn Helgaas1-0/+7
2022-08-01PCI: dwc: Convert struct pcie_port.msi_irq to an arrayDmitry Baryshkov1-1/+1
2022-08-01PCI: dwc: Fix MSI msi_msg DMA mappingWill McVicker1-1/+1
2022-08-01PCI: dwc: Check iATU in/outbound range setup statusSerge Semin1-2/+3
2022-08-01PCI: dwc: Validate iATU outbound mappings against hardware constraintsSerge Semin1-6/+4
2022-08-01PCI: dwc: Add iATU regions size detection procedureSerge Semin1-0/+2
2022-08-01PCI: dwc: Simplify in/outbound iATU setup methodsSerge Semin1-29/+19
2022-08-01PCI: dwc: Drop enum dw_pcie_region_type in favor of PCIE_ATU_REGION_DIR_IB/OBSerge Semin1-10/+3
2022-08-01PCI: dwc: Drop enum dw_pcie_as_type in favor of PCIE_ATU_TYPE_MEM/IOSerge Semin1-8/+1
2022-08-01PCI: dwc: Add dw_pcie_ops.host_deinit() callbackSerge Semin1-0/+1
2022-08-01PCI: dwc: Add macros to compare Synopsys IP core versionsSerge Semin1-0/+15
2022-08-01PCI: dwc: Read DWC IP core version from registerSerge Semin1-0/+6
2022-08-01PCI: dwc: Use native DWC IP core version representationSerge Semin1-1/+9
2022-07-23PCI: tegra194: Find RAS DES PCIe capability offsetVidya Sagar1-0/+19
2022-07-15PCI: qcom: Add IPQ60xx supportSelvam Sathappan Periakaruppan1-0/+1
2022-07-15PCI: dwc: Move GEN3_RELATED DBI definitions to common headerBaruch Siach1-0/+6
2022-07-06PCI: dwc: Rename struct pcie_port to dw_pcie_rpSerge Semin1-15/+15
2022-07-06PCI: dwc: Move io_cfg_atu_shared to struct pcie_portSerge Semin1-1/+1
2022-07-06PCI: dwc: Add start_link/stop_link inlinesSerge Semin1-0/+14
2021-04-29PCI: dwc: Move iATU detection earlierHou Zhiqiang1-0/+1
2021-02-24PCI: dwc: Add upper limit address for outbound iATUShradha Todi1-0/+1
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-0/+1