Re: [PATCH 1/8] ARM: s3c24xx: Sort cpufreq tables

2016-06-01 Thread Krzysztof Kozlowski
On 06/01/2016 12:34 PM, Viresh Kumar wrote: > Some later changes in cpufreq core require these tables to be sorted > based on ascending order of their frequencies. There was only one > offender. Fix it and add comments over the arrays. > > Signed-off-by: Viresh Kumar > --- > arch/arm/mach-s3c24x

[PATCH 1/8] ARM: s3c24xx: Sort cpufreq tables

2016-06-01 Thread Viresh Kumar
Some later changes in cpufreq core require these tables to be sorted based on ascending order of their frequencies. There was only one offender. Fix it and add comments over the arrays. Signed-off-by: Viresh Kumar --- arch/arm/mach-s3c24xx/pll-s3c2410.c | 3 ++- arch/arm/mach-s3c24xx/pl