aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pci-xgene.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-30PCI: xgene: Use PCI_VENDOR_ID_AMCC macroPali Rohár1-2/+1
2021-07-06Merge branch 'pci/kernel-doc'Bjorn Helgaas1-1/+1
2021-07-06PCI: xgene: Annotate __iomem pointerBjorn Helgaas1-1/+1
2021-07-06PCI: Fix kernel-doc formattingKrzysztof Wilczyński1-1/+1
2021-03-31PCI: xgene: Fix cfg resource mappingDejin Zheng1-1/+2
2021-01-28PCI: xgene: Fix CRS SV commentBjorn Helgaas1-6/+7
2020-12-10PCI: xgene: Removed unused ".bus_shift" initialisers from pci-xgene.cKrzysztof Wilczyński1-2/+0
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-5/+0
2020-07-23PCI: Drop unnecessary zeroing of bridge fieldsRob Herring1-1/+0
2020-07-23PCI: Set default bridge parent deviceRob Herring1-1/+0
2020-07-10PCI: controller: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng1-2/+1
2020-07-10PCI: xgene: Use pci_host_probe() to register hostRob Herring1-12/+1
2020-05-01PCI: Constify struct pci_ecam_opsRob Herring1-2/+2
2019-11-20PCI: xgene: Use inbound resources for setupRob Herring1-22/+11
2019-11-20PCI: of: Add inbound resource parsing to helpersRob Herring1-1/+2
2019-10-29PCI: xgene: Use pci_parse_request_of_pci_ranges()Rob Herring1-28/+11
2018-07-18PCI: xgene: Fix I/O space page leakSergei Shtylyov1-1/+1
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin1-0/+689