aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/pcie-designware-ep.c
AgeCommit message (Expand)Author
2024-04-10PCI: dwc: endpoint: Fix advertised resizable BAR sizeNiklas Cassel
2024-03-01PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq()Dan Carpenter
2024-01-25PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment supportNiklas Cassel
2023-09-19PCI: dwc: Add start_link/stop_link inlinesSerge Semin
2022-08-17PCI: dwc: Deallocate EPC memory on dw_pcie_ep_init() errorsSerge Semin
2021-08-19PCI: endpoint: Add virtual function number in pci_epc opsKishon Vijay Abraham I
2021-04-29PCI: dwc: Move iATU detection earlierHou Zhiqiang
2021-02-24PCI: dwc: Don't assume the ops in dw_pcie always existJisheng Zhang
2020-11-19PCI: dwc: Detect number of iATU windowsRob Herring
2020-11-19PCI: dwc: Move inbound and outbound windows to common structRob Herring
2020-11-19PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common codeRob Herring
2020-09-21PCI: designware-ep: Modify MSI and MSIX CAP way of findingXiaowei Bao
2020-09-21PCI: designware-ep: Move the function of getting MSI capability forwardXiaowei Bao
2020-09-21PCI: designware-ep: Add the doorbell mode of MSI-X in EP modeXiaowei Bao
2020-09-21PCI: designware-ep: Add multiple PFs support for DWCXiaowei Bao
2020-09-10PCI: dwc: Centralize link gen settingRob Herring
2020-09-07PCI: designware-ep: Fix the Header Type checkHou Zhiqiang
2020-08-05PCI: Fix kerneldoc warningsKrzysztof Kozlowski
2020-06-04Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas
2020-05-22PCI: endpoint: Add support to handle multiple base for mapping outbound memoryLad Prabhakar
2020-05-05PCI: dwc: Clean up computing of msix_tblJiri Slaby
2020-04-02PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table addressKishon Vijay Abraham I
2020-04-02PCI: endpoint: Fix ->set_msix() to take BIR and offset as argumentsKishon Vijay Abraham I
2020-03-31PCI: tegra: Add support for PCIe endpoint mode in Tegra194Vidya Sagar
2020-02-25PCI: dwc: Add API to notify core initialization completionVidya Sagar
2020-02-25PCI: dwc: Refactor core initialization code for EP modeVidya Sagar
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-09-23Merge branch 'lorenzo/pci/tegra'Bjorn Helgaas
2019-09-16PCI: dwc: Add validation that PCIe core is set to correct modeJonathan Chocron
2019-08-13PCI: dwc: Move config space capability search APIVidya Sagar
2019-05-01PCI: designware-ep: Use aligned ATU window for raising MSI interruptsKishon Vijay Abraham I
2019-05-01PCI: designware-ep: Configure Resizable BAR cap to advertise the smallest sizeKishon Vijay Abraham I
2019-04-16PCI: dwc: Fix dw_pcie_ep_find_capability() to return correct capability offsetKishon Vijay Abraham I
2019-04-15PCI: dwc: Enable iATU unroll for endpoint tooKishon Vijay Abraham I
2019-03-06Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas
2019-02-14PCI: dwc: Add ->get_features() callback function to dw_pcie_ep_opsKishon Vijay Abraham I
2019-02-12PCI: dwc: Print debug error message when MSI-X entry control mask bit is setGustavo Pimentel
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-12-18PCI: dwc: Don't hard-code DBI/ATU offsetStephen Warren
2018-11-27PCI: dwc: Fix MSI-X EP framework address calculation bugGustavo Pimentel
2018-07-19PCI: dwc: Add legacy interrupt callback handlerGustavo Pimentel
2018-07-19PCI: dwc: Rework MSI callbacks handlerGustavo Pimentel
2018-07-19PCI: dwc: Add MSI-X callbacks handlerGustavo Pimentel
2018-07-19PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signaturesGustavo Pimentel
2018-07-19PCI: dwc: Fix EP link notification implementationGustavo Pimentel
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin