From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/8] cpufreq: db8500: Fetch cpufreq table from platform data
Date: Thu, 11 Oct 2012 16:49:44 +0100 [thread overview]
Message-ID: <20121011154944.GG15428@gmail.com> (raw)
In-Reply-To: <20121011134140.GA15428@gmail.com>
On Thu, 11 Oct 2012, Lee Jones wrote:
> > -static struct cpufreq_frequency_table freq_table[] = {
> > - [0] = {
> > - .index = 0,
> > - .frequency = 200000,
> > - },
> > - [1] = {
> > - .index = 1,
> > - .frequency = 400000,
> > - },
> > - [2] = {
> > - .index = 2,
> > - .frequency = 800000,
> > - },
> > - [3] = {
> > - /* Used for MAX_OPP, if available */
> > - .index = 3,
> > - .frequency = CPUFREQ_TABLE_END,
> > - },
> > - [4] = {
> > - .index = 4,
> > - .frequency = CPUFREQ_TABLE_END,
> > - },
> > -};
>
> So where has this table gone? Am I missing a patch?
Ah, I see it now. Nice!
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2012-10-11 15:49 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-10 11:42 [PATCH 0/8] clk: ux500: Fixup smp_twd clk for clk notifiers Ulf Hansson
2012-10-10 11:42 ` [PATCH 1/8] ARM: ux500: Remove cpufreq platform device Ulf Hansson
2012-10-10 11:42 ` [PATCH 2/8] mfd: db8500: Provide cpufreq table as platform data Ulf Hansson
2012-10-10 11:42 ` [PATCH 3/8] cpufreq: db8500: Register as a platform driver Ulf Hansson
2012-10-10 11:42 ` [PATCH 4/8] cpufreq: db8500: Fetch cpufreq table from platform data Ulf Hansson
2012-10-11 13:41 ` Lee Jones
2012-10-11 15:49 ` Lee Jones [this message]
2012-10-10 11:42 ` [PATCH 5/8] mfd: db8500: Connect ARMSS clk to ARM OPP Ulf Hansson
2012-10-10 11:42 ` [PATCH 6/8] clk: ux500: Support for prcmu_scalable_rate clock Ulf Hansson
2012-10-10 11:42 ` [PATCH 7/8] clk: ux500: Add armss clk and fixup smp_twd clk for u8500 Ulf Hansson
2012-10-10 11:42 ` [PATCH 8/8] cpufreq: db8500: Use armss clk to update frequency Ulf Hansson
2012-10-26 8:10 ` Ulf Hansson
2012-10-26 11:20 ` Rafael J. Wysocki
2012-10-11 13:44 ` [PATCH 0/8] clk: ux500: Fixup smp_twd clk for clk notifiers Lee Jones
2012-10-11 14:24 ` Linus Walleij
2012-10-11 15:19 ` Lee Jones
2012-10-26 8:19 ` Ulf Hansson
2012-10-26 8:57 ` Linus Walleij
2012-10-26 18:03 ` Mike Turquette
2012-10-26 23:34 ` Linus Walleij
2012-10-28 22:59 ` Samuel Ortiz
2012-11-05 12:33 ` Ulf Hansson
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=20121011154944.GG15428@gmail.com \
--to=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.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).