summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/pcie-designware-host.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* PCI: dwc: Drop host prefix from struct dw_pcie_host_ops membersYoshihiro Shimoda2024-01-061-15/+15
* PCI: dwc: Add host_post_init() callbackManivannan Sadhasivam2023-10-141-0/+3
* Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-08-311-0/+71
|\
| * PCI: dwc: Implement generic suspend/resume functionalityFrank Li2023-08-241-0/+71
* | Revert "PCI: dwc: Wait for link up only if link is started"Johan Hovold2023-07-261-9/+4
|/
* PCI: dwc: Wait for link up only if link is startedAjay Agarwal2023-05-261-4/+9
* PCI: dwc: Add Root Port and Endpoint controller eDMA engine supportSerge Semin2023-02-221-2/+11
* PCI: dwc: Restrict only coherent DMA mask for MSI address allocationSerge Semin2023-02-221-1/+11
* PCI: dwc: Introduce generic resources getterSerge Semin2022-11-231-11/+4
* PCI: dwc: Introduce dma-ranges property support for RC-hostSerge Semin2022-11-231-3/+29
* PCI: dwc: Drop dependency on ZONE_DMA32Will McVicker2022-08-291-21/+7
* PCI: dwc: Handle MSIs routed to multiple GIC interruptsDmitry Baryshkov2022-08-011-3/+58
* PCI: dwc: Convert struct pcie_port.msi_irq to an arrayDmitry Baryshkov2022-08-011-11/+18
* PCI: dwc: Split MSI IRQ parsing/allocation to a separate functionDmitry Baryshkov2022-08-011-42/+54
* PCI: dwc: Correct msi_irq condition in dw_pcie_free_msi()Dmitry Baryshkov2022-08-011-1/+1
* PCI: dwc: Fix MSI msi_msg DMA mappingWill McVicker2022-08-011-6/+8
* PCI: dwc: Check iATU in/outbound range setup statusSerge Semin2022-08-011-53/+100
* PCI: dwc: Drop enum dw_pcie_region_type in favor of PCIE_ATU_REGION_DIR_IB/OBSerge Semin2022-08-011-1/+1
* PCI: dwc: Add dw_pcie_ops.host_deinit() callbackSerge Semin2022-08-011-5/+16
* PCI: dwc: Read DWC IP core version from registerSerge Semin2022-08-011-0/+2
* PCI: dwc: Rename struct pcie_port to dw_pcie_rpSerge Semin2022-07-061-18/+18
* PCI: dwc: Move io_cfg_atu_shared to struct pcie_portSerge Semin2022-07-061-3/+3
* PCI: dwc: Add start_link/stop_link inlinesSerge Semin2022-07-061-6/+4
* PCI: dwc: Reuse local pointer to the resource dataSerge Semin2022-07-061-8/+8
* PCI: dwc: Organize local variable usageSerge Semin2022-07-061-5/+5
* PCI: dwc: Add newlines to log messagesSerge Semin2022-07-061-1/+1
* PCI: dwc: Disable outbound windows only for controllers using iATUSerge Semin2022-07-061-6/+8
* PCI: dwc: Stop link on host_init errors and de-initializationSerge Semin2022-07-061-2/+14
* PCI: dwc: Fix setting error return on MSI DMA mapping failureJiantao Zhang2022-04-081-1/+2
* PCI: dwc: Restore MSI Receiver mask during resumeJisheng Zhang2022-03-101-1/+6
* PCI: dwc: Perform host_init() before registering msiBjorn Andersson2021-10-121-9/+10
* PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-021-5/+4
* PCI: dwc: Move iATU detection earlierHou Zhiqiang2021-04-291-0/+1
* PCI: dwc: Move dw_pcie_msi_init() to dw_pcie_setup_rc()Jisheng Zhang2021-04-291-1/+2
* Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2021-02-241-4/+2
|\
| * PCI: dwc: Remove IRQ handler and data in one goMartin Kaiser2021-01-181-4/+2
* | PCI: dwc: Don't assume the ops in dw_pcie always existJisheng Zhang2021-02-241-1/+1
* | PCI: dwc: Drop support for config space in 'ranges'Rob Herring2021-02-241-33/+12
|/
* PCI: dwc: Fix inverted condition of DMA mask setup warningAlexander Lobakin2020-12-261-6/+2
* PCI: dwc: Set 32-bit DMA mask for MSI target address allocationVidya Sagar2020-12-101-0/+8
* PCI: dwc: Detect number of iATU windowsRob Herring2020-11-191-9/+5
* PCI: dwc: Move dw_pcie_setup_rc() to DWC common codeRob Herring2020-11-191-0/+1
* PCI: dwc: Move dw_pcie_msi_init() into coreRob Herring2020-11-191-4/+5
* PCI: dwc: Move link handling into common codeRob Herring2020-11-191-0/+9
* PCI: dwc: Rework MSI initializationRob Herring2020-11-191-8/+12
* PCI: dwc: Move MSI interrupt setup into DWC common codeRob Herring2020-11-191-1/+10
* PCI: dwc: Drop the .set_num_vectors() host opRob Herring2020-11-191-15/+4
* PCI: dwc: Ensure all outbound ATU windows are resetRob Herring2020-11-191-0/+5
* PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common codeRob Herring2020-11-191-0/+7
* PCI: dwc: Support multiple ATU memory regionsRob Herring2020-11-181-22/+32