Home
last modified time | relevance | path

Searched hist:a3cb999dcfe48e234927b3a541810c15dd4a890e (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dsetup-bus.cdiff a3cb999dcfe48e234927b3a541810c15dd4a890e Mon Jan 21 15:20:43 CST 2013 Yinghai Lu <yinghai@kernel.org> PCI: Add root bus children dev's res to fail list

We can stop trying according to try_number now and do not need to use
root_bus checking as stop sign.

In extreme case we could need to reallocate resource for device just
under root bus. For PCI root bus hot-add, we need to retry to assign
resources to PCI devices just under pci root bus.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>