[PATCH v3] cpufreq: Add cpufreq driver for Freescale e500mc SoCs

Tang Yuantian-B29983 B29983 at freescale.com
Mon Apr 1 13:16:55 EST 2013


> -----Original Message-----
> From: cpufreq-owner at vger.kernel.org [mailto:cpufreq-owner at vger.kernel.org]
> On Behalf Of Viresh Kumar
> Sent: 2013年3月30日 21:52
> To: Tang Yuantian-B29983
> Cc: Rafael J. Wysocki; cpufreq at vger.kernel.org; Linux PM list; linuxppc-
> dev at lists.ozlabs.org; Li Yang-R58472
> Subject: Re: [PATCH v3] cpufreq: Add cpufreq driver for Freescale e500mc
> SoCs
> 
> On Fri, Mar 29, 2013 at 11:22 AM,  <Yuantian.Tang at freescale.com> wrote:
> > diff --git a/drivers/cpufreq/ppc-corenet-cpufreq.c
> > b/drivers/cpufreq/ppc-corenet-cpufreq.c
> 
> > +static int corenet_cpufreq_cpu_init(struct cpufreq_policy *policy) {
> 
> > +       for (i = 0; i < count; i++) {
> > +               table[i].index = i;
> 
> One more thing, you don't need to set index at all as you aren't using it.
> And cpufreq core never uses it.
> 
OK, no problem.

Thanks,
Yuantian

> > +               clk = of_clk_get(data->parent, i);
> > +               table[i].frequency = clk_get_rate(clk) / 1000;
> > +       }
> --
> To unsubscribe from this list: send the line "unsubscribe cpufreq" in the
> body of a message to majordomo at vger.kernel.org More majordomo info at
> http://vger.kernel.org/majordomo-info.html



More information about the Linuxppc-dev mailing list