]> git.karo-electronics.de Git - linux-beck.git/commit
cpufreq: blackfin: Use generic cpufreq routines
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 3 Oct 2013 14:57:59 +0000 (20:27 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 15 Oct 2013 22:50:24 +0000 (00:50 +0200)
commit00ff424caa68f0d880e3593554ed0aefb52a84a3
tree096382eeb425712767fd30707291a74acb5452d3
parent5ae68f4737cec20505f3bb0a99bcb2efcfd66792
cpufreq: blackfin: Use generic cpufreq routines

Most of the CPUFreq drivers do similar things in .exit() and .verify() routines
and .attr. So its better if we have generic routines for them which can be used
by cpufreq drivers then.

This patch uses these generic routines in the blackfin driver.

Cc: Steven Miao <realmz6@gmail.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/blackfin-cpufreq.c