summaryrefslogtreecommitdiffstats
path: root/drivers/pci/setup-bus.c
diff options
context:
space:
mode:
authorRafael J. Wysocki <rjw@sisk.pl>2012-02-07 00:50:35 +0100
committerJesse Barnes <jbarnes@virtuousgeek.org>2012-02-17 09:22:04 -0800
commit5b415f1e79e0c09366f26e3eabe751642059285a (patch)
treea21fc072c7383531e41ecda6be72080c785ee81f /drivers/pci/setup-bus.c
parent09cedbef4428580a09b342a7a92a262cfb5cbf25 (diff)
downloadtalos-obmc-linux-5b415f1e79e0c09366f26e3eabe751642059285a.tar.gz
talos-obmc-linux-5b415f1e79e0c09366f26e3eabe751642059285a.zip
PCI / PM: Disable wakeup during shutdown for devices not enabled to wake up
If a PCI device is enabled to generate wakeup signals (PME) when put into a low-power state by runtime PM, it will be still enabled to generate those signals after the system shutdown, unless its driver's .shutdown() callback takes care of the wakeup signals generation setting. Moreover, there are devices that are not enabled to wake up the system and that are configured by runtime PM to generate wakeup signals so that (runtime) remote wakeup works with them. Those devices should be reconfigured during system shutdown so that they don't generate wakeup signals, but at least some drivers don't do that. However, that very well may be done by the PCI core so that drivers don't have to worry about it. For this reason, modify pci_device_shutdown() to disable the generation of wakeup events for devices not supposed to wake up the system. References: https://bugzilla.kernel.org/show_bug.cgi?id=37952 Reported-and-tested-by: Kamil Iskra <kamil.54002@iskra.name> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/setup-bus.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud