Re: [PATCH V6 1/2] cpufreq: Handle sorted frequency tables more efficiently

2016-07-07 Thread Rafael J. Wysocki
On Monday, June 27, 2016 04:04:07 PM Viresh Kumar wrote: > cpufreq drivers aren't required to provide a sorted frequency table > today, and even the ones which provide a sorted table aren't handled > efficiently by cpufreq core. > > This patch adds infrastructure to verify if the freq-table provid

[PATCH V6 1/2] cpufreq: Handle sorted frequency tables more efficiently

2016-06-27 Thread Viresh Kumar
cpufreq drivers aren't required to provide a sorted frequency table today, and even the ones which provide a sorted table aren't handled efficiently by cpufreq core. This patch adds infrastructure to verify if the freq-table provided by the drivers is sorted or not, and use efficient helpers if th