-
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.
Merge tag 'pullreq_20170131' of https://git.kernel.org/pub/scm/linux/…
…kernel/git/mzx/devfreq into pm-devfreq Pull devfreq changes for v4.11 from MyungJoo Ham. * tag 'pullreq_20170131' of https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq: PM / devfreq: Modify the device name as devfreq(X) for sysfs PM / devfreq: Simplify the sysfs name of devfreq-event device PM / devfreq: Remove unnecessary separate _remove_devfreq() PM / devfreq: Fix wrong trans_stat of passive devfreq device PM / devfreq: Fix available_governor sysfs PM / devfreq: exynos-ppmu: Show the registred device for ppmu device PM / devfreq: Fix the wrong description for userspace governor PM / devfreq: Fix the checkpatch warnings PM / devfreq: exynos-bus: Print the real clock rate of bus PM / devfreq: exynos-ppmu: Use the regmap interface to handle the registers PM / devfreq: exynos-bus: Add the detailed correlation for Exynos5433 PM / devfreq: Don't delete sysfs group twice
- Loading branch information
Showing
10 changed files
with
350 additions
and
126 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
What: /sys/class/devfreq-event/event(x)/ | ||
Date: January 2017 | ||
Contact: Chanwoo Choi <cw00.choi@samsung.com> | ||
Description: | ||
Provide a place in sysfs for the devfreq-event objects. | ||
This allows accessing various devfreq-event specific variables. | ||
The name of devfreq-event object denoted as 'event(x)' which | ||
includes the unique number of 'x' for each devfreq-event object. | ||
|
||
What: /sys/class/devfreq-event/event(x)/name | ||
Date: January 2017 | ||
Contact: Chanwoo Choi <cw00.choi@samsung.com> | ||
Description: | ||
The /sys/class/devfreq-event/event(x)/name attribute contains | ||
the name of the devfreq-event object. This attribute is | ||
read-only. | ||
|
||
What: /sys/class/devfreq-event/event(x)/enable_count | ||
Date: January 2017 | ||
Contact: Chanwoo Choi <cw00.choi@samsung.com> | ||
Description: | ||
The /sys/class/devfreq-event/event(x)/enable_count attribute | ||
contains the reference count to enable the devfreq-event | ||
object. If the device is enabled, the value of attribute is | ||
greater than zero. |
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
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
Oops, something went wrong.