From: Bjorn Helgaas Date: Fri, 28 Oct 2011 22:25:35 +0000 (-0600) Subject: PCI: add helpers for building PCI bus resource lists X-Git-Tag: v3.3-rc1~101^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45ca9e9730c5acdb482dd95799fd8ac834481897;p=pandora-kernel.git PCI: add helpers for building PCI bus resource lists We'd like to supply a list of resources when we create a new PCI bus, e.g., the root bus under a PCI host bridge. These are helpers for constructing that list. These are exported because the plan is to replace this exported interface: pci_scan_bus_parented() with this one: pci_add_resource(resources, ...) pci_scan_root_bus(..., resources) Signed-off-by: Bjorn Helgaas Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed