summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pcie-designware-host.c
AgeCommit message (Expand)Author
2024-03-10PCI: dwc: Strengthen the MSI address allocation logicAjay Agarwal
2024-01-06PCI: dwc: Drop host prefix from struct dw_pcie_host_ops membersYoshihiro Shimoda
2023-10-14PCI: dwc: Add host_post_init() callbackManivannan Sadhasivam
2023-08-30Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-08-24PCI: dwc: Implement generic suspend/resume functionalityFrank Li
2023-07-26Revert "PCI: dwc: Wait for link up only if link is started"Johan Hovold
2023-05-26PCI: dwc: Wait for link up only if link is startedAjay Agarwal
2023-02-22PCI: dwc: Add Root Port and Endpoint controller eDMA engine supportSerge Semin
2023-02-22PCI: dwc: Restrict only coherent DMA mask for MSI address allocationSerge Semin
2022-11-23PCI: dwc: Introduce generic resources getterSerge Semin
2022-11-23PCI: dwc: Introduce dma-ranges property support for RC-hostSerge Semin
2022-08-29PCI: dwc: Drop dependency on ZONE_DMA32Will McVicker
2022-08-01PCI: dwc: Handle MSIs routed to multiple GIC interruptsDmitry Baryshkov
2022-08-01PCI: dwc: Convert struct pcie_port.msi_irq to an arrayDmitry Baryshkov
2022-08-01PCI: dwc: Split MSI IRQ parsing/allocation to a separate functionDmitry Baryshkov
2022-08-01PCI: dwc: Correct msi_irq condition in dw_pcie_free_msi()Dmitry Baryshkov
2022-08-01PCI: dwc: Fix MSI msi_msg DMA mappingWill McVicker
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: Add dw_pcie_ops.host_deinit() callbackSerge Semin
2022-08-01PCI: dwc: Read DWC IP core version from registerSerge Semin
2022-07-05PCI: dwc: Rename struct pcie_port to dw_pcie_rpSerge Semin
2022-07-05PCI: dwc: Move io_cfg_atu_shared to struct pcie_portSerge Semin
2022-07-05PCI: dwc: Add start_link/stop_link inlinesSerge Semin
2022-07-05PCI: dwc: Reuse local pointer to the resource dataSerge Semin
2022-07-05PCI: dwc: Organize local variable usageSerge Semin
2022-07-05PCI: dwc: Add newlines to log messagesSerge Semin
2022-07-05PCI: dwc: Disable outbound windows only for controllers using iATUSerge Semin
2022-07-05PCI: dwc: Stop link on host_init errors and de-initializationSerge Semin
2022-04-08PCI: dwc: Fix setting error return on MSI DMA mapping failureJiantao Zhang
2022-03-10PCI: dwc: Restore MSI Receiver mask during resumeJisheng Zhang
2021-10-12PCI: dwc: Perform host_init() before registering msiBjorn Andersson
2021-08-02PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-04-29PCI: dwc: Move iATU detection earlierHou Zhiqiang
2021-04-29PCI: dwc: Move dw_pcie_msi_init() to dw_pcie_setup_rc()Jisheng Zhang
2021-02-24Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas
2021-02-24PCI: dwc: Don't assume the ops in dw_pcie always existJisheng Zhang
2021-02-24PCI: dwc: Drop support for config space in 'ranges'Rob Herring
2021-01-18PCI: dwc: Remove IRQ handler and data in one goMartin Kaiser
2020-12-25PCI: dwc: Fix inverted condition of DMA mask setup warningAlexander Lobakin
2020-12-10PCI: dwc: Set 32-bit DMA mask for MSI target address allocationVidya Sagar
2020-11-19PCI: dwc: Detect number of iATU windowsRob Herring
2020-11-19PCI: dwc: Move dw_pcie_setup_rc() to DWC common codeRob Herring
2020-11-19PCI: dwc: Move dw_pcie_msi_init() into coreRob Herring
2020-11-19PCI: dwc: Move link handling into common codeRob Herring
2020-11-19PCI: dwc: Rework MSI initializationRob Herring
2020-11-19PCI: dwc: Move MSI interrupt setup into DWC common codeRob Herring
2020-11-19PCI: dwc: Drop the .set_num_vectors() host opRob Herring
2020-11-19PCI: dwc: Ensure all outbound ATU windows are resetRob Herring
2020-11-19PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common codeRob Herring