aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon/nct6775
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2014-11-17 06:43:55 -0800
committerGuenter Roeck <linux@roeck-us.net>2014-11-30 20:13:13 -0800
commitb6e6dd8e9f6adf9765db2bb93e6a11f92811369a (patch)
tree997d6cee768beb872fecc2d7f4cfd4753cbb2be1 /Documentation/hwmon/nct6775
parenthwmon: (lm75) Add support for the NXP LM75B (diff)
downloadlinux-dev-b6e6dd8e9f6adf9765db2bb93e6a11f92811369a.tar.xz
linux-dev-b6e6dd8e9f6adf9765db2bb93e6a11f92811369a.zip
hwmon: (nct6775) Documentation updates
Document support for NCT6102D/NCT6104D/NCT6106D and NCT6791D. Document that NCT5573D is compatible to NCT6775F with the same chip ID. Reviewed-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to '')
-rw-r--r--Documentation/hwmon/nct677510
1 files changed, 9 insertions, 1 deletions
diff --git a/Documentation/hwmon/nct6775 b/Documentation/hwmon/nct6775
index 4e9ef60e8c6c..345d11a2b526 100644
--- a/Documentation/hwmon/nct6775
+++ b/Documentation/hwmon/nct6775
@@ -8,11 +8,15 @@ Kernel driver NCT6775
=====================
Supported chips:
+ * Nuvoton NCT6102D/NCT6104D/NCT6106D
+ Prefix: 'nct6106'
+ Addresses scanned: ISA address retrieved from Super I/O registers
+ Datasheet: Available from the Nuvoton web site
* Nuvoton NCT5572D/NCT6771F/NCT6772F/NCT6775F/W83677HG-I
Prefix: 'nct6775'
Addresses scanned: ISA address retrieved from Super I/O registers
Datasheet: Available from Nuvoton upon request
- * Nuvoton NCT5577D/NCT6776D/NCT6776F
+ * Nuvoton NCT5573D/NCT5577D/NCT6776D/NCT6776F
Prefix: 'nct6776'
Addresses scanned: ISA address retrieved from Super I/O registers
Datasheet: Available from Nuvoton upon request
@@ -20,6 +24,10 @@ Supported chips:
Prefix: 'nct6779'
Addresses scanned: ISA address retrieved from Super I/O registers
Datasheet: Available from Nuvoton upon request
+ * Nuvoton NCT6791D
+ Prefix: 'nct6791'
+ Addresses scanned: ISA address retrieved from Super I/O registers
+ Datasheet: Available from Nuvoton upon request
Authors:
Guenter Roeck <linux@roeck-us.net>