Re: [RFC PATCH] cpufreq: Introduce macros for cpufreq_frequency_table iteration

2014-04-11 Thread Stratos Karafotis
On 11/04/2014 07:24 πμ, Viresh Kumar wrote: > On 11 April 2014 03:31, Stratos Karafotis wrote: >> This patch intoduces 2 macros which can be used for iteration >> over cpufreq_frequency_table: >> >> - cpufreq_for_each_entry: iterate over each entry of the table >> - cpufreq_for_each_valid_entry:

Re: [RFC PATCH] cpufreq: Introduce macros for cpufreq_frequency_table iteration

2014-04-11 Thread Stratos Karafotis
On 11/04/2014 07:24 πμ, Viresh Kumar wrote: On 11 April 2014 03:31, Stratos Karafotis strat...@semaphore.gr wrote: This patch intoduces 2 macros which can be used for iteration over cpufreq_frequency_table: - cpufreq_for_each_entry: iterate over each entry of the table -

Re: [RFC PATCH] cpufreq: Introduce macros for cpufreq_frequency_table iteration

2014-04-10 Thread Viresh Kumar
On 11 April 2014 03:31, Stratos Karafotis wrote: > This patch intoduces 2 macros which can be used for iteration > over cpufreq_frequency_table: > > - cpufreq_for_each_entry: iterate over each entry of the table > - cpufreq_for_each_valid_entry: iterate over each entry of the > table that

Re: [RFC PATCH] cpufreq: Introduce macros for cpufreq_frequency_table iteration

2014-04-10 Thread Viresh Kumar
On 11 April 2014 03:31, Stratos Karafotis strat...@semaphore.gr wrote: This patch intoduces 2 macros which can be used for iteration over cpufreq_frequency_table: - cpufreq_for_each_entry: iterate over each entry of the table - cpufreq_for_each_valid_entry: iterate over each entry of the