summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/pcie-designware-host.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* PCI: dwc: Remove dwc specific config accessor opsRob Herring2020-09-081-14/+0
* PCI: dwc: Add a default pci_ops.map_bus for root portRob Herring2020-09-081-0/+12
* PCI: dwc: Allow overriding bridge pci_opsRob Herring2020-09-071-5/+10
* PCI: dwc: Use DBI accessors instead of own config accessorsRob Herring2020-09-071-36/+19
* Merge branch 'pci/host-probe-refactor'Bjorn Helgaas2020-08-051-19/+6
|\
| * PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring2020-08-041-2/+0
| * PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring2020-08-041-5/+0
| * PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring2020-07-231-1/+0
| * PCI: designware: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-11/+7
| * PCI: Set default bridge parent deviceRob Herring2020-07-231-1/+0
* | PCI: Replace http:// links with https://Alexander A. Klimov2020-06-301-1/+1
|/
* PCI: dwc: Use private data pointer of "struct irq_domain" to get pcie_portKishon Vijay Abraham I2020-05-221-1/+1
* PCI: dwc: Fix inner MSI IRQ domain registrationMarc Zyngier2020-05-221-0/+2
* Merge branch 'remotes/lorenzo/pci/mmio-dma-ranges'Bjorn Helgaas2019-11-281-20/+9
|\
| * PCI: of: Add inbound resource parsing to helpersRob Herring2019-11-201-1/+2
| * PCI: dwc: Use pci_parse_request_of_pci_ranges()Rob Herring2019-10-291-20/+8
* | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2019-11-281-5/+6
|\ \
| * | PCI: dwc: Fix find_next_bit() usageNiklas Cassel2019-10-151-5/+6
| |/