forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/hwmon-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/hwmon-2.6: hwmon: Fix debug messages in w83781d hwmon: Let w83781d and lm78 load again w83627ehf: Fix the detection of fan5 k8temp: Documentation update smsc47m1: List the SMSC LPC47M112 as supported hwmon: Fix documentation typos adm9240: Update Grant Coady's email address w83791d: Fix unchecked return status
- Loading branch information
Showing
14 changed files
with
124 additions
and
74 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 |
---|---|---|
|
@@ -24,7 +24,7 @@ Authors: | |
Frodo Looijaard <[email protected]>, | ||
Philip Edelbrock <[email protected]>, | ||
Michiel Rook <[email protected]>, | ||
Grant Coady <[email protected]> with guidance | ||
Grant Coady <gcoady.lk@gmail.com> with guidance | ||
from Jean Delvare <[email protected]> | ||
|
||
Interface | ||
|
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
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
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
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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* Copyright (C) 1999 Frodo Looijaard <[email protected]> | ||
* Philip Edelbrock <[email protected]> | ||
* Copyright (C) 2003 Michiel Rook <[email protected]> | ||
* Copyright (C) 2005 Grant Coady <[email protected]> with valuable | ||
* Copyright (C) 2005 Grant Coady <gcoady.lk@gmail.com> with valuable | ||
* guidance from Jean Delvare | ||
* | ||
* Driver supports Analog Devices ADM9240 | ||
|
@@ -774,7 +774,7 @@ static void __exit sensors_adm9240_exit(void) | |
} | ||
|
||
MODULE_AUTHOR("Michiel Rook <[email protected]>, " | ||
"Grant Coady <[email protected]> and others"); | ||
"Grant Coady <gcoady.lk@gmail.com> and others"); | ||
MODULE_DESCRIPTION("ADM9240/DS1780/LM81 driver"); | ||
MODULE_LICENSE("GPL"); | ||
|
||
|
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
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,8 +2,8 @@ | |
smsc47m1.c - Part of lm_sensors, Linux kernel modules | ||
for hardware monitoring | ||
Supports the SMSC LPC47B27x, LPC47M10x, LPC47M13x, LPC47M14x, | ||
LPC47M15x, LPC47M192 and LPC47M997 Super-I/O chips. | ||
Supports the SMSC LPC47B27x, LPC47M10x, LPC47M112, LPC47M13x, | ||
LPC47M14x, LPC47M15x, LPC47M192 and LPC47M997 Super-I/O chips. | ||
Copyright (C) 2002 Mark D. Studebaker <[email protected]> | ||
Copyright (C) 2004 Jean Delvare <[email protected]> | ||
|
@@ -380,8 +380,8 @@ static int __init smsc47m1_find(unsigned short *addr) | |
val = superio_inb(SUPERIO_REG_DEVID); | ||
|
||
/* | ||
* SMSC LPC47M10x/LPC47M13x (device id 0x59), LPC47M14x (device id | ||
* 0x5F) and LPC47B27x (device id 0x51) have fan control. | ||
* SMSC LPC47M10x/LPC47M112/LPC47M13x (device id 0x59), LPC47M14x | ||
* (device id 0x5F) and LPC47B27x (device id 0x51) have fan control. | ||
* The LPC47M15x and LPC47M192 chips "with hardware monitoring block" | ||
* can do much more besides (device id 0x60). | ||
* The LPC47M997 is undocumented, but seems to be compatible with | ||
|
@@ -390,7 +390,8 @@ static int __init smsc47m1_find(unsigned short *addr) | |
if (val == 0x51) | ||
printk(KERN_INFO "smsc47m1: Found SMSC LPC47B27x\n"); | ||
else if (val == 0x59) | ||
printk(KERN_INFO "smsc47m1: Found SMSC LPC47M10x/LPC47M13x\n"); | ||
printk(KERN_INFO "smsc47m1: Found SMSC " | ||
"LPC47M10x/LPC47M112/LPC47M13x\n"); | ||
else if (val == 0x5F) | ||
printk(KERN_INFO "smsc47m1: Found SMSC LPC47M14x\n"); | ||
else if (val == 0x60) | ||
|
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
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
Oops, something went wrong.