]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
PCI PM: Avoid touching devices behind bridges in unknown state
authorRafael J. Wysocki <rjw@sisk.pl>
Wed, 7 Jan 2009 12:07:15 +0000 (13:07 +0100)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 7 Jan 2009 19:16:05 +0000 (11:16 -0800)
commit734104292ff77dc71fe626b4ebd91b314547ca1b
tree8e859beaa5065db26c7dc0d5e7a6a108c6f21163
parent07e836e8d1f3688311d97fe1bf46980b0f9ae9c1
PCI PM: Avoid touching devices behind bridges in unknown state

It generally is better to avoid accessing devices behind bridges that
may not be in the D0 power state, because in that case the bridges'
secondary buses may not be accessible.  For this reason, during the
early phase of resume (ie. with interrupts disabled), before
restoring the standard config registers of a device, check the power
state of the bridge the device is behind and postpone the restoration
of the device's config space, as well as any other operations that
would involve accessing the device, if that state is not D0.

In such cases the restoration of the device's config space will be
retried during the "normal" phase of resume (ie. with interrupts
enabled), so that the bridge can be put into D0 before that happens.

Also, save standard configuration registers of PCI devices during the
"normal" phase of suspend (ie. with interrupts enabled), so that the
bridges the devices are behind can be put into low power states (we
don't put bridges into low power states at the moment, but we may
want to do it in the future and it seems reasonable to design for
that).

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/pci-driver.c
drivers/pci/pci.c
drivers/pci/pci.h