aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/host-bridge.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-19PCI: Tidy commentsGravatar Bjorn Helgaas 1-1/+1
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedGravatar Bjorn Helgaas 1-0/+1
2016-08-22cxl: use pcibios_free_controller_deferred() when removing vPHBsGravatar Andrew Donnellan 1-0/+1
2015-04-10Merge branch 'pci/misc' into nextGravatar Bjorn Helgaas 1-3/+3
2015-04-08PCI: Export pci_find_host_bridge() for use inside PCI coreGravatar Aaron Lu 1-3/+3
2015-03-03PCI: Add helper functions pci_get[put]_host_bridge_device()Gravatar Murali Karicheri 1-0/+14
2015-02-05PCI: Use common resource list management code instead of private implementationGravatar Jiang Liu 1-4/+4
2014-04-14PCI: Remove unnecessary includes of <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2014-02-26resource: Add resource_contains()Gravatar Bjorn Helgaas 1-8/+0
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devGravatar Yinghai Lu 1-11/+8
2012-04-30PCI: add host bridge release supportGravatar Yinghai Lu 1-0/+8
2012-04-30PCI: add generic device into pci_host_bridge structGravatar Yinghai Lu 1-14/+1
2012-04-30PCI: rename pci_host_bridge() to find_pci_root_bridge()Gravatar Yinghai Lu 1-5/+13
2012-04-30PCI: move host bridge-related code to host-bridge.cGravatar Yinghai Lu 1-0/+93