summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/pcie-designware-host.c
Commit message (Expand)AuthorAgeFilesLines
* 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-051-18/+18
* PCI: dwc: Move io_cfg_atu_shared to struct pcie_portSerge Semin2022-07-051-3/+3
* PCI: dwc: Add start_link/stop_link inlinesSerge Semin2022-07-051-6/+4
* PCI: dwc: Reuse local pointer to the resource dataSerge Semin2022-07-051-8/+8
* PCI: dwc: Organize local variable usageSerge Semin2022-07-051-5/+5
* PCI: dwc: Add newlines to log messagesSerge Semin2022-07-051-1/+1
* PCI: dwc: Disable outbound windows only for controllers using iATUSerge Semin2022-07-051-6/+8
* PCI: dwc: Stop link on host_init errors and de-initializationSerge Semin2022-07-051-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-251-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
* PCI: dwc: Restore ATU memory resource setup to use last entryRob Herring2020-11-041-2/+6
* PCI: dwc: Add link up check in dw_child_pcie_ops.map_bus()Hou Zhiqiang2020-10-201-0/+11
* PCI: dwc: Fix MSI page leakage in suspend/resumeJisheng Zhang2020-10-131-15/+18
* PCI: dwc: Skip PCIE_MSI_INTR0* programming if MSI is disabledJisheng Zhang2020-10-131-1/+1
* PCI: dwc: Centralize link gen settingRob Herring2020-09-101-0/+3
* PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init()Rob Herring2020-09-081-0/+3
* PCI: dwc: Simplify config space handlingRob Herring2020-09-081-43/+20
* PCI: dwc: Remove storing of PCI resourcesRob Herring2020-09-081-18/+9
* PCI: dwc: Remove root_bus pointerRob Herring2020-09-081-2/+2
* PCI: dwc: Convert to use pci_host_probe()Rob Herring2020-09-081-18/+3
* PCI: dwc: Use generic config accessorsRob Herring2020-09-081-82/+37