summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pcie-designware-ep.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-15Merge branch 'pci/irq-clean-up'Bjorn Helgaas1-4/+4
2024-01-06PCI: dwc: Add dw_pcie_ep_{read,write}_dbi[2] helpersYoshihiro Shimoda1-124/+60
2024-01-06PCI: dwc: Rename .func_conf_select to .get_dbi_offset in struct dw_pcie_ep_opsYoshihiro Shimoda1-54/+54
2024-01-06PCI: dwc: Rename .ep_init to .init in struct dw_pcie_ep_opsYoshihiro Shimoda1-2/+2
2023-12-19PCI: dwc: Rename dw_pcie_ep_raise_legacy_irq()Damien Le Moal1-3/+3
2023-12-18PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal1-1/+1
2023-12-18PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment supportNiklas Cassel1-0/+1
2023-10-28Merge branch 'pci/field-get'Bjorn Helgaas1-3/+4
2023-10-24PCI: dwc: Use FIELD_GET/PREP()Ilpo Järvinen1-3/+4
2023-10-23PCI: dwc: endpoint: Introduce .pre_init() and .deinit()Yoshihiro Shimoda1-1/+11
2023-10-20PCI: dwc: Expose dw_pcie_ep_exit() to moduleYoshihiro Shimoda1-0/+1
2023-10-20PCI: dwc: endpoint: Add multiple PFs support for dbi2Yoshihiro Shimoda1-8/+24
2023-02-22PCI: dwc: Add Root Port and Endpoint controller eDMA engine supportSerge Semin1-1/+11
2022-11-23PCI: dwc: Introduce generic resources getterSerge Semin1-22/+3
2022-11-23PCI: dwc: Introduce dma-ranges property support for RC-hostSerge Semin1-2/+2
2022-10-27PCI: designware-ep: Disable PTM capabilities for EP modeVidya Sagar1-1/+18
2022-08-14Merge tag 'ntb-5.20' of https://github.com/jonmason/ntbLinus Torvalds1-1/+9
2022-08-10PCI: designware-ep: Allow pci_epc_set_bar() update inbound map addressFrank Li1-1/+9
2022-08-01PCI: dwc: Use the bitmap API to allocate bitmapsChristophe JAILLET1-8/+4
2022-08-01PCI: dwc: Check iATU in/outbound range setup statusSerge Semin1-3/+6
2022-08-01PCI: dwc: Drop enum dw_pcie_region_type in favor of PCIE_ATU_REGION_DIR_IB/OBSerge Semin1-2/+2
2022-08-01PCI: dwc: Drop enum dw_pcie_as_type in favor of PCIE_ATU_TYPE_MEM/IOSerge Semin1-12/+9
2022-08-01PCI: dwc: Read DWC IP core version from registerSerge Semin1-0/+2
2022-08-01PCI: dwc: Detect iATU settings after getting "addr_space" resourceSerge Semin1-2/+2
2022-07-06PCI: dwc: Add start_link/stop_link inlinesSerge Semin1-6/+2
2022-07-06PCI: dwc: Add braces to multi-line if-else statementsSerge Semin1-2/+2
2022-07-06PCI: dwc: Deallocate EPC memory on dw_pcie_ep_init() errorsSerge Semin1-2/+16
2021-10-11PCI: qcom-ep: Add Qualcomm PCIe Endpoint controller driverManivannan Sadhasivam1-0/+3
2021-08-19PCI: endpoint: Add virtual function number in pci_epc opsKishon Vijay Abraham I1-18/+18
2021-04-29PCI: dwc: Move iATU detection earlierHou Zhiqiang1-0/+2
2021-02-24PCI: dwc: Don't assume the ops in dw_pcie always existJisheng Zhang1-5/+3
2020-11-19PCI: dwc: Detect number of iATU windowsRob Herring1-20/+0
2020-11-19PCI: dwc: Move inbound and outbound windows to common structRob Herring1-12/+13
2020-11-19PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common codeRob Herring1-3/+26
2020-09-21PCI: designware-ep: Modify MSI and MSIX CAP way of findingXiaowei Bao1-19/+102
2020-09-21PCI: designware-ep: Move the function of getting MSI capability forwardXiaowei Bao1-4/+4
2020-09-21PCI: designware-ep: Add the doorbell mode of MSI-X in EP modeXiaowei Bao1-0/+19
2020-09-21PCI: designware-ep: Add multiple PFs support for DWCXiaowei Bao1-39/+86
2020-09-10PCI: dwc: Centralize link gen settingRob Herring1-2/+9
2020-09-07PCI: designware-ep: Fix the Header Type checkHou Zhiqiang1-1/+2
2020-08-06PCI: Fix kerneldoc warningsKrzysztof Kozlowski1-1/+1
2020-06-04Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas1-8/+8
2020-05-22PCI: endpoint: Add support to handle multiple base for mapping outbound memoryLad Prabhakar1-8/+8
2020-05-05PCI: dwc: Clean up computing of msix_tblJiri Slaby1-5/+1
2020-04-02PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table addressKishon Vijay Abraham I1-29/+17
2020-04-02PCI: endpoint: Fix ->set_msix() to take BIR and offset as argumentsKishon Vijay Abraham I1-2/+13
2020-03-31PCI: tegra: Add support for PCIe endpoint mode in Tegra194Vidya Sagar1-0/+4
2020-02-25PCI: dwc: Add API to notify core initialization completionVidya Sagar1-0/+7
2020-02-25PCI: dwc: Refactor core initialization code for EP modeVidya Sagar1-28/+44
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1