diff options
author | Guenter Roeck <linux@roeck-us.net> | 2015-03-26 02:26:28 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2015-04-05 09:00:59 -0400 |
commit | 4ee07157d690b1b824328a473816a371130de6f2 (patch) | |
tree | 7b8e1ca9bc4a357dfa5f783b48cbd453eb316e1e /Documentation/hwmon | |
parent | 7f5726c39ad469447545233f41a13d202a233d6b (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/it87 | 13 |
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. | |||
102 | Description | 106 | Description |
103 | ----------- | 107 | ----------- |
104 | 108 | ||
105 | This driver implements support for the IT8603E, IT8623E, IT8705F, IT8712F, | 109 | This driver implements support for the IT8603E, IT8623E, IT8705F, |
106 | IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E, IT8771E, | 110 | IT8712F, IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E, |
107 | IT8772E, IT8781F, IT8782F, IT8783E/F, IT8786E, and SiS950 chips. | 111 | IT8771E, IT8772E, IT8781F, IT8782F, IT8783E/F, IT8786E, IT8790E, and SiS950 |
112 | chips. | ||
108 | 113 | ||
109 | These chips are 'Super I/O chips', supporting floppy disks, infrared ports, | 114 | These chips are 'Super I/O chips', supporting floppy disks, infrared ports, |
110 | joysticks and other miscellaneous stuff. For hardware monitoring, they | 115 | joysticks 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 | |||
145 | IT8728F. It only supports 16-bit fan mode, the full speed mode of the | 150 | IT8728F. It only supports 16-bit fan mode, the full speed mode of the |
146 | fan is not supported (value 0 of pwmX_enable). | 151 | fan is not supported (value 0 of pwmX_enable). |
147 | 152 | ||
153 | The IT8790E supports up to 3 fans. 16-bit fan mode is always enabled. | ||
154 | |||
148 | Temperatures are measured in degrees Celsius. An alarm is triggered once | 155 | Temperatures are measured in degrees Celsius. An alarm is triggered once |
149 | when the Overtemperature Shutdown limit is crossed. | 156 | when the Overtemperature Shutdown limit is crossed. |
150 | 157 | ||