From: Eric W. Biederman Date: Wed, 9 Sep 2009 21:09:24 +0000 (-0700) Subject: PCI: pcie: Ensure hotplug ports have a minimum number of resources X-Git-Tag: v2.6.32-rc1~670^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28760489a3f1e136c5ae8581c0fa8f63511f2f4c;p=pandora-kernel.git PCI: pcie: Ensure hotplug ports have a minimum number of resources In general a BIOS may goof or we may hotplug in a hotplug controller. In either case the kernel needs to reserve resources for plugging in more devices in the future instead of creating a minimal resource assignment. We already do this for cardbus bridges I am just adding a variant for pcie bridges. v2: Make testing for pcie hotplug bridges based on a flag. So far we only set the flag for pcie but a header_quirk could easily be added for the non-standard pci hotplug bridges. Signed-off-by: Eric W. Biederman Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed