Re: [PATCH v2 8/8] sh: clk: Use cpufreq_for_each_valid_entry macro for iteration

2014-04-16 Thread Stratos Karafotis
On 16/04/2014 07:13 πμ, Simon Horman wrote: > On Wed, Apr 16, 2014 at 01:27:04AM +0300, Stratos Karafotis wrote: >> The cpufreq core now supports the cpufreq_for_each_valid_entry macro >> helper for iteration over the cpufreq_frequency_table, so use it. >> >> It should have no functional changes. >

Re: [PATCH v2 8/8] sh: clk: Use cpufreq_for_each_valid_entry macro for iteration

2014-04-15 Thread Simon Horman
On Wed, Apr 16, 2014 at 09:30:24AM +0530, Viresh Kumar wrote: > On 16 April 2014 06:54, Simon Horman wrote: > > I have dropped this patch. > > > > Please let me know if there is a stable branch which > > includes cpufreq_frequency_table which I can use as a base to apply > > this patch. > > > > Al

Re: [PATCH v2 8/8] sh: clk: Use cpufreq_for_each_valid_entry macro for iteration

2014-04-15 Thread Simon Horman
On Wed, Apr 16, 2014 at 01:27:04AM +0300, Stratos Karafotis wrote: > The cpufreq core now supports the cpufreq_for_each_valid_entry macro > helper for iteration over the cpufreq_frequency_table, so use it. > > It should have no functional changes. > > Signed-off-by: Stratos Karafotis Rafael, pl

Re: [PATCH v2 8/8] sh: clk: Use cpufreq_for_each_valid_entry macro for iteration

2014-04-15 Thread Viresh Kumar
On 16 April 2014 06:54, Simon Horman wrote: > I have dropped this patch. > > Please let me know if there is a stable branch which > includes cpufreq_frequency_table which I can use as a base to apply > this patch. > > Alternatively, I would be happy to Ack this patch and let someone > else pick up

Re: [PATCH v2 8/8] sh: clk: Use cpufreq_for_each_valid_entry macro for iteration

2014-04-15 Thread Simon Horman
On Wed, Apr 16, 2014 at 10:11:20AM +0900, Simon Horman wrote: > On Wed, Apr 16, 2014 at 01:27:04AM +0300, Stratos Karafotis wrote: > > The cpufreq core now supports the cpufreq_for_each_valid_entry macro > > helper for iteration over the cpufreq_frequency_table, so use it. > > > > It should have n

Re: [PATCH v2 8/8] sh: clk: Use cpufreq_for_each_valid_entry macro for iteration

2014-04-15 Thread Simon Horman
On Wed, Apr 16, 2014 at 01:27:04AM +0300, Stratos Karafotis wrote: > The cpufreq core now supports the cpufreq_for_each_valid_entry macro > helper for iteration over the cpufreq_frequency_table, so use it. > > It should have no functional changes. > > Signed-off-by: Stratos Karafotis Thanks, I

[PATCH v2 8/8] sh: clk: Use cpufreq_for_each_valid_entry macro for iteration

2014-04-15 Thread Stratos Karafotis
The cpufreq core now supports the cpufreq_for_each_valid_entry macro helper for iteration over the cpufreq_frequency_table, so use it. It should have no functional changes. Signed-off-by: Stratos Karafotis --- drivers/sh/clk/core.c | 20 +--- 1 file changed, 5 insertions(+), 15