aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/controller/dwc/pcie-designware-ep.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-13Merge tag 'ntb-5.20' of https://github.com/jonmason/ntbLinus Torvalds1-1/+9
2022-08-09PCI: 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-05PCI: dwc: Add start_link/stop_link inlinesSerge Semin1-6/+2
2022-07-05PCI: dwc: Add braces to multi-line if-else statementsSerge Semin1-2/+2
2022-07-05PCI: 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-05PCI: 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
2019-09-23Merge branch 'lorenzo/pci/tegra'Bjorn Helgaas1-35/+2
2019-09-16PCI: dwc: Add validation that PCIe core is set to correct modeJonathan Chocron1-0/+8
2019-08-13PCI: dwc: Move config space capability search APIVidya Sagar1-35/+2
2019-05-01PCI: designware-ep: Use aligned ATU window for raising MSI interruptsKishon Vijay Abraham I1-2/+5
2019-05-01PCI: designware-ep: Configure Resizable BAR cap to advertise the smallest sizeKishon Vijay Abraham I1-0/+34
2019-04-16PCI: dwc: Fix dw_pcie_ep_find_capability() to return correct capability offsetKishon Vijay Abraham I1-5/+5
2019-04-15PCI: dwc: Enable iATU unroll for endpoint tooKishon Vijay Abraham I1-4/+0
2019-03-06Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas1-0/+12
2019-02-14PCI: dwc: Add ->get_features() callback function to dw_pcie_ep_opsKishon Vijay Abraham I1-0/+12
2019-02-12PCI: dwc: Print debug error message when MSI-X entry control mask bit is setGustavo Pimentel1-1/+3
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+4
2018-12-18PCI: dwc: Don't hard-code DBI/ATU offsetStephen Warren1-0/+4
2018-11-27PCI: dwc: Fix MSI-X EP framework address calculation bugGustavo Pimentel1-1/+0
2018-07-19PCI: dwc: Add legacy interrupt callback handlerGustavo Pimentel1-0/+10
2018-07-19PCI: dwc: Rework MSI callbacks handlerGustavo Pimentel1-16/+33
2018-07-19PCI: dwc: Add MSI-X callbacks handlerGustavo Pimentel1-1/+136