diff options
author | Nishanth Menon <nm@ti.com> | 2012-10-29 16:01:48 -0400 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2012-11-20 04:46:24 -0500 |
commit | 50a5b33e0159f8783ef617cdb9d5fbb6a3955b6f (patch) | |
tree | 0063869677d9da4bc78e4b32de852767e4cd15f0 /Documentation/ABI | |
parent | 0359d1afe4013d1a216908b6be4c6695a1db6fd6 (diff) |
PM / devfreq: Add sysfs node to expose available governors
Now that governor list can be variable, knowing the available governors
is useful to be able to select a governor using relevant sysfs node.
Cc: Rajagopal Venkat <rajagopal.venkat@linaro.org>
Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Kevin Hilman <khilman@ti.com>
Cc: linux-pm@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-devfreq | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-devfreq b/Documentation/ABI/testing/sysfs-class-devfreq index 66876debca18..0ba6ea2f89d9 100644 --- a/Documentation/ABI/testing/sysfs-class-devfreq +++ b/Documentation/ABI/testing/sysfs-class-devfreq | |||
@@ -71,3 +71,10 @@ Description: | |||
71 | the available frequencies of the corresponding devfreq object. | 71 | the available frequencies of the corresponding devfreq object. |
72 | This is a snapshot of available frequencies and not limited | 72 | This is a snapshot of available frequencies and not limited |
73 | by the min/max frequency restrictions. | 73 | by the min/max frequency restrictions. |
74 | |||
75 | What: /sys/class/devfreq/.../available_governors | ||
76 | Date: October 2012 | ||
77 | Contact: Nishanth Menon <nm@ti.com> | ||
78 | Description: | ||
79 | The /sys/class/devfreq/.../available_governors shows | ||
80 | currently available governors in the system. | ||