forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PM / devfreq: Add sysfs node for representing frequency transition in…
…formation. This patch adds sysfs node which can be used to get information of frequency transition. It represents transition table which contains total number of transition of each freqeuncy state and time spent. It is inspired CPUFREQ's status driver. Signed-off-by: Jonghwa Lee <[email protected]> [Added Documentation/ABI entry, updated kernel-doc, and resolved merge conflict] Signed-off-by: MyungJoo Ham <[email protected]>
- Loading branch information
Showing
3 changed files
with
127 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,17 @@ Description: | |
(/sys/class/devfreq/.../central_polling is 0), this value | ||
may be useless. | ||
|
||
What: /sys/class/devfreq/.../trans_stat | ||
Date: October 2012 | ||
Contact: MyungJoo Ham <[email protected]> | ||
Descrtiption: | ||
This ABI shows the statistics of devfreq behavior on a | ||
specific device. It shows the time spent in each state and | ||
the number of transitions between states. | ||
In order to activate this ABI, the devfreq target device | ||
driver should provide the list of available frequencies | ||
with its profile. | ||
|
||
What: /sys/class/devfreq/.../userspace/set_freq | ||
Date: September 2011 | ||
Contact: MyungJoo Ham <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters