All of lore.kernel.org
 help / color / mirror / Atom feed
From: Huaxu Wan <huaxu.wan@linux.intel.com>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] 32nm Support vor drivers/hwmon/coretemp.c
Date: Mon, 12 Apr 2010 02:58:06 +0000	[thread overview]
Message-ID: <20100412030100.GA10633@owl> (raw)

Hi Michael,

Sorry for the late reply. We are trying to found a universal method
to support newer CPUs, referring to 
http://lists.lm-sensors.org/pipermail/lm-sensors/2010-March/027966.html

Additional, the TjMax of Clarkdale and Westmere is not 100 C.

Thanks
Huaxu

On 17:14 Sat 27 Mar, Michael Fuckner wrote:
> Hi,
> 
> I just looked into git and saw currently no support for coretemp on
> Intels 32nm CPUs. Currently I just had Xeon 5630 and i5-660 to play
> with.
> 
> Model 25 Westmere
> Model 2C Clarkdale
> 
> [0.38] molli123@c64:/usr/home/molli123/linux-2.6.33.1/drivers/hwmon
> > diff coretemp.c.old coretemp.c
> 458c458
> <                 0x1e (Lynnfield) */
> ---
> >                 0x1e (Lynnfield), 0x25 (Clarkdale), 0x2c (Westmere)  */
> 463c463,464
> <                       (c->x86_model = 0x1e))) {
> ---
> >                       (c->x86_model = 0x1e) || (c->x86_model = 0x25) ||
> >                       (c->x86_model = 0x2C))) {
> 
> 
> Regards,
>  Michael!
> 
> _______________________________________________
> lm-sensors mailing list
> lm-sensors@lm-sensors.org
> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors


_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

             reply	other threads:[~2010-04-12  2:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-12  2:58 Huaxu Wan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-03-27 16:14 [lm-sensors] 32nm Support vor drivers/hwmon/coretemp.c Michael Fuckner

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=20100412030100.GA10633@owl \
    --to=huaxu.wan@linux.intel.com \
    --cc=lm-sensors@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.