aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host-bridge.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-10Merge branch 'pci/misc' into nextBjorn Helgaas1-3/+3
2015-04-08PCI: Export pci_find_host_bridge() for use inside PCI coreAaron Lu1-3/+3
2015-03-03PCI: Add helper functions pci_get[put]_host_bridge_device()Murali Karicheri1-0/+14
2015-02-05PCI: Use common resource list management code instead of private implementationJiang Liu1-4/+4
2014-04-14PCI: Remove unnecessary includes of <linux/init.h>Paul Gortmaker1-1/+0
2014-02-26resource: Add resource_contains()Bjorn Helgaas1-8/+0
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu1-11/+8
2012-04-30PCI: add host bridge release supportYinghai Lu1-0/+8
2012-04-30PCI: add generic device into pci_host_bridge structYinghai Lu1-14/+1
2012-04-30PCI: rename pci_host_bridge() to find_pci_root_bridge()Yinghai Lu1-5/+13
2012-04-30PCI: move host bridge-related code to host-bridge.cYinghai Lu1-0/+93