[PATCH RFC 3/3] cpufreq: cpufreq-cpu0: clk rate-change notifiers
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2013-07-08 04:10:57
Also in:
linux-pm, lkml
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2013-07-08 04:10:57
Also in:
linux-pm, lkml
On Mon, Jul 8, 2013 at 7:14 AM, Mike Turquette [off-list ref] wrote:
Removes direct handling of OPP tables and voltage regulators by calling of_clk_cpufreq_notifier_handler, introduced by commit "clk: cpufreq helper for voltage scaling". In the future this can help consolidate code found across similar CPUfreq drivers. Signed-off-by: Mike Turquette <redacted> --- drivers/cpufreq/cpufreq-cpu0.c | 125 ++++++++--------------------------------- 1 file changed, 22 insertions(+), 103 deletions(-)
Good patch, really gets lots of stuff out from cpufreq drivers. Acked-by: Viresh Kumar <viresh.kumar@linaro.org>