linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bill Huang <bilhuang@nvidia.com>
To: Stephen Warren <swarren@wwwdotorg.org>
Cc: "rjw@sisk.pl" <rjw@sisk.pl>,
	"viresh.kumar@linaro.org" <viresh.kumar@linaro.org>,
	"linux@arm.linux.org.uk" <linux@arm.linux.org.uk>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-tegra@vger.kernel.org" <linux-tegra@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"cpufreq@vger.kernel.org" <cpufreq@vger.kernel.org>,
	"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>
Subject: Re: [PATCH 2/2] cpufreq: tegra: Re-model Tegra cpufreq driver
Date: Wed, 11 Sep 2013 19:03:22 -0700	[thread overview]
Message-ID: <1378951402.2475.2.camel@bilhuang-vm1> (raw)
In-Reply-To: <5230C596.7010000@wwwdotorg.org>

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.


  reply	other threads:[~2013-09-12  2:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-11 11:19 [PATCH 0/2] Remodel Tegra cpufreq driver to support Tegra series SoCs Bill Huang
2013-09-11 11:19 ` [PATCH 1/2] cpufreq: tegra: Remove not used header and clean up codes Bill Huang
     [not found]   ` <1378898355-31290-2-git-send-email-bilhuang-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-09-11 19:19     ` Stephen Warren
2013-09-11 11:19 ` [PATCH 2/2] cpufreq: tegra: Re-model Tegra cpufreq driver Bill Huang
2013-09-11 19:33   ` Stephen Warren
2013-09-12  2:03     ` Bill Huang [this message]
2013-09-12 10:14   ` Peter De Schrijver
2013-09-12 10:35     ` Bill Huang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1378951402.2475.2.camel@bilhuang-vm1 \
    --to=bilhuang@nvidia.com \
    --cc=cpufreq@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=rjw@sisk.pl \
    --cc=swarren@wwwdotorg.org \
    --cc=viresh.kumar@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).