diff options
author | Thomas Lorblanches <zlika_ese@hotmail.com> | 2015-02-13 07:19:06 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2015-03-09 12:59:36 -0400 |
commit | a0c1424acb16326d9b741be8db7a3e776fc28b19 (patch) | |
tree | 5d066bd4cd5e27308ba4bd6f7bbc8f51b49c0716 /Documentation/hwmon/it87 | |
parent | 32dd7c409d52655c4ab68be8e0cdd0985c3fa138 (diff) |
hwmon: (it87) Add support for IT8786E
IT8786E is mostly compatible with IT8771 / IT8772.
Parameters determined by testing various combinations.
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Thomas Lorblanches <zlika_ese@hotmail.com>
[Guenter Roeck: merged from github, addressed review comments]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon/it87')
-rw-r--r-- | Documentation/hwmon/it87 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/hwmon/it87 b/Documentation/hwmon/it87 index 8e192fff10f4..19fbe775ae10 100644 --- a/Documentation/hwmon/it87 +++ b/Documentation/hwmon/it87 | |||
@@ -54,6 +54,10 @@ Supported chips: | |||
54 | Prefix: 'it8783' | 54 | Prefix: 'it8783' |
55 | Addresses scanned: from Super I/O config space (8 I/O ports) | 55 | Addresses scanned: from Super I/O config space (8 I/O ports) |
56 | Datasheet: Not publicly available | 56 | Datasheet: Not publicly available |
57 | * IT8786E | ||
58 | Prefix: 'it8786' | ||
59 | Addresses scanned: from Super I/O config space (8 I/O ports) | ||
60 | Datasheet: Not publicly available | ||
57 | * SiS950 [clone of IT8705F] | 61 | * SiS950 [clone of IT8705F] |
58 | Prefix: 'it87' | 62 | Prefix: 'it87' |
59 | Addresses scanned: from Super I/O config space (8 I/O ports) | 63 | Addresses scanned: from Super I/O config space (8 I/O ports) |
@@ -100,7 +104,7 @@ Description | |||
100 | 104 | ||
101 | This driver implements support for the IT8603E, IT8623E, IT8705F, IT8712F, | 105 | This driver implements support for the IT8603E, IT8623E, IT8705F, IT8712F, |
102 | IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E, IT8771E, | 106 | IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E, IT8771E, |
103 | IT8772E, IT8781F, IT8782F, IT8783E/F, and SiS950 chips. | 107 | IT8772E, IT8781F, IT8782F, IT8783E/F, IT8786E, and SiS950 chips. |
104 | 108 | ||
105 | These chips are 'Super I/O chips', supporting floppy disks, infrared ports, | 109 | These chips are 'Super I/O chips', supporting floppy disks, infrared ports, |
106 | joysticks and other miscellaneous stuff. For hardware monitoring, they | 110 | joysticks and other miscellaneous stuff. For hardware monitoring, they |