Skip to content

Commit 05f1531

Browse files
Dong Aishengchanwoochoi
authored andcommitted
PM / devfreq: Remove the invalid description for get_target_freq
First of all, no_central_polling was removed since commit 7e6fdd4 ("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>
1 parent b19e134 commit 05f1531

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

Documentation/ABI/testing/sysfs-class-devfreq

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,7 @@ Description:
9797
object. The values are represented in ms. If the value is
9898
less than 1 jiffy, it is considered to be 0, which means
9999
no polling. This value is meaningless if the governor is
100-
not polling; thus. If the governor is not using
101-
devfreq-provided central polling
102-
(/sys/class/devfreq/.../central_polling is 0), this value
103-
may be useless.
100+
not polling.
104101

105102
A list of governors that support the node:
106103
- simple_ondmenad

drivers/devfreq/governor.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@
5757
* Basically, get_target_freq will run
5858
* devfreq_dev_profile.get_dev_status() to get the
5959
* status of the device (load = busy_time / total_time).
60-
* If no_central_polling is set, this callback is called
61-
* only with update_devfreq() notified by OPP.
6260
* @event_handler: Callback for devfreq core framework to notify events
6361
* to governors. Events include per device governor
6462
* init and exit, opp changes out of devfreq, suspend

0 commit comments

Comments
 (0)