summaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2015-01-17 17:10:24 -0500
committerGuenter Roeck <linux@roeck-us.net>2015-03-09 12:59:35 -0400
commit7bc32d298b0b597a0a8a6527c9929fac68524d4a (patch)
treef4132529a5e66a06d3c37ab34e51018523de8692 /Documentation/hwmon
parenta0fc74d42d2215496302a0e2c03e9f2db30cc1b7 (diff)
hwmon: (it87) Add support for IT8781F
IT8781F is mostly compatible to IT8782F. Major difference is that it only supports four instead of six UART channels, and therefore does not share the uart6 pins. Reviewed-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r--Documentation/hwmon/it8722
1 files changed, 13 insertions, 9 deletions
diff --git a/Documentation/hwmon/it87 b/Documentation/hwmon/it87
index fe80e9adebfa..8e192fff10f4 100644
--- a/Documentation/hwmon/it87
+++ b/Documentation/hwmon/it87
@@ -42,6 +42,10 @@ Supported chips:
42 Prefix: 'it8772' 42 Prefix: 'it8772'
43 Addresses scanned: from Super I/O config space (8 I/O ports) 43 Addresses scanned: from Super I/O config space (8 I/O ports)
44 Datasheet: Not publicly available 44 Datasheet: Not publicly available
45 * IT8781F
46 Prefix: 'it8781'
47 Addresses scanned: from Super I/O config space (8 I/O ports)
48 Datasheet: Not publicly available
45 * IT8782F 49 * IT8782F
46 Prefix: 'it8782' 50 Prefix: 'it8782'
47 Addresses scanned: from Super I/O config space (8 I/O ports) 51 Addresses scanned: from Super I/O config space (8 I/O ports)
@@ -96,7 +100,7 @@ Description
96 100
97This driver implements support for the IT8603E, IT8623E, IT8705F, IT8712F, 101This driver implements support for the IT8603E, IT8623E, IT8705F, IT8712F,
98IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E, IT8771E, 102IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E, IT8771E,
99IT8772E, IT8782F, IT8783E/F, and SiS950 chips. 103IT8772E, IT8781F, IT8782F, IT8783E/F, and SiS950 chips.
100 104
101These chips are 'Super I/O chips', supporting floppy disks, infrared ports, 105These chips are 'Super I/O chips', supporting floppy disks, infrared ports,
102joysticks and other miscellaneous stuff. For hardware monitoring, they 106joysticks and other miscellaneous stuff. For hardware monitoring, they
@@ -120,11 +124,11 @@ The IT8716F, IT8718F, IT8720F, IT8721F/IT8758E and later IT8712F revisions
120have support for 2 additional fans. The additional fans are supported by the 124have support for 2 additional fans. The additional fans are supported by the
121driver. 125driver.
122 126
123The IT8716F, IT8718F, IT8720F, IT8721F/IT8758E, IT8782F, IT8783E/F, and late 127The IT8716F, IT8718F, IT8720F, IT8721F/IT8758E, IT8781F, IT8782F, IT8783E/F,
124IT8712F and IT8705F also have optional 16-bit tachometer counters for fans 1 to 128and late IT8712F and IT8705F also have optional 16-bit tachometer counters
1253. This is better (no more fan clock divider mess) but not compatible with the 129for fans 1 to 3. This is better (no more fan clock divider mess) but not
126older chips and revisions. The 16-bit tachometer mode is enabled by the driver 130compatible with the older chips and revisions. The 16-bit tachometer mode
127when one of the above chips is detected. 131is enabled by the driver when one of the above chips is detected.
128 132
129The IT8726F is just bit enhanced IT8716F with additional hardware 133The IT8726F is just bit enhanced IT8716F with additional hardware
130for AMD power sequencing. Therefore the chip will appear as IT8716F 134for AMD power sequencing. Therefore the chip will appear as IT8716F
@@ -156,10 +160,10 @@ inputs can measure voltages between 0 and 4.08 volts, with a resolution of
1560.016 volt (except IT8603E, IT8721F/IT8758E and IT8728F: 0.012 volt.) The 1600.016 volt (except IT8603E, IT8721F/IT8758E and IT8728F: 0.012 volt.) The
157battery voltage in8 does not have limit registers. 161battery voltage in8 does not have limit registers.
158 162
159On the IT8603E, IT8721F/IT8758E, IT8782F, and IT8783E/F, some voltage inputs 163On the IT8603E, IT8721F/IT8758E, IT8781F, IT8782F, and IT8783E/F, some
160are internal and scaled inside the chip: 164voltage inputs are internal and scaled inside the chip:
161* in3 (optional) 165* in3 (optional)
162* in7 (optional for IT8782F and IT8783E/F) 166* in7 (optional for IT8781F, IT8782F, and IT8783E/F)
163* in8 (always) 167* in8 (always)
164* in9 (relevant for IT8603E only) 168* in9 (relevant for IT8603E only)
165The driver handles this transparently so user-space doesn't have to care. 169The driver handles this transparently so user-space doesn't have to care.