Re: [PATCH V5 0/2] cpufreq: Sorted policy->freq_table

2016-07-07 Thread Viresh Kumar
On 27-06-16, 09:59, Viresh Kumar wrote: > Hi Rafael, > > This series is aimed to make traversing of cpufreq table more efficient > for platforms that already sort the frequency tables. The cpufreq core > now checks if the freq table is sorted and applies a different set of > helpers on such tables

[PATCH V5 0/2] cpufreq: Sorted policy->freq_table

2016-06-26 Thread Viresh Kumar
Hi Rafael, This series is aimed to make traversing of cpufreq table more efficient for platforms that already sort the frequency tables. The cpufreq core now checks if the freq table is sorted and applies a different set of helpers on such tables while traversing them. All the patches are pushed