summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pcie-xilinx.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: xilinx: Rename xilinx_pcie_port to xilinx_pcieFan Fei2022-01-031-79/+79
* PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-021-5/+4
* PCI: xilinx: Convert to MSI domainsMarc Zyngier2021-04-201-137/+105
* PCI: xilinx: Don't allocate extra memory for the MSI capture addressMarc Zyngier2021-04-201-12/+6
* PCI: Unify ECAM constants in native PCI Express driversKrzysztof WilczyƄski2020-12-101-9/+2
* 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-7/+0
* PCI: xilinx: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-7/+4
* PCI: Drop unnecessary zeroing of bridge fieldsRob Herring2020-07-231-1/+0
* PCI: Set default bridge parent deviceRob Herring2020-07-231-1/+0
* PCI: xilinx: Use pci_host_probe() to register hostRob Herring2020-07-101-12/+1
* PCI: of: Add inbound resource parsing to helpersRob Herring2019-11-201-1/+2
* PCI: xilinx: Use pci_parse_request_of_pci_ranges()Rob Herring2019-10-291-15/+2
* PCI: xilinx: Check for __get_free_pages() failureKangjie Lu2019-03-291-2/+10
* PCI: Remove unnecessary check of device_type == pciRob Herring2018-09-251-7/+0
* PCI: xilinx: Add missing of_node_put()Nicholas Mc Guire2018-06-291-0/+1
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-081-0/+702