diff options
author | Guenter Roeck <linux@roeck-us.net> | 2015-01-17 17:10:24 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2015-03-09 12:59:35 -0400 |
commit | 7bc32d298b0b597a0a8a6527c9929fac68524d4a (patch) | |
tree | f4132529a5e66a06d3c37ab34e51018523de8692 /Documentation/hwmon | |
parent | a0fc74d42d2215496302a0e2c03e9f2db30cc1b7 (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/it87 | 22 |
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 | ||
97 | This driver implements support for the IT8603E, IT8623E, IT8705F, IT8712F, | 101 | This driver implements support for the IT8603E, IT8623E, IT8705F, IT8712F, |
98 | IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E, IT8771E, | 102 | IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E, IT8771E, |
99 | IT8772E, IT8782F, IT8783E/F, and SiS950 chips. | 103 | IT8772E, IT8781F, IT8782F, IT8783E/F, and SiS950 chips. |
100 | 104 | ||
101 | These chips are 'Super I/O chips', supporting floppy disks, infrared ports, | 105 | These chips are 'Super I/O chips', supporting floppy disks, infrared ports, |
102 | joysticks and other miscellaneous stuff. For hardware monitoring, they | 106 | joysticks and other miscellaneous stuff. For hardware monitoring, they |
@@ -120,11 +124,11 @@ The IT8716F, IT8718F, IT8720F, IT8721F/IT8758E and later IT8712F revisions | |||
120 | have support for 2 additional fans. The additional fans are supported by the | 124 | have support for 2 additional fans. The additional fans are supported by the |
121 | driver. | 125 | driver. |
122 | 126 | ||
123 | The IT8716F, IT8718F, IT8720F, IT8721F/IT8758E, IT8782F, IT8783E/F, and late | 127 | The IT8716F, IT8718F, IT8720F, IT8721F/IT8758E, IT8781F, IT8782F, IT8783E/F, |
124 | IT8712F and IT8705F also have optional 16-bit tachometer counters for fans 1 to | 128 | and late IT8712F and IT8705F also have optional 16-bit tachometer counters |
125 | 3. This is better (no more fan clock divider mess) but not compatible with the | 129 | for fans 1 to 3. This is better (no more fan clock divider mess) but not |
126 | older chips and revisions. The 16-bit tachometer mode is enabled by the driver | 130 | compatible with the older chips and revisions. The 16-bit tachometer mode |
127 | when one of the above chips is detected. | 131 | is enabled by the driver when one of the above chips is detected. |
128 | 132 | ||
129 | The IT8726F is just bit enhanced IT8716F with additional hardware | 133 | The IT8726F is just bit enhanced IT8716F with additional hardware |
130 | for AMD power sequencing. Therefore the chip will appear as IT8716F | 134 | for 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 | |||
156 | 0.016 volt (except IT8603E, IT8721F/IT8758E and IT8728F: 0.012 volt.) The | 160 | 0.016 volt (except IT8603E, IT8721F/IT8758E and IT8728F: 0.012 volt.) The |
157 | battery voltage in8 does not have limit registers. | 161 | battery voltage in8 does not have limit registers. |
158 | 162 | ||
159 | On the IT8603E, IT8721F/IT8758E, IT8782F, and IT8783E/F, some voltage inputs | 163 | On the IT8603E, IT8721F/IT8758E, IT8781F, IT8782F, and IT8783E/F, some |
160 | are internal and scaled inside the chip: | 164 | voltage 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) |
165 | The driver handles this transparently so user-space doesn't have to care. | 169 | The driver handles this transparently so user-space doesn't have to care. |