aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon
diff options
context:
space:
mode:
authorGuenter Roeck <guenter.roeck@ericsson.com>2011-02-07 18:08:54 -0500
committerGuenter Roeck <guenter.roeck@ericsson.com>2011-03-15 01:39:14 -0400
commitd36cf32c9a6c4ffea8f2108a05defb55800f9215 (patch)
tree7d663ef2b91947314d6b39d1af83ec6c4c5d823c /Documentation/hwmon
parent83cc8985b82dff2ef85987a8481a92aab1b33323 (diff)
hwmon: (w83627ehf) Improve support for W83667HG-B
Add support for 4th temperature sensor on W83677HG-B. Display temperature labels on W83677HG-B to report temperature sources. Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Acked-by: Ian Dobson <i.dobson@planet-ian.com>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r--Documentation/hwmon/w83627ehf19
1 files changed, 12 insertions, 7 deletions
diff --git a/Documentation/hwmon/w83627ehf b/Documentation/hwmon/w83627ehf
index 13d556112fc..064301944d4 100644
--- a/Documentation/hwmon/w83627ehf
+++ b/Documentation/hwmon/w83627ehf
@@ -39,16 +39,21 @@ This driver implements support for the Winbond W83627EHF, W83627EHG,
39W83627DHG, W83627DHG-P, W83667HG and W83667HG-B super I/O chips. 39W83627DHG, W83627DHG-P, W83667HG and W83667HG-B super I/O chips.
40We will refer to them collectively as Winbond chips. 40We will refer to them collectively as Winbond chips.
41 41
42The chips implement three temperature sensors, five fan rotation 42The chips implement three temperature sensors (up to four for 667HG-B),
43speed sensors, ten analog voltage sensors (only nine for the 627DHG), one 43five fan rotation speed sensors, ten analog voltage sensors (only nine for the
44VID (6 pins for the 627EHF/EHG, 8 pins for the 627DHG and 667HG), alarms 44627DHG), one VID (6 pins for the 627EHF/EHG, 8 pins for the 627DHG and 667HG),
45with beep warnings (control unimplemented), and some automatic fan 45alarms with beep warnings (control unimplemented), and some automatic fan
46regulation strategies (plus manual fan control mode). 46regulation strategies (plus manual fan control mode).
47 47
48The temperature sensor sources on W82677HG-B are configurable. temp4 is only
49reported if its temperature source differs from the temperature sources of the
50other three temperature sensors. The configured source for each of the
51temperature sensors is reported in tempX_label.
52
48Temperatures are measured in degrees Celsius and measurement resolution is 1 53Temperatures are measured in degrees Celsius and measurement resolution is 1
49degC for temp1 and 0.5 degC for temp2 and temp3. An alarm is triggered when 54degC for temp1 and temp4, and 0.5 degC for temp2 and temp3. An alarm is
50the temperature gets higher than high limit; it stays on until the temperature 55triggered when the temperature gets higher than high limit; it stays on until
51falls below the hysteresis value. 56the temperature falls below the hysteresis value.
52 57
53Fan rotation speeds are reported in RPM (rotations per minute). An alarm is 58Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
54triggered if the rotation speed has dropped below a programmable limit. Fan 59triggered if the rotation speed has dropped below a programmable limit. Fan