[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1378951402.2475.2.camel@bilhuang-vm1>
Date: Wed, 11 Sep 2013 19:03:22 -0700
From: Bill Huang <bilhuang@...dia.com>
To: Stephen Warren <swarren@...dotorg.org>
CC: "rjw@...k.pl" <rjw@...k.pl>,
"viresh.kumar@...aro.org" <viresh.kumar@...aro.org>,
"linux@....linux.org.uk" <linux@....linux.org.uk>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-tegra@...r.kernel.org" <linux-tegra@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"cpufreq@...r.kernel.org" <cpufreq@...r.kernel.org>,
"linux-pm@...r.kernel.org" <linux-pm@...r.kernel.org>
Subject: Re: [PATCH 2/2] cpufreq: tegra: Re-model Tegra cpufreq driver
On Thu, 2013-09-12 at 03:33 +0800, Stephen Warren wrote:
> On 09/11/2013 05:19 AM, Bill Huang wrote:
> > diff --git a/drivers/cpufreq/tegra20-cpufreq.c b/drivers/cpufreq/tegra20-cpufreq.c
>
> > +static struct cpufreq_frequency_table freq_table[] = {
> > + { .frequency = 216000 },
> > + { .frequency = 312000 },
> > + { .frequency = 456000 },
> > + { .frequency = 608000 },
> > + { .frequency = 760000 },
> > + { .frequency = 816000 },
> > + { .frequency = 912000 },
> > + { .frequency = 1000000 },
> > + { .frequency = CPUFREQ_TABLE_END },
> > +};
>
> Should/can we query that list from the clock driver?
>
It's not easy to query that list from clock driver so I'll leave it as
it was. I'll take all the other comments, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists