]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - Documentation/power/devices.txt
PM: Handle device registrations during suspend/resume
[linux-2.6-omap-h63xx.git] / Documentation / power / devices.txt
index 461e4f1dbec418156d2fe5809e49e6f3d8e60031..421e7d00ffd03a81fa1573656b39d489b045cd23 100644 (file)
@@ -196,6 +196,11 @@ its parent; and can't be removed or suspended after that parent.
 
 The policy is that the device tree should match hardware bus topology.
 (Or at least the control bus, for devices which use multiple busses.)
+In particular, this means that a device registration may fail if the parent of
+the device is suspending (ie. has been chosen by the PM core as the next
+device to suspend) or has already suspended, as well as after all of the other
+devices have been suspended.  Device drivers must be prepared to cope with such
+situations.
 
 
 Suspending Devices