All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH] coretemp 2/3 Add the coretemp driver
@ 2007-03-20 22:55 Rudolf Marek
  2007-03-22  9:53 ` Nicolas Boichat
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Rudolf Marek @ 2007-03-20 22:55 UTC (permalink / raw)
  To: lm-sensors

Hello Jean,

This is just the fixed version of the driver (the small typo Nicolas pointed 
out). Please can you test/apply to your stack once we know it is OK and once the 
1/3 patch is applied?

Thanks,

This patch adds the support for the digital temperature sensor found in recent 
Intel Core CPUs.

Signed-off-by: Rudolf Marek <r.marek at assembler.cz>

Rudolf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: add-coretemp-driver.patch
Type: text/x-patch
Size: 12657 bytes
Desc: not available
Url : http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20070320/13d3ad68/attachment.bin 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [lm-sensors] [PATCH] coretemp 2/3 Add the coretemp driver
  2007-03-20 22:55 [lm-sensors] [PATCH] coretemp 2/3 Add the coretemp driver Rudolf Marek
@ 2007-03-22  9:53 ` Nicolas Boichat
  2007-03-25 12:41 ` Jean Delvare
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Nicolas Boichat @ 2007-03-22  9:53 UTC (permalink / raw)
  To: lm-sensors

Rudolf Marek wrote:
> Hello Jean,
> 
> This is just the fixed version of the driver (the small typo Nicolas
> pointed out). Please can you test/apply to your stack once we know it is
> OK and once the 1/3 patch is applied?
> 
> Thanks,
> 
> This patch adds the support for the digital temperature sensor found in
> recent Intel Core CPUs.
> 
> Signed-off-by: Rudolf Marek <r.marek at assembler.cz>

Tested on my Macbook Pro (Core Duo), works fine.

Best regards,

Nicolas


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [lm-sensors] [PATCH] coretemp 2/3 Add the coretemp driver
  2007-03-20 22:55 [lm-sensors] [PATCH] coretemp 2/3 Add the coretemp driver Rudolf Marek
  2007-03-22  9:53 ` Nicolas Boichat
@ 2007-03-25 12:41 ` Jean Delvare
  2007-03-29 23:16 ` George T. Joseph (development)
  2007-03-31 13:21 ` Jean Delvare
  3 siblings, 0 replies; 5+ messages in thread
From: Jean Delvare @ 2007-03-25 12:41 UTC (permalink / raw)
  To: lm-sensors

On Tue, 20 Mar 2007 23:55:12 +0100, Rudolf Marek wrote:
> Hello Jean,
> 
> This is just the fixed version of the driver (the small typo Nicolas pointed 
> out). Please can you test/apply to your stack once we know it is OK and once the 
> 1/3 patch is applied?
> 
> Thanks,
> 
> This patch adds the support for the digital temperature sensor found in recent 
> Intel Core CPUs.
> 
> Signed-off-by: Rudolf Marek <r.marek at assembler.cz>

Applied, thanks.

-- 
Jean Delvare


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [lm-sensors] [PATCH] coretemp 2/3 Add the coretemp driver
  2007-03-20 22:55 [lm-sensors] [PATCH] coretemp 2/3 Add the coretemp driver Rudolf Marek
  2007-03-22  9:53 ` Nicolas Boichat
  2007-03-25 12:41 ` Jean Delvare
@ 2007-03-29 23:16 ` George T. Joseph (development)
  2007-03-31 13:21 ` Jean Delvare
  3 siblings, 0 replies; 5+ messages in thread
From: George T. Joseph (development) @ 2007-03-29 23:16 UTC (permalink / raw)
  To: lm-sensors

This may be a little late, but how about a module parameter that sets
tjmax (and suppresses the warning). This way if the detection logic
fails for some reason, the driver can still be used if the user knows
what the tjmax for their processor is.

> -----Original Message-----
> From: lm-sensors-bounces@lm-sensors.org 
> [mailto:lm-sensors-bounces@lm-sensors.org] On Behalf Of Rudolf Marek
> Sent: Tuesday, March 20, 2007 4:55 PM
> To: LM Sensors
> Cc: bytes@linuxgazette.net; Alexey Dobriyan; 
> nicolas@boichat.ch; jpiszcz@lucidpixels.com
> Subject: [lm-sensors] [PATCH] coretemp 2/3 Add the coretemp driver
> 
> Hello Jean,
> 
> This is just the fixed version of the driver (the small typo 
> Nicolas pointed 
> out). Please can you test/apply to your stack once we know it 
> is OK and once the 
> 1/3 patch is applied?
> 
> Thanks,
> 
> This patch adds the support for the digital temperature 
> sensor found in recent 
> Intel Core CPUs.
> 
> Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
> 
> Rudolf
> 

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [lm-sensors] [PATCH] coretemp 2/3 Add the coretemp driver
  2007-03-20 22:55 [lm-sensors] [PATCH] coretemp 2/3 Add the coretemp driver Rudolf Marek
                   ` (2 preceding siblings ...)
  2007-03-29 23:16 ` George T. Joseph (development)
@ 2007-03-31 13:21 ` Jean Delvare
  3 siblings, 0 replies; 5+ messages in thread
From: Jean Delvare @ 2007-03-31 13:21 UTC (permalink / raw)
  To: lm-sensors

Hi George,

On Thu, 29 Mar 2007 17:16:32 -0600, George T. Joseph wrote:
> This may be a little late, but how about a module parameter that sets
> tjmax (and suppresses the warning). This way if the detection logic
> fails for some reason, the driver can still be used if the user knows
> what the tjmax for their processor is.

If this is only an option, I guess it cannot hurt. I have no strong
opinion on the feature itself, Rudolf will know better. But at any
rate, it's not too late - open source code is _meant_ to be improved
over time.

-- 
Jean Delvare

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-03-31 13:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-20 22:55 [lm-sensors] [PATCH] coretemp 2/3 Add the coretemp driver Rudolf Marek
2007-03-22  9:53 ` Nicolas Boichat
2007-03-25 12:41 ` Jean Delvare
2007-03-29 23:16 ` George T. Joseph (development)
2007-03-31 13:21 ` Jean Delvare

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.