[PATCH V2 05/35] cpufreq: at32ap: Covert to light weight ->target_index() routine
From: Hans-Christian Egtvedt <hidden>
Date: 2013-08-14 08:00:46
Also in:
linux-pm, lkml
From: Hans-Christian Egtvedt <hidden>
Date: 2013-08-14 08:00:46
Also in:
linux-pm, lkml
Around Tue 13 Aug 2013 19:02:18 +0530 or thereabout, Viresh Kumar wrote:
This patch converts existing .target() to newly defined light weight .target_index() routine for this driver. CPUFreq core will call cpufreq_frequency_table_target() before calling this routine and will pass index to it. Cc: Hans-Christian Egtvedt <redacted> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Hans-Christian Egtvedt <redacted>
--- drivers/cpufreq/at32ap-cpufreq.c | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-)
<snipp diff> -- mvh Hans-Christian Egtvedt