All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH 2/3] coretemp driver
@ 2006-10-15 20:32 Rudolf Marek
  2006-10-17 21:31 ` Rudolf Marek
  2006-12-10 17:50 ` Rudolf Marek
  0 siblings, 2 replies; 3+ messages in thread
From: Rudolf Marek @ 2006-10-15 20:32 UTC (permalink / raw)
  To: lm-sensors

Hello all,

Here comes the updated coretemp driver, minor fixes, added the special sysfs
file temp1_label to with content of "Core X" to handle the dynamic labels -
which would be nice to have in future.

Please test the driver, as I still do not have access to any Core based system
(hopefully soon I will).

Thanks,
Rudolf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: add-coretemp-driver.patch
Type: text/x-patch
Size: 11830 bytes
Desc: not available
Url : http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20061015/46dc8727/attachment-0001.bin 

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

* [lm-sensors] [PATCH 2/3] coretemp driver
  2006-10-15 20:32 [lm-sensors] [PATCH 2/3] coretemp driver Rudolf Marek
@ 2006-10-17 21:31 ` Rudolf Marek
  2006-12-10 17:50 ` Rudolf Marek
  1 sibling, 0 replies; 3+ messages in thread
From: Rudolf Marek @ 2006-10-17 21:31 UTC (permalink / raw)
  To: lm-sensors

Hello all,

I fixed the missing header include and also this version of driver uses msr_read 
  intead of do_rdmsr. So the new driver coretemp should now hopefully compile 
without problems.

This version along with the msr patch should now compile cleanly on the x68_64, 
but I dont know if on i386. Anyone with 32bit gcc around?

Thanks,
Regards
Rudolf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: add-coretemp-driver.patch
Type: text/x-patch
Size: 11854 bytes
Desc: not available
Url : http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20061017/759c6d1b/attachment-0001.bin 

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

* [lm-sensors] [PATCH 2/3] coretemp driver
  2006-10-15 20:32 [lm-sensors] [PATCH 2/3] coretemp driver Rudolf Marek
  2006-10-17 21:31 ` Rudolf Marek
@ 2006-12-10 17:50 ` Rudolf Marek
  1 sibling, 0 replies; 3+ messages in thread
From: Rudolf Marek @ 2006-12-10 17:50 UTC (permalink / raw)
  To: lm-sensors

Hello all,

I fixed the issue reported by George (BUG: using smp_processor_id() in
preemptible [00000001] code: modprobe/2279)

I'm attaching fixed version, it is just compile tested but I believe it will work.

if (current_cpu_data.x86_vendor != X86_VENDOR_INTEL)

Changed to:
     if (cpu_data[0].x86_vendor != X86_VENDOR_INTEL)

I need to check any CPU here, so I  got rid of the smp_processor_id which is
hidden in current_cpu_data.

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

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

Rudolf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: add-coretemp-driver.patch
Type: text/x-diff
Size: 11913 bytes
Desc: not available
Url : http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20061210/6babb53d/attachment.bin 

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

end of thread, other threads:[~2006-12-10 17:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-15 20:32 [lm-sensors] [PATCH 2/3] coretemp driver Rudolf Marek
2006-10-17 21:31 ` Rudolf Marek
2006-12-10 17:50 ` Rudolf Marek

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.