diff options
author | Dong Aisheng <aisheng.dong@nxp.com> | 2021-03-23 08:20:09 +0100 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2021-04-08 06:14:51 +0200 |
commit | 05f15314f0895bf7dfee67142cd3f7aca3414658 (patch) | |
tree | 0965069eb2af1c7b8b00c93c52bcfc7eebbd6f81 /Documentation/ABI/testing/sysfs-class-devfreq | |
parent | PM / devfreq: Check get_dev_status in devfreq_update_stats (diff) | |
download | linux-05f15314f0895bf7dfee67142cd3f7aca3414658.tar.xz linux-05f15314f0895bf7dfee67142cd3f7aca3414658.zip |
PM / devfreq: Remove the invalid description for get_target_freq
First of all, no_central_polling was removed since
commit 7e6fdd4bad03 ("PM / devfreq: Core updates to support devices
which can idle")
Secondly, get_target_freq() is not only called only with update_devfreq()
notified by OPP now, but also min/max freq qos notifier.
So remove this invalid description now to avoid confusing.
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-class-devfreq')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-devfreq | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-devfreq b/Documentation/ABI/testing/sysfs-class-devfreq index 386bc230a33d..5e6b74f30406 100644 --- a/Documentation/ABI/testing/sysfs-class-devfreq +++ b/Documentation/ABI/testing/sysfs-class-devfreq @@ -97,10 +97,7 @@ Description: object. The values are represented in ms. If the value is less than 1 jiffy, it is considered to be 0, which means no polling. This value is meaningless if the governor is - not polling; thus. If the governor is not using - devfreq-provided central polling - (/sys/class/devfreq/.../central_polling is 0), this value - may be useless. + not polling. A list of governors that support the node: - simple_ondmenad |