From: Yinghai Lu Date: Mon, 22 Jul 2013 21:37:16 +0000 (-0700) Subject: PCI: Assign resources on a per-bus basis X-Git-Tag: v3.12-rc1~177^2~3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55ed83a615730c2578da155bc99b68f4417ffe20;p=pandora-kernel.git PCI: Assign resources on a per-bus basis Previously, we did resource assignment globally. This patch splits up pci_assign_unassigned_resources() so assignment is done for each root bus in turn. We check each root bus individually to see whether it needs any reassignment, and if it does, we assign resources for just that bus. [bhelgaas: changelog] Signed-off-by: Yinghai Lu Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed