]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - Documentation/power/runtime_pm.txt
Merge branch 'pm-runtime' into pm-for-linus
[karo-tx-linux.git] / Documentation / power / runtime_pm.txt
index f670836f8e5f793cc8f337e2bc6085a16da0a88f..0e856088db7c87b66d2284aaabb03501bea95415 100644 (file)
@@ -436,8 +436,7 @@ drivers/base/power/runtime.c and include/linux/pm_runtime.h:
 
   void pm_runtime_irq_safe(struct device *dev);
     - set the power.irq_safe flag for the device, causing the runtime-PM
-      suspend and resume callbacks (but not the idle callback) to be invoked
-      with interrupts disabled
+      callbacks to be invoked with interrupts off
 
   void pm_runtime_mark_last_busy(struct device *dev);
     - set the power.last_busy field to the current time