aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/pcie-designware-host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-29PCI: dwc: Drop dependency on ZONE_DMA32Will McVicker1-21/+7
2022-08-01PCI: dwc: Handle MSIs routed to multiple GIC interruptsDmitry Baryshkov1-3/+58
2022-08-01PCI: dwc: Convert struct pcie_port.msi_irq to an arrayDmitry Baryshkov1-11/+18
2022-08-01PCI: dwc: Split MSI IRQ parsing/allocation to a separate functionDmitry Baryshkov1-42/+54
2022-08-01PCI: dwc: Correct msi_irq condition in dw_pcie_free_msi()Dmitry Baryshkov1-1/+1
2022-08-01PCI: dwc: Fix MSI msi_msg DMA mappingWill McVicker1-6/+8
2022-08-01PCI: dwc: Check iATU in/outbound range setup statusSerge Semin1-53/+100
2022-08-01PCI: dwc: Drop enum dw_pcie_region_type in favor of PCIE_ATU_REGION_DIR_IB/OBSerge Semin1-1/+1
2022-08-01PCI: dwc: Add dw_pcie_ops.host_deinit() callbackSerge Semin1-5/+16
2022-08-01PCI: dwc: Read DWC IP core version from registerSerge Semin1-0/+2
2022-07-05PCI: dwc: Rename struct pcie_port to dw_pcie_rpSerge Semin1-18/+18
2022-07-05PCI: dwc: Move io_cfg_atu_shared to struct pcie_portSerge Semin1-3/+3
2022-07-05PCI: dwc: Add start_link/stop_link inlinesSerge Semin1-6/+4
2022-07-05PCI: dwc: Reuse local pointer to the resource dataSerge Semin1-8/+8
2022-07-05PCI: dwc: Organize local variable usageSerge Semin1-5/+5
2022-07-05PCI: dwc: Add newlines to log messagesSerge Semin1-1/+1
2022-07-05PCI: dwc: Disable outbound windows only for controllers using iATUSerge Semin1-6/+8
2022-07-05PCI: dwc: Stop link on host_init errors and de-initializationSerge Semin1-2/+14
2022-04-08PCI: dwc: Fix setting error return on MSI DMA mapping failureJiantao Zhang1-1/+2
2022-03-10PCI: dwc: Restore MSI Receiver mask during resumeJisheng Zhang1-1/+6
2021-10-12PCI: dwc: Perform host_init() before registering msiBjorn Andersson1-9/+10
2021-08-02PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-5/+4
2021-04-29PCI: dwc: Move iATU detection earlierHou Zhiqiang1-0/+1
2021-04-29PCI: dwc: Move dw_pcie_msi_init() to dw_pcie_setup_rc()Jisheng Zhang1-1/+2
2021-02-24Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas1-4/+2
2021-02-24PCI: dwc: Don't assume the ops in dw_pcie always existJisheng Zhang1-1/+1
2021-02-24PCI: dwc: Drop support for config space in 'ranges'Rob Herring1-33/+12
2021-01-18PCI: dwc: Remove IRQ handler and data in one goMartin Kaiser1-4/+2
2020-12-25PCI: dwc: Fix inverted condition of DMA mask setup warningAlexander Lobakin1-6/+2
2020-12-10PCI: dwc: Set 32-bit DMA mask for MSI target address allocationVidya Sagar1-0/+8
2020-11-19PCI: dwc: Detect number of iATU windowsRob Herring1-9/+5
2020-11-19PCI: dwc: Move dw_pcie_setup_rc() to DWC common codeRob Herring1-0/+1
2020-11-19PCI: dwc: Move dw_pcie_msi_init() into coreRob Herring1-4/+5
2020-11-19PCI: dwc: Move link handling into common codeRob Herring1-0/+9
2020-11-19PCI: dwc: Rework MSI initializationRob Herring1-8/+12
2020-11-19PCI: dwc: Move MSI interrupt setup into DWC common codeRob Herring1-1/+10
2020-11-19PCI: dwc: Drop the .set_num_vectors() host opRob Herring1-15/+4
2020-11-19PCI: dwc: Ensure all outbound ATU windows are resetRob Herring1-0/+5
2020-11-19PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common codeRob Herring1-0/+7
2020-11-18PCI: dwc: Support multiple ATU memory regionsRob Herring1-22/+32
2020-11-04PCI: dwc: Restore ATU memory resource setup to use last entryRob Herring1-2/+6
2020-10-20PCI: dwc: Add link up check in dw_child_pcie_ops.map_bus()Hou Zhiqiang1-0/+11
2020-10-13PCI: dwc: Fix MSI page leakage in suspend/resumeJisheng Zhang1-15/+18
2020-10-13PCI: dwc: Skip PCIE_MSI_INTR0* programming if MSI is disabledJisheng Zhang1-1/+1
2020-09-10PCI: dwc: Centralize link gen settingRob Herring1-0/+3
2020-09-08PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init()Rob Herring1-0/+3
2020-09-08PCI: dwc: Simplify config space handlingRob Herring1-43/+20
2020-09-08PCI: dwc: Remove storing of PCI resourcesRob Herring1-18/+9
2020-09-08PCI: dwc: Remove root_bus pointerRob Herring1-2/+2
2020-09-08PCI: dwc: Convert to use pci_host_probe()Rob Herring1-18/+3