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

From: Rafael J. Wysocki
Date: Thu Jul 07 2016 - 09:25:02 EST


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 provided by
> the drivers is sorted or not, and use efficient helpers if they are
> sorted.
>
> Signed-off-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>

Applied, thanks!