Re: [PATCH v2 0/8] Introduce new cpufreq helper macros

2014-04-16 Thread Stratos Karafotis
On 16/04/2014 07:01 πμ, Viresh Kumar wrote: > On 16 April 2014 03:55, Stratos Karafotis wrote: >> Hi all, >> >> This patch set introduces two freq_table helper macros which >> can be used for iteration over cpufreq_frequency_table and >> makes the necessary changes to cpufreq core and drivers that

Re: [PATCH v2 0/8] Introduce new cpufreq helper macros

2014-04-15 Thread Viresh Kumar
On 16 April 2014 03:55, Stratos Karafotis wrote: > Hi all, > > This patch set introduces two freq_table helper macros which > can be used for iteration over cpufreq_frequency_table and > makes the necessary changes to cpufreq core and drivers that > use such an iteration procedure. > > The motivat

[PATCH v2 0/8] Introduce new cpufreq helper macros

2014-04-15 Thread Stratos Karafotis
Hi all, This patch set introduces two freq_table helper macros which can be used for iteration over cpufreq_frequency_table and makes the necessary changes to cpufreq core and drivers that use such an iteration procedure. The motivation was a usage of common procedure to iterate over cpufreq_freq