git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9909aa1
)
cpufreq: create cpufreq_generic_init() routine
author
Viresh Kumar
<viresh.kumar@linaro.org>
Thu, 3 Oct 2013 14:59:07 +0000
(20:29 +0530)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Tue, 15 Oct 2013 22:50:33 +0000
(
00:50
+0200)
Many CPUFreq drivers for SMP system (where all cores share same clock lines), do
similar stuff in their ->init() part.
This patch creates a generic routine in cpufreq core which can be used by these
so that we can remove some redundant code.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
No differences found