PCI: pcie: Ensure hotplug ports have a minimum number of resources
authorEric W. Biederman <ebiederm@aristanetworks.com>
Wed, 9 Sep 2009 21:09:24 +0000 (14:09 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 9 Sep 2009 21:10:24 +0000 (14:10 -0700)
commit28760489a3f1e136c5ae8581c0fa8f63511f2f4c
treea3c890e9c8d9e98385691d56f5c007d280514fe5
parent0ba379ec0fb182a87b8891c5754abbcd9c035b4f
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 <ebiederm@aristanetworks.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/pci.c
drivers/pci/probe.c
drivers/pci/setup-bus.c
include/linux/pci.h