From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Dave Jones <davej@codemonkey.org.uk>,
cpufreq list <cpufreq@www.linux.org.uk>
Subject: Re: Another mobile stepping - speedstep works fine
Date: Fri, 20 Aug 2004 12:21:25 -0700 [thread overview]
Message-ID: <1093029685.25283.12.camel@localhost> (raw)
In-Reply-To: <1093008540.30854.37.camel@localhost.localdomain>
[-- Attachment #1: Type: text/plain, Size: 298 bytes --]
On Fri, 2004-08-20 at 14:29 +0100, Alan Cox wrote:
> I just added the stepping and ran some testing. Its been running with
> cpuspeed daemon for a day now and seems fine.
Thanks. The driver looks a bit different now, so I've recast the patch.
David, could you put this in your tree?
Thanks,
J
[-- Attachment #2: sc-ac-dothan-a2.patch --]
[-- Type: text/x-patch, Size: 1040 bytes --]
arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c | 3 +++
1 files changed, 3 insertions(+)
diff -puN arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c~sc-ac-dothan-a2 arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
--- local-2.6/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c~sc-ac-dothan-a2 2004-08-20 09:45:21.358254383 -0700
+++ local-2.6-jeremy/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c 2004-08-20 09:45:57.315356194 -0700
@@ -53,12 +53,14 @@ struct cpu_id
enum {
CPU_BANIAS,
CPU_DOTHAN_A1,
+ CPU_DOTHAN_A2,
CPU_DOTHAN_B0,
};
static const struct cpu_id cpu_ids[] = {
[CPU_BANIAS] = { 6, 9, 5 },
[CPU_DOTHAN_A1] = { 6, 13, 1 },
+ [CPU_DOTHAN_A2] = { 6, 13, 2 },
[CPU_DOTHAN_B0] = { 6, 13, 6 },
};
#define N_IDS (sizeof(cpu_ids)/sizeof(cpu_ids[0]))
@@ -221,6 +223,7 @@ static struct cpu_model models[] =
/* NULL model_name is a wildcard */
{ &cpu_ids[CPU_DOTHAN_A1], NULL, 0, NULL },
+ { &cpu_ids[CPU_DOTHAN_A2], NULL, 0, NULL },
{ &cpu_ids[CPU_DOTHAN_B0], NULL, 0, NULL },
{ NULL, }
_
[-- Attachment #3: Type: text/plain, Size: 143 bytes --]
_______________________________________________
Cpufreq mailing list
Cpufreq@www.linux.org.uk
http://www.linux.org.uk/mailman/listinfo/cpufreq
next parent reply other threads:[~2004-08-20 19:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20040820093344.GA2923@akamail.com>
[not found] ` <1093008540.30854.37.camel@localhost.localdomain>
2004-08-20 19:21 ` Jeremy Fitzhardinge [this message]
2004-08-20 19:36 ` Another mobile stepping - speedstep works fine Dave Jones
2004-08-20 22:33 ` Jeremy Fitzhardinge
2004-08-21 0:29 ` Dave Jones
2004-08-21 2:19 ` banias with different (unusual?) model_name Jeremy Fitzhardinge
[not found] ` <1093008335.30968.32.camel@localhost.localdomain>
2004-08-21 11:53 ` matthias brill
2004-08-23 11:13 ` Dave Jones
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=1093029685.25283.12.camel@localhost \
--to=jeremy@goop.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=cpufreq@www.linux.org.uk \
--cc=davej@codemonkey.org.uk \
/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