aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@linux-m68k.org>2014-03-11 07:08:11 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-03-11 19:54:53 -0400
commitaf02b5fdb1fb3c5d5f8d71f7f84e4fb243e1ae31 (patch)
tree6a8d6ef698b37e2740df6456f931155a3667b86e /Documentation
parent4d4348202b34c130a899b597fec14bbb5d83108d (diff)
PM: Add missing "freeze" state
Fix descriptions of /sys/power/state in the documentation and in a code comment. Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org> Reviewed-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com> Acked-by: Pavel Machek <pavel@ucw.cz> [rjw: Changelog] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/ABI/testing/sysfs-power5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/ABI/testing/sysfs-power b/Documentation/ABI/testing/sysfs-power
index 205a73878441..64c9276e9421 100644
--- a/Documentation/ABI/testing/sysfs-power
+++ b/Documentation/ABI/testing/sysfs-power
@@ -12,8 +12,9 @@ Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
12Description: 12Description:
13 The /sys/power/state file controls the system power state. 13 The /sys/power/state file controls the system power state.
14 Reading from this file returns what states are supported, 14 Reading from this file returns what states are supported,
15 which is hard-coded to 'standby' (Power-On Suspend), 'mem' 15 which is hard-coded to 'freeze' (Low-Power Idle), 'standby'
16 (Suspend-to-RAM), and 'disk' (Suspend-to-Disk). 16 (Power-On Suspend), 'mem' (Suspend-to-RAM), and 'disk'
17 (Suspend-to-Disk).
17 18
18 Writing to this file one of these strings causes the system to 19 Writing to this file one of these strings causes the system to
19 transition into that state. Please see the file 20 transition into that state. Please see the file