summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/pcie-xilinx.c
AgeCommit message (Expand)Author
2021-08-02PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-04-20PCI: xilinx: Convert to MSI domainsMarc Zyngier
2021-04-20PCI: xilinx: Don't allocate extra memory for the MSI capture addressMarc Zyngier
2020-12-10PCI: Unify ECAM constants in native PCI Express driversKrzysztof WilczyƄski
2020-08-04PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring
2020-08-04PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring
2020-07-23PCI: xilinx: Use pci_is_root_bus() to check if bus is root busRob Herring
2020-07-23PCI: Drop unnecessary zeroing of bridge fieldsRob Herring
2020-07-23PCI: Set default bridge parent deviceRob Herring
2020-07-10PCI: xilinx: Use pci_host_probe() to register hostRob Herring
2019-11-20PCI: of: Add inbound resource parsing to helpersRob Herring
2019-10-29PCI: xilinx: Use pci_parse_request_of_pci_ranges()Rob Herring
2019-03-29PCI: xilinx: Check for __get_free_pages() failureKangjie Lu
2018-09-25PCI: Remove unnecessary check of device_type == pciRob Herring
2018-06-29PCI: xilinx: Add missing of_node_put()Nicholas Mc Guire
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin