aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2015-03-26 02:26:28 -0400
committerGuenter Roeck <linux@roeck-us.net>2015-04-05 09:00:59 -0400
commit4ee07157d690b1b824328a473816a371130de6f2 (patch)
tree7b8e1ca9bc4a357dfa5f783b48cbd453eb316e1e /Documentation/hwmon
parent7f5726c39ad469447545233f41a13d202a233d6b (diff)
hwmon: (it87) Add support for IT8790E
IT8790E is a super-IO chip with three fan tachometers. It is mostly compatible to IT8728F, but only supports three fan tachometers instead of five. 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/it8713
1 files changed, 10 insertions, 3 deletions
diff --git a/Documentation/hwmon/it87 b/Documentation/hwmon/it87
index 19fbe775ae10..91e8f011dacf 100644
--- a/Documentation/hwmon/it87
+++ b/Documentation/hwmon/it87
@@ -58,6 +58,10 @@ Supported chips:
58 Prefix: 'it8786' 58 Prefix: 'it8786'
59 Addresses scanned: from Super I/O config space (8 I/O ports) 59 Addresses scanned: from Super I/O config space (8 I/O ports)
60 Datasheet: Not publicly available 60 Datasheet: Not publicly available
61 * IT8790E
62 Prefix: 'it8790'
63 Addresses scanned: from Super I/O config space (8 I/O ports)
64 Datasheet: Not publicly available
61 * SiS950 [clone of IT8705F] 65 * SiS950 [clone of IT8705F]
62 Prefix: 'it87' 66 Prefix: 'it87'
63 Addresses scanned: from Super I/O config space (8 I/O ports) 67 Addresses scanned: from Super I/O config space (8 I/O ports)
@@ -102,9 +106,10 @@ motherboard models.
102Description 106Description
103----------- 107-----------
104 108
105This driver implements support for the IT8603E, IT8623E, IT8705F, IT8712F, 109This driver implements support for the IT8603E, IT8623E, IT8705F,
106IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E, IT8771E, 110IT8712F, IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E,
107IT8772E, IT8781F, IT8782F, IT8783E/F, IT8786E, and SiS950 chips. 111IT8771E, IT8772E, IT8781F, IT8782F, IT8783E/F, IT8786E, IT8790E, and SiS950
112chips.
108 113
109These chips are 'Super I/O chips', supporting floppy disks, infrared ports, 114These chips are 'Super I/O chips', supporting floppy disks, infrared ports,
110joysticks and other miscellaneous stuff. For hardware monitoring, they 115joysticks and other miscellaneous stuff. For hardware monitoring, they
@@ -145,6 +150,8 @@ The IT8603E/IT8623E is a custom design, hardware monitoring part is similar to
145IT8728F. It only supports 16-bit fan mode, the full speed mode of the 150IT8728F. It only supports 16-bit fan mode, the full speed mode of the
146fan is not supported (value 0 of pwmX_enable). 151fan is not supported (value 0 of pwmX_enable).
147 152
153The IT8790E supports up to 3 fans. 16-bit fan mode is always enabled.
154
148Temperatures are measured in degrees Celsius. An alarm is triggered once 155Temperatures are measured in degrees Celsius. An alarm is triggered once
149when the Overtemperature Shutdown limit is crossed. 156when the Overtemperature Shutdown limit is crossed.
150 157