[PATCH V2 10/35] cpufreq: dbx500: 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: Linus Walleij Signed-off-by: Viresh Kumar ---

[PATCH V2 10/35] cpufreq: dbx500: 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: Linus Walleij linus.wall...@linaro.org Signed-off-by: Viresh Kumar