diff options
author | Jeremy Erickson <jerickso@cs.unc.edu> | 2014-04-11 13:24:45 -0400 |
---|---|---|
committer | Jeremy Erickson <jerickso@cs.unc.edu> | 2014-04-11 13:24:45 -0400 |
commit | 438145c7ef5c9445f25bb8fc4d52e2c9d11fdc7c (patch) | |
tree | 76941991e36f4a32bf1be0db3854959053f24619 /Documentation | |
parent | 9ddd1b8ad8abd321964b8add5581910de6d67c2a (diff) |
Update from 2.6.36 to 2.6.36.4wip-dissipation-jerickso
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 3 | ||||
-rw-r--r-- | Documentation/power/runtime_pm.txt | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 8dd7248508a9..48128ed08006 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -879,6 +879,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
879 | controller | 879 | controller |
880 | i8042.nopnp [HW] Don't use ACPIPnP / PnPBIOS to discover KBD/AUX | 880 | i8042.nopnp [HW] Don't use ACPIPnP / PnPBIOS to discover KBD/AUX |
881 | controllers | 881 | controllers |
882 | i8042.notimeout [HW] Ignore timeout condition signalled by conroller | ||
882 | i8042.reset [HW] Reset the controller during init and cleanup | 883 | i8042.reset [HW] Reset the controller during init and cleanup |
883 | i8042.unlock [HW] Unlock (ignore) the keylock | 884 | i8042.unlock [HW] Unlock (ignore) the keylock |
884 | 885 | ||
@@ -1745,7 +1746,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1745 | 1746 | ||
1746 | nousb [USB] Disable the USB subsystem | 1747 | nousb [USB] Disable the USB subsystem |
1747 | 1748 | ||
1748 | nowatchdog [KNL] Disable the lockup detector. | 1749 | nowatchdog [KNL] Disable the lockup detector (NMI watchdog). |
1749 | 1750 | ||
1750 | nowb [ARM] | 1751 | nowb [ARM] |
1751 | 1752 | ||
diff --git a/Documentation/power/runtime_pm.txt b/Documentation/power/runtime_pm.txt index 55b859b3bc72..506d9d916e41 100644 --- a/Documentation/power/runtime_pm.txt +++ b/Documentation/power/runtime_pm.txt | |||
@@ -336,8 +336,8 @@ drivers/base/power/runtime.c and include/linux/pm_runtime.h: | |||
336 | zero) | 336 | zero) |
337 | 337 | ||
338 | bool pm_runtime_suspended(struct device *dev); | 338 | bool pm_runtime_suspended(struct device *dev); |
339 | - return true if the device's runtime PM status is 'suspended', or false | 339 | - return true if the device's runtime PM status is 'suspended' and its |
340 | otherwise | 340 | 'power.disable_depth' field is equal to zero, or false otherwise |
341 | 341 | ||
342 | void pm_runtime_allow(struct device *dev); | 342 | void pm_runtime_allow(struct device *dev); |
343 | - set the power.runtime_auto flag for the device and decrease its usage | 343 | - set the power.runtime_auto flag for the device and decrease its usage |