aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pcie-designware-ep.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-28Merge branch 'pci/field-get'Gravatar Bjorn Helgaas 1-3/+4
2023-10-24PCI: dwc: Use FIELD_GET/PREP()Gravatar Ilpo Järvinen 1-3/+4
2023-10-23PCI: dwc: endpoint: Introduce .pre_init() and .deinit()Gravatar Yoshihiro Shimoda 1-1/+11
2023-10-20PCI: dwc: Expose dw_pcie_ep_exit() to moduleGravatar Yoshihiro Shimoda 1-0/+1
2023-10-20PCI: dwc: endpoint: Add multiple PFs support for dbi2Gravatar Yoshihiro Shimoda 1-8/+24
2023-02-22PCI: dwc: Add Root Port and Endpoint controller eDMA engine supportGravatar Serge Semin 1-1/+11
2022-11-23PCI: dwc: Introduce generic resources getterGravatar Serge Semin 1-22/+3
2022-11-23PCI: dwc: Introduce dma-ranges property support for RC-hostGravatar Serge Semin 1-2/+2
2022-10-27PCI: designware-ep: Disable PTM capabilities for EP modeGravatar Vidya Sagar 1-1/+18
2022-08-13Merge tag 'ntb-5.20' of https://github.com/jonmason/ntbGravatar Linus Torvalds 1-1/+9
2022-08-09PCI: designware-ep: Allow pci_epc_set_bar() update inbound map addressGravatar Frank Li 1-1/+9
2022-08-01PCI: dwc: Use the bitmap API to allocate bitmapsGravatar Christophe JAILLET 1-8/+4
2022-08-01PCI: dwc: Check iATU in/outbound range setup statusGravatar Serge Semin 1-3/+6
2022-08-01PCI: dwc: Drop enum dw_pcie_region_type in favor of PCIE_ATU_REGION_DIR_IB/OBGravatar Serge Semin 1-2/+2
2022-08-01PCI: dwc: Drop enum dw_pcie_as_type in favor of PCIE_ATU_TYPE_MEM/IOGravatar Serge Semin 1-12/+9
2022-08-01PCI: dwc: Read DWC IP core version from registerGravatar Serge Semin 1-0/+2
2022-08-01PCI: dwc: Detect iATU settings after getting "addr_space" resourceGravatar Serge Semin 1-2/+2
2022-07-05PCI: dwc: Add start_link/stop_link inlinesGravatar Serge Semin 1-6/+2
2022-07-05PCI: dwc: Add braces to multi-line if-else statementsGravatar Serge Semin 1-2/+2
2022-07-05PCI: dwc: Deallocate EPC memory on dw_pcie_ep_init() errorsGravatar Serge Semin 1-2/+16
2021-10-11PCI: qcom-ep: Add Qualcomm PCIe Endpoint controller driverGravatar Manivannan Sadhasivam 1-0/+3
2021-08-19PCI: endpoint: Add virtual function number in pci_epc opsGravatar Kishon Vijay Abraham I 1-18/+18
2021-04-29PCI: dwc: Move iATU detection earlierGravatar Hou Zhiqiang 1-0/+2
2021-02-24PCI: dwc: Don't assume the ops in dw_pcie always existGravatar Jisheng Zhang 1-5/+3
2020-11-19PCI: dwc: Detect number of iATU windowsGravatar Rob Herring 1-20/+0
2020-11-19PCI: dwc: Move inbound and outbound windows to common structGravatar Rob Herring 1-12/+13
2020-11-19PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common codeGravatar Rob Herring 1-3/+26
2020-09-21PCI: designware-ep: Modify MSI and MSIX CAP way of findingGravatar Xiaowei Bao 1-19/+102
2020-09-21PCI: designware-ep: Move the function of getting MSI capability forwardGravatar Xiaowei Bao 1-4/+4
2020-09-21PCI: designware-ep: Add the doorbell mode of MSI-X in EP modeGravatar Xiaowei Bao 1-0/+19
2020-09-21PCI: designware-ep: Add multiple PFs support for DWCGravatar Xiaowei Bao 1-39/+86
2020-09-10PCI: dwc: Centralize link gen settingGravatar Rob Herring 1-2/+9
2020-09-07PCI: designware-ep: Fix the Header Type checkGravatar Hou Zhiqiang 1-1/+2
2020-08-05PCI: Fix kerneldoc warningsGravatar Krzysztof Kozlowski 1-1/+1
2020-06-04Merge branch 'remotes/lorenzo/pci/rcar'Gravatar Bjorn Helgaas 1-8/+8
2020-05-22PCI: endpoint: Add support to handle multiple base for mapping outbound memoryGravatar Lad Prabhakar 1-8/+8
2020-05-05PCI: dwc: Clean up computing of msix_tblGravatar Jiri Slaby 1-5/+1
2020-04-02PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table addressGravatar Kishon Vijay Abraham I 1-29/+17
2020-04-02PCI: endpoint: Fix ->set_msix() to take BIR and offset as argumentsGravatar Kishon Vijay Abraham I 1-2/+13
2020-03-31PCI: tegra: Add support for PCIe endpoint mode in Tegra194Gravatar Vidya Sagar 1-0/+4
2020-02-25PCI: dwc: Add API to notify core initialization completionGravatar Vidya Sagar 1-0/+7
2020-02-25PCI: dwc: Refactor core initialization code for EP modeGravatar Vidya Sagar 1-28/+44
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+1
2019-09-23Merge branch 'lorenzo/pci/tegra'Gravatar Bjorn Helgaas 1-35/+2
2019-09-16PCI: dwc: Add validation that PCIe core is set to correct modeGravatar Jonathan Chocron 1-0/+8
2019-08-13PCI: dwc: Move config space capability search APIGravatar Vidya Sagar 1-35/+2
2019-05-01PCI: designware-ep: Use aligned ATU window for raising MSI interruptsGravatar Kishon Vijay Abraham I 1-2/+5
2019-05-01PCI: designware-ep: Configure Resizable BAR cap to advertise the smallest sizeGravatar Kishon Vijay Abraham I 1-0/+34
2019-04-16PCI: dwc: Fix dw_pcie_ep_find_capability() to return correct capability offsetGravatar Kishon Vijay Abraham I 1-5/+5
2019-04-15PCI: dwc: Enable iATU unroll for endpoint tooGravatar Kishon Vijay Abraham I 1-4/+0