]> asedeno.scripts.mit.edu Git - linux.git/commit
cpufreq: governor: Drop min_sampling_rate
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 19 Jul 2017 10:12:41 +0000 (15:42 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 22 Jul 2017 00:25:20 +0000 (02:25 +0200)
commit2d045036322c29b69c22f06530f1130338d06373
tree59a25f2a5a635dfe864fbefe1cb060bb27be7cc3
parent9dbd224f9e4e3285a1aba4c3c5683cee20e3c30c
cpufreq: governor: Drop min_sampling_rate

The cpufreq core and governors aren't supposed to set a limit on how
fast we want to try changing the frequency. This is currently done for
the legacy governors with help of min_sampling_rate.

At worst, we may end up setting the sampling rate to a value lower than
the rate at which frequency can be changed and then one of the CPUs in
the policy will be only changing frequency for ever.

But that is something for the user to decide and there is no need to
have special handling for such cases in the core. Leave it for the user
to figure out.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/admin-guide/pm/cpufreq.rst
drivers/cpufreq/cpufreq_conservative.c
drivers/cpufreq/cpufreq_governor.c
drivers/cpufreq/cpufreq_governor.h
drivers/cpufreq/cpufreq_ondemand.c
include/linux/cpufreq.h