aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-04PCI: rcar-gen2: Convert to use modern host bridge probe functionsRob Herring1-126/+46
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: cadence: Remove private bus number and range storageRob Herring4-26/+24
2020-07-23PCI: cadence: Use bridge resources for outbound window setupRob Herring1-21/+16
2020-07-23PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring7-18/+3
2020-07-23PCI: rcar: Use pci_is_root_bus() to check if bus is root busRob Herring1-14/+5
2020-07-23PCI: rockchip: Use pci_is_root_bus() to check if bus is root busRob Herring2-11/+7
2020-07-23PCI: xilinx: Use pci_is_root_bus() to check if bus is root busRob Herring1-7/+4
2020-07-23PCI: xilinx-nwl: Use pci_is_root_bus() to check if bus is root busRob Herring1-7/+3
2020-07-23PCI: mobiveil: Use pci_is_root_bus() to check if bus is root busRob Herring2-8/+3
2020-07-23PCI: designware: Use pci_is_root_bus() to check if bus is root busRob Herring4-15/+10
2020-07-23PCI: aardvark: Use pci_is_root_bus() to check if bus is root busRob Herring1-7/+6
2020-07-23PCI: Drop unnecessary zeroing of bridge fieldsRob Herring10-13/+0
2020-07-23PCI: Set default bridge parent deviceRob Herring20-21/+0
2020-07-23PCI: versatile: Drop flag PCI_ENABLE_PROC_DOMAINSRob Herring1-1/+0
2020-07-23PCI: controller: Remove duplicate error messageDejin Zheng4-15/+4
2020-07-10PCI: controller: Convert to devm_platform_ioremap_resource()Dejin Zheng5-16/+7
2020-07-10PCI: controller: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng8-25/+13
2020-07-10PCI: xilinx: Use pci_host_probe() to register hostRob Herring1-12/+1
2020-07-10PCI: xilinx-nwl: Use pci_host_probe() to register hostRob Herring1-13/+1
2020-07-10PCI: rockchip: Use pci_host_probe() to register hostRob Herring2-15/+4
2020-07-10PCI: rcar: Use pci_host_probe() to register hostRob Herring1-17/+1
2020-07-10PCI: iproc: Use pci_host_probe() to register hostRob Herring2-15/+5
2020-07-10PCI: altera: Use pci_host_probe() to register hostRob Herring1-16/+1
2020-07-10PCI: xgene: Use pci_host_probe() to register hostRob Herring1-12/+1
2020-07-10PCI: versatile: Use pci_host_probe() to register hostRob Herring1-13/+1
2020-07-10PCI: v3: Use pci_host_probe() to register hostRob Herring1-12/+1
2020-07-10PCI: tegra: Use pci_host_probe() to register hostRob Herring1-10/+1
2020-07-10PCI: mobiveil: Use pci_host_probe() to register hostRob Herring1-15/+1
2020-07-10PCI: brcmstb: Use pci_host_probe() to register hostRob Herring1-16/+4
2020-07-10PCI: host-common: Use struct pci_host_bridge.windows list directlyRob Herring1-28/+14
2020-07-06PCI: mvebu: Use struct pci_host_bridge.windows list directlyRob Herring1-8/+5
2020-07-06PCI: cadence: Use struct pci_host_bridge.windows list directlyRob Herring1-19/+7
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds39-1364/+2714
2020-06-04Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas1-2/+4
2020-06-04Merge branch 'remotes/lorenzo/pci/v3-semi'Bjorn Helgaas1-1/+1
2020-06-04Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas2-7/+5
2020-06-04Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas9-1181/+1904
2020-06-04Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas1-20/+62
2020-06-04Merge branch 'remotes/lorenzo/pci/host-generic'Bjorn Helgaas9-61/+51
2020-06-04Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas11-20/+414
2020-06-04Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas2-12/+4
2020-06-04Merge branch 'remotes/lorenzo/pci/brcmstb'Bjorn Helgaas1-4/+33
2020-06-04Merge branch 'remotes/lorenzo/pci/altera'Bjorn Helgaas1-1/+1
2020-06-04Merge branch 'remotes/lorenzo/pci/aardvark'Bjorn Helgaas1-44/+219
2020-06-04Merge branch 'pci/misc'Bjorn Helgaas7-10/+16
2020-06-04PCI: uniphier: Add Socionext UniPhier Pro5 PCIe endpoint controller driverKunihiko Hayashi3-2/+396
2020-06-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-16/+28