summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pcie-designware-ep.c
AgeCommit message (Expand)Author
2024-02-07PCI: dwc: Clean up dw_pcie_ep_raise_msi_irq() alignmentDan Carpenter
2024-02-07PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq()Dan Carpenter
2024-01-15Merge branch 'pci/irq-clean-up'Bjorn Helgaas
2024-01-06PCI: dwc: Add dw_pcie_ep_{read,write}_dbi[2] helpersYoshihiro Shimoda
2024-01-06PCI: dwc: Rename .func_conf_select to .get_dbi_offset in struct dw_pcie_ep_opsYoshihiro Shimoda
2024-01-06PCI: dwc: Rename .ep_init to .init in struct dw_pcie_ep_opsYoshihiro Shimoda
2023-12-19PCI: dwc: Rename dw_pcie_ep_raise_legacy_irq()Damien Le Moal
2023-12-18PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal
2023-12-18PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment supportNiklas Cassel
2023-10-28Merge branch 'pci/field-get'Bjorn Helgaas
2023-10-24PCI: dwc: Use FIELD_GET/PREP()Ilpo Järvinen
2023-10-23PCI: dwc: endpoint: Introduce .pre_init() and .deinit()Yoshihiro Shimoda
2023-10-20PCI: dwc: Expose dw_pcie_ep_exit() to moduleYoshihiro Shimoda
2023-10-20PCI: dwc: endpoint: Add multiple PFs support for dbi2Yoshihiro Shimoda
2023-02-22PCI: dwc: Add Root Port and Endpoint controller eDMA engine supportSerge Semin
2022-11-23PCI: dwc: Introduce generic resources getterSerge Semin
2022-11-23PCI: dwc: Introduce dma-ranges property support for RC-hostSerge Semin
2022-10-27PCI: designware-ep: Disable PTM capabilities for EP modeVidya Sagar
2022-08-13Merge tag 'ntb-5.20' of https://github.com/jonmason/ntbLinus Torvalds
2022-08-09PCI: designware-ep: Allow pci_epc_set_bar() update inbound map addressFrank Li
2022-08-01PCI: dwc: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-08-01PCI: dwc: Check iATU in/outbound range setup statusSerge Semin
2022-08-01PCI: dwc: Drop enum dw_pcie_region_type in favor of PCIE_ATU_REGION_DIR_IB/OBSerge Semin
2022-08-01PCI: dwc: Drop enum dw_pcie_as_type in favor of PCIE_ATU_TYPE_MEM/IOSerge Semin
2022-08-01PCI: dwc: Read DWC IP core version from registerSerge Semin
2022-08-01PCI: dwc: Detect iATU settings after getting "addr_space" resourceSerge Semin
2022-07-05PCI: dwc: Add start_link/stop_link inlinesSerge Semin
2022-07-05PCI: dwc: Add braces to multi-line if-else statementsSerge Semin
2022-07-05PCI: dwc: Deallocate EPC memory on dw_pcie_ep_init() errorsSerge Semin
2021-10-11PCI: qcom-ep: Add Qualcomm PCIe Endpoint controller driverManivannan Sadhasivam
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