diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-06-29 22:38:45 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-11-30 23:13:13 -0500 |
commit | 3434f37835804331dd505722cd0010d708305837 (patch) | |
tree | 8c4b57c8a51e2cf5e81ce42f45776eb7e2ad52c4 /Documentation/hwmon/nct7802 | |
parent | 3bdec670df30d515b51ab41452a9cf86a956f7e8 (diff) |
hwmon: Driver for Nuvoton NCT7802Y
NCT7802Y is an I2C based hardware monitoring chip from Nuvoton.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon/nct7802')
-rw-r--r-- | Documentation/hwmon/nct7802 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Documentation/hwmon/nct7802 b/Documentation/hwmon/nct7802 new file mode 100644 index 000000000000..2e00f5e344bc --- /dev/null +++ b/Documentation/hwmon/nct7802 | |||
@@ -0,0 +1,32 @@ | |||
1 | Kernel driver nct7802 | ||
2 | ===================== | ||
3 | |||
4 | Supported chips: | ||
5 | * Nuvoton NCT7802Y | ||
6 | Prefix: 'nct7802' | ||
7 | Addresses scanned: I2C 0x28..0x2f | ||
8 | Datasheet: Available from Nuvoton web site | ||
9 | |||
10 | Authors: | ||
11 | Guenter Roeck <linux@roeck-us.net> | ||
12 | |||
13 | Description | ||
14 | ----------- | ||
15 | |||
16 | This driver implements support for the Nuvoton NCT7802Y hardware monitoring | ||
17 | chip. NCT7802Y supports 6 temperature sensors, 5 voltage sensors, and 3 fan | ||
18 | speed sensors. | ||
19 | |||
20 | The chip also supports intelligent fan speed control. This functionality is | ||
21 | not currently supported by the driver. | ||
22 | |||
23 | Tested Boards and BIOS Versions | ||
24 | ------------------------------- | ||
25 | |||
26 | The driver has been reported to work with the following boards and | ||
27 | BIOS versions. | ||
28 | |||
29 | Board BIOS version | ||
30 | --------------------------------------------------------------- | ||
31 | Kontron COMe-bSC2 CHR2E934.001.GGO | ||
32 | Kontron COMe-bIP2 CCR2E212 | ||