]> 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)
commit0cc9e487753277c018c9f11b0c1d6784e0e8ea92
tree68e7825b864a9098de60134e74903f6d3e7e2f75
parent94eb1169feab5dd8bc45d9dcdfb66c2c0e0a4f89
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