From: Rafael J. Wysocki Date: Tue, 10 Jun 2014 20:46:35 +0000 (+0200) Subject: ACPI / hotplug / PCI: Add hotplug contexts to PCI host bridges X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=882d18a702c66404fcb62b84748f719f9b47441c;p=pandora-kernel.git ACPI / hotplug / PCI: Add hotplug contexts to PCI host bridges After relatively recent changes in the ACPI-based PCI hotplug (ACPIPHP) code, the acpiphp_check_host_bridge() executed for PCI host bridges via acpi_pci_root_scan_dependent() doesn't do anything useful, because those bridges do not have hotplug contexts. That happens by mistake, so fix it by making acpiphp_enumerate_slots() add hotplug contexts to PCI host bridges too and modify acpiphp_remove_slots() to drop those contexts for host bridges as appropriate. Link: https://bugzilla.kernel.org/show_bug.cgi?id=76901 Fixes: 2d8b1d566a5f (ACPI / hotplug / PCI: Get rid of check_sub_bridges()) Reported-and-tested-by: Gavin Guo Acked-by: Bjorn Helgaas Reviewed-by: Mika Westerberg Cc: 3.15+ # 3.15+ Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed