]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI / hotplug / PCI: Runtime resume bridges before bus rescans
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 5 Aug 2016 00:38:44 +0000 (02:38 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Aug 2016 01:33:58 +0000 (21:33 -0400)
commit33ad0c735addab79e77b7cb2a3bc215b13e6f9fc
tree38c7fe5535f6bb1efd27f9b5852e9e800bf713f6
parentc86cea29bc969393aa2ee9df35a378aedd7e0eba
ACPI / hotplug / PCI: Runtime resume bridges before bus rescans

If a PCI bridge (or PCIe port) that is runtime-suspended gets an ACPI
hotplug notification, such as a bus check, it has to be resumed before
re-scanning the devices below it, or those devices will not be
accessible and will be treated as hot-removed.

Make that happen and let the bridge suspend again after the bus below it
has been re-scanned.

This is a replacement for commit dac30701b480 ("ACPI / hotplug / PCI:
Runtime resume bridge before rescan") that has been reverted, because it
introduced a system resume regression (due to missing bridge->pci_dev
checks that are necessary in case the notification is targeted at the
host bridge) and it is necessary for the code added by commit
665428ac6fe0 ("PCI: Add runtime PM support for PCIe ports") to work as
expected.

Tested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/pci/hotplug/acpiphp_glue.c