forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the documentation for the k8temp driver. Signed-off-by: Rudolf Marek <[email protected]> Signed-off-by: Jean Delvare <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information
Showing
3 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Kernel driver k8temp | |
==================== | ||
|
||
Supported chips: | ||
* AMD K8 CPU | ||
* AMD Athlon64/FX or Opteron CPUs | ||
Prefix: 'k8temp' | ||
Addresses scanned: PCI space | ||
Datasheet: http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/32559.pdf | ||
|
@@ -13,10 +13,13 @@ Contact: Rudolf Marek <[email protected]> | |
Description | ||
----------- | ||
|
||
This driver permits reading temperature sensor(s) embedded inside AMD K8 CPUs. | ||
Official documentation says that it works from revision F of K8 core, but | ||
in fact it seems to be implemented for all revisions of K8 except the first | ||
two revisions (SH-B0 and SH-B3). | ||
This driver permits reading temperature sensor(s) embedded inside AMD K8 | ||
family CPUs (Athlon64/FX, Opteron). Official documentation says that it works | ||
from revision F of K8 core, but in fact it seems to be implemented for all | ||
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 | ||
will auto-detect the sensors and will display only temperatures from | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1668,6 +1668,12 @@ M: [email protected], [email protected] | |
L: [email protected] | ||
S: Maintained | ||
|
||
K8TEMP HARDWARE MONITORING DRIVER | ||
P: Rudolf Marek | ||
M: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
|
||
KCONFIG | ||
P: Roman Zippel | ||
M: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters