-
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.
SMSC SCH5627 Super I/O chips include complete hardware monitoring capabilities. They can monitor up to 5 voltages, 4 fans and 8 temperatures. The hardware monitoring part of the SMSC SCH5627 is accessed by talking through an embedded microcontroller. An application note describing the protocol for communicating with the microcontroller is available upon request. Please mail me if you want a copy. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
- Loading branch information
Hans de Goede
authored and
Jean Delvare
committed
Mar 21, 2011
1 parent
93d0cc5
commit a98d506
Showing
5 changed files
with
897 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Kernel driver sch5627 | ||
===================== | ||
|
||
Supported chips: | ||
* SMSC SCH5627 | ||
Prefix: 'sch5627' | ||
Addresses scanned: none, address read from Super I/O config space | ||
Datasheet: Application Note available upon request | ||
|
||
Author: Hans de Goede <hdegoede@redhat.com> | ||
|
||
|
||
Description | ||
----------- | ||
|
||
SMSC SCH5627 Super I/O chips include complete hardware monitoring | ||
capabilities. They can monitor up to 5 voltages, 4 fans and 8 temperatures. | ||
|
||
The hardware monitoring part of the SMSC SCH5627 is accessed by talking | ||
through an embedded microcontroller. An application note describing the | ||
protocol for communicating with the microcontroller is available upon | ||
request. Please mail me if you want a copy. |
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
Oops, something went wrong.