aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/controller/pcie-rcar-host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-05Merge branch 'pci/host-probe-refactor'Bjorn Helgaas1-83/+8
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: rcar: Use struct pci_host_bridge.windows list directlyRob Herring1-41/+4
2020-07-23PCI: rcar: Use devm_pci_alloc_host_bridge()Rob Herring1-5/+2
2020-07-23PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring1-1/+0
2020-07-23PCI: rcar: Use pci_is_root_bus() to check if bus is root busRob Herring1-14/+5
2020-07-23PCI: Set default bridge parent deviceRob Herring1-2/+0
2020-07-23PCI: rcar: Fix runtime PM imbalance on errorDinghao Liu1-3/+1
2020-07-10PCI: rcar: Use pci_host_probe() to register hostRob Herring1-17/+1
2020-05-11PCI: rcar: Move shareable code to a common fileLad Prabhakar1-292/+112
2020-05-11PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.cLad Prabhakar1-0/+1310