Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4660cb35 authored by Rudolf Marek's avatar Rudolf Marek Committed by Greg Kroah-Hartman
Browse files

k8temp: Documentation update



Update the documentation for the k8temp driver.

Signed-off-by: default avatarRudolf Marek <r.marek@assembler.cz>
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 6091780e
Loading
Loading
Loading
Loading
+8 −5
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@ Kernel driver k8temp
====================
====================


Supported chips:
Supported chips:
  * AMD K8 CPU
  * AMD Athlon64/FX or Opteron CPUs
    Prefix: 'k8temp'
    Prefix: 'k8temp'
    Addresses scanned: PCI space
    Addresses scanned: PCI space
    Datasheet: http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/32559.pdf
    Datasheet: http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/32559.pdf
@@ -13,10 +13,13 @@ Contact: Rudolf Marek <r.marek@sh.cvut.cz>
Description
Description
-----------
-----------


This driver permits reading temperature sensor(s) embedded inside AMD K8 CPUs.
This driver permits reading temperature sensor(s) embedded inside AMD K8
Official documentation says that it works from revision F of K8 core, but
family CPUs (Athlon64/FX, Opteron). Official documentation says that it works
in fact it seems to be implemented for all revisions of K8 except the first
from revision F of K8 core, but in fact it seems to be implemented for all
two revisions (SH-B0 and SH-B3).
revisions of K8 except the first two revisions (SH-B0 and SH-B3).

Please note that you will need at least lm-sensors 2.10.1 for proper userspace
support.


There can be up to four temperature sensors inside single CPU. The driver
There can be up to four temperature sensors inside single CPU. The driver
will auto-detect the sensors and will display only temperatures from
will auto-detect the sensors and will display only temperatures from
+6 −0
Original line number Original line Diff line number Diff line
@@ -1668,6 +1668,12 @@ M: sct@redhat.com, akpm@osdl.org
L:	ext2-devel@lists.sourceforge.net
L:	ext2-devel@lists.sourceforge.net
S:	Maintained
S:	Maintained


K8TEMP HARDWARE MONITORING DRIVER
P:	Rudolf Marek
M:	r.marek@assembler.cz
L:	lm-sensors@lm-sensors.org
S:	Maintained

KCONFIG
KCONFIG
P:	Roman Zippel
P:	Roman Zippel
M:	zippel@linux-m68k.org
M:	zippel@linux-m68k.org
+4 −2
Original line number Original line Diff line number Diff line
@@ -95,11 +95,13 @@ config SENSORS_ADM9240
	  will be called adm9240.
	  will be called adm9240.


config SENSORS_K8TEMP
config SENSORS_K8TEMP
	tristate "AMD K8 processor sensor"
	tristate "AMD Athlon64/FX or Opteron temperature sensor"
	depends on HWMON && X86 && PCI && EXPERIMENTAL
	depends on HWMON && X86 && PCI && EXPERIMENTAL
	help
	help
	  If you say yes here you get support for the temperature
	  If you say yes here you get support for the temperature
	  sensor(s) inside your AMD K8 CPU.
	  sensor(s) inside your CPU. Supported is whole AMD K8
	  microarchitecture. Please note that you will need at least
	  lm-sensors 2.10.1 for proper userspace support.


	  This driver can also be built as a module.  If so, the module
	  This driver can also be built as a module.  If so, the module
	  will be called k8temp.
	  will be called k8temp.