diff options
author | Dong Aisheng <aisheng.dong@nxp.com> | 2021-03-23 15:20:09 +0800 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2021-04-08 13:14:51 +0900 |
commit | 05f15314f0895bf7dfee67142cd3f7aca3414658 (patch) | |
tree | 0965069eb2af1c7b8b00c93c52bcfc7eebbd6f81 /drivers/devfreq | |
parent | b19e13463a1054b1b51f4314a1a53da02aed776f (diff) | |
download | linux-05f15314f0895bf7dfee67142cd3f7aca3414658.tar.bz2 |
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 'drivers/devfreq')
-rw-r--r-- | drivers/devfreq/governor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/devfreq/governor.h b/drivers/devfreq/governor.h index 244634465170..2d69a0ce6291 100644 --- a/drivers/devfreq/governor.h +++ b/drivers/devfreq/governor.h @@ -57,8 +57,6 @@ * Basically, get_target_freq will run * devfreq_dev_profile.get_dev_status() to get the * status of the device (load = busy_time / total_time). - * If no_central_polling is set, this callback is called - * only with update_devfreq() notified by OPP. * @event_handler: Callback for devfreq core framework to notify events * to governors. Events include per device governor * init and exit, opp changes out of devfreq, suspend |