aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/controller/pci-host-common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-20PCI/MSI: Make pci_host_common_probe() declare its reliance on MSI domainsMarc Zyngier1-0/+1
2021-02-23PCI: Call platform_set_drvdata earlier in devm_pci_alloc_host_bridgeDaire McNamara1-2/+2
2020-08-04PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring1-2/+0
2020-08-04PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring1-7/+6
2020-07-23PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring1-1/+0
2020-07-23PCI: Set default bridge parent deviceRob Herring1-1/+0
2020-07-10PCI: host-common: Use struct pci_host_bridge.windows list directlyRob Herring1-28/+14
2020-05-07PCI: host-generic: Eliminate pci_host_common_probe wrappersRob Herring1-2/+7
2020-05-01PCI: host-generic: Support building as modulesRob Herring1-0/+5
2020-05-01PCI: Constify struct pci_ecam_opsRob Herring1-3/+3
2019-11-20PCI: of: Add inbound resource parsing to helpersRob Herring1-1/+1
2019-07-24PCI: Use devm_add_action_or_reset()Fuqian Huang1-2/+1
2018-09-25PCI: Remove unnecessary check of device_type == pciRob Herring1-8/+0
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin1-0/+118