Searched hist:"39772038 ea93e85ea4f1307ec9c1f48a063d89a0" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/pci/ |
H A D | setup-bus.c | diff 39772038ea93e85ea4f1307ec9c1f48a063d89a0 Mon Jul 22 16:37:18 CDT 2013 Yinghai Lu <yinghai@kernel.org> PCI: Assign resources for hot-added host bridge more aggressively
When hot-adding an ACPI host bridge, use pci_assign_unassigned_root_bus_resources() instead of pci_assign_unassigned_bus_resources().
The former is more aggressive and will release and reassign existing resources if necessary. This is safe at hot-add time because no drivers are bound to devices below the new host bridge yet.
[bhelgaas: changelog, split __init changes out for reviewability] Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
|
/openbmc/linux/drivers/acpi/ |
H A D | pci_root.c | diff 39772038ea93e85ea4f1307ec9c1f48a063d89a0 Mon Jul 22 16:37:18 CDT 2013 Yinghai Lu <yinghai@kernel.org> PCI: Assign resources for hot-added host bridge more aggressively
When hot-adding an ACPI host bridge, use pci_assign_unassigned_root_bus_resources() instead of pci_assign_unassigned_bus_resources().
The former is more aggressive and will release and reassign existing resources if necessary. This is safe at hot-add time because no drivers are bound to devices below the new host bridge yet.
[bhelgaas: changelog, split __init changes out for reviewability] Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
|
/openbmc/linux/include/linux/ |
H A D | pci.h | diff 39772038ea93e85ea4f1307ec9c1f48a063d89a0 Mon Jul 22 16:37:18 CDT 2013 Yinghai Lu <yinghai@kernel.org> PCI: Assign resources for hot-added host bridge more aggressively
When hot-adding an ACPI host bridge, use pci_assign_unassigned_root_bus_resources() instead of pci_assign_unassigned_bus_resources().
The former is more aggressive and will release and reassign existing resources if necessary. This is safe at hot-add time because no drivers are bound to devices below the new host bridge yet.
[bhelgaas: changelog, split __init changes out for reviewability] Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
|