]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: governor: Don't use 'timer' keyword
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 8 Nov 2016 05:36:33 +0000 (11:06 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 11 Nov 2016 00:48:33 +0000 (01:48 +0100)
commitea35f3cb0bb7b11d662269d13603035bb2a36916
tree68e7825b864a9098de60134e74903f6d3e7e2f75
parentc7e14ea26c01d16b9c81b0441ca39e3f8297dbf8
cpufreq: governor: Don't use 'timer' keyword

The earlier implementation of governors used background timers and so
functions, mutex, etc had 'timer' keyword in their names.

But that's not true anymore. Replace 'timer' with 'update', as those
functions, variables are based around updates to frequency.

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