]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
cpufreq: Rename cpufreq_can_do_remote_dvfs()
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 22 May 2018 10:01:30 +0000 (15:31 +0530)
committerKhalid Elmously <khalid.elmously@canonical.com>
Wed, 29 Jan 2020 04:47:27 +0000 (23:47 -0500)
commit0290e51c3779b0fe0e90b416037ea70d7b01ee3c
treef7f9d209de952eb3af4678a527f696dcc1f47e69
parentea877104cfade22e80bab0a3599ccc6141e7866d
cpufreq: Rename cpufreq_can_do_remote_dvfs()

BugLink: https://bugs.launchpad.net/bugs/1859712
This routine checks if the CPU running this code belongs to the policy
of the target CPU or if not, can it do remote DVFS for it remotely. But
the current name of it implies as if it is only about doing remote
updates.

Rename it to make it more relevant.

Suggested-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
(cherry picked from commit 036399782bf51dafb932b680b260936b2b5f8dd6)
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/cpufreq/cpufreq_governor.c
include/linux/cpufreq.h
kernel/sched/cpufreq_schedutil.c