aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon/nct6775
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2014-11-17 09:43:55 -0500
committerGuenter Roeck <linux@roeck-us.net>2014-11-30 23:13:13 -0500
commitb6e6dd8e9f6adf9765db2bb93e6a11f92811369a (patch)
tree997d6cee768beb872fecc2d7f4cfd4753cbb2be1 /Documentation/hwmon/nct6775
parent799fc6021430243592ea8390aa4865713a12fd5f (diff)
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 'Documentation/hwmon/nct6775')
-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
8===================== 8=====================
9 9
10Supported chips: 10Supported chips:
11 * Nuvoton NCT6102D/NCT6104D/NCT6106D
12 Prefix: 'nct6106'
13 Addresses scanned: ISA address retrieved from Super I/O registers
14 Datasheet: Available from the Nuvoton web site
11 * Nuvoton NCT5572D/NCT6771F/NCT6772F/NCT6775F/W83677HG-I 15 * Nuvoton NCT5572D/NCT6771F/NCT6772F/NCT6775F/W83677HG-I
12 Prefix: 'nct6775' 16 Prefix: 'nct6775'
13 Addresses scanned: ISA address retrieved from Super I/O registers 17 Addresses scanned: ISA address retrieved from Super I/O registers
14 Datasheet: Available from Nuvoton upon request 18 Datasheet: Available from Nuvoton upon request
15 * Nuvoton NCT5577D/NCT6776D/NCT6776F 19 * Nuvoton NCT5573D/NCT5577D/NCT6776D/NCT6776F
16 Prefix: 'nct6776' 20 Prefix: 'nct6776'
17 Addresses scanned: ISA address retrieved from Super I/O registers 21 Addresses scanned: ISA address retrieved from Super I/O registers
18 Datasheet: Available from Nuvoton upon request 22 Datasheet: Available from Nuvoton upon request
@@ -20,6 +24,10 @@ Supported chips:
20 Prefix: 'nct6779' 24 Prefix: 'nct6779'
21 Addresses scanned: ISA address retrieved from Super I/O registers 25 Addresses scanned: ISA address retrieved from Super I/O registers
22 Datasheet: Available from Nuvoton upon request 26 Datasheet: Available from Nuvoton upon request
27 * Nuvoton NCT6791D
28 Prefix: 'nct6791'
29 Addresses scanned: ISA address retrieved from Super I/O registers
30 Datasheet: Available from Nuvoton upon request
23 31
24Authors: 32Authors:
25 Guenter Roeck <linux@roeck-us.net> 33 Guenter Roeck <linux@roeck-us.net>