On Thu, Jun 2, 2016 at 4:19 PM, Viresh Kumar viresh.kumar@linaro.org wrote:
Hi Rafael,
This series fixes all cpufreq drivers that provide a 'target_index' callback or in other words, which provide a freq-table to cpufreq core, to make sure they *only* use the 'index' argument to ->target_index() with the policy->freq_table.
This change allows us to remove the (duplicate) sorted-freq-table, which was added by following series:
[PATCH V2 0/2] cpufreq: Use sorted frequency tables
Which I'm not going to apply.
If this series depended on that one, please rework it.
Thanks, Rafael