-
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.
NCT7802Y is an I2C based hardware monitoring chip from Nuvoton. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
- Loading branch information
Guenter Roeck
committed
Dec 1, 2014
1 parent
3bdec67
commit 3434f37
Showing
4 changed files
with
904 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,32 @@ | ||
Kernel driver nct7802 | ||
===================== | ||
|
||
Supported chips: | ||
* Nuvoton NCT7802Y | ||
Prefix: 'nct7802' | ||
Addresses scanned: I2C 0x28..0x2f | ||
Datasheet: Available from Nuvoton web site | ||
|
||
Authors: | ||
Guenter Roeck <linux@roeck-us.net> | ||
|
||
Description | ||
----------- | ||
|
||
This driver implements support for the Nuvoton NCT7802Y hardware monitoring | ||
chip. NCT7802Y supports 6 temperature sensors, 5 voltage sensors, and 3 fan | ||
speed sensors. | ||
|
||
The chip also supports intelligent fan speed control. This functionality is | ||
not currently supported by the driver. | ||
|
||
Tested Boards and BIOS Versions | ||
------------------------------- | ||
|
||
The driver has been reported to work with the following boards and | ||
BIOS versions. | ||
|
||
Board BIOS version | ||
--------------------------------------------------------------- | ||
Kontron COMe-bSC2 CHR2E934.001.GGO | ||
Kontron COMe-bIP2 CCR2E212 |
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
Large diffs are not rendered by default.
Oops, something went wrong.