Re: [PATCH] cpufreq: vexpress_bl: Optimize vexpress_cpufreq_of_init()

2012-10-08 Thread Viresh Kumar
On 8 October 2012 13:48, Viresh Kumar wrote: > This patch tries to optimize vexpress_cpufreq_of_init() routine of vexpress_bl > cpufreq driver. > > Following are the optimizations: > - No need to allocate freq table array and copy it into struct > cpufreq_frequency_table. This removes the need o

[PATCH] cpufreq: vexpress_bl: Optimize vexpress_cpufreq_of_init()

2012-10-08 Thread Viresh Kumar
This patch tries to optimize vexpress_cpufreq_of_init() routine of vexpress_bl cpufreq driver. Following are the optimizations: - No need to allocate freq table array and copy it into struct cpufreq_frequency_table. This removes the need of _cpufreq_copy_table_from_array() routine too. - Use g