Re: [PATCH V2 05/35] cpufreq: at32ap: Covert to light weight ->target_index() routine

2013-08-14 Thread Hans-Christian Egtvedt
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 t

[PATCH V2 05/35] cpufreq: at32ap: Covert to light weight ->target_index() routine

2013-08-13 Thread Viresh Kumar
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 Signed-off-by: Viresh Kumar --- drivers/cpufre