diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2010-10-28 14:31:42 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2010-10-28 14:31:42 -0400 |
commit | 28e7438faacbd47aaf3e3b43c3074c64be98f5be (patch) | |
tree | dbd39d62c271fe46fa0bddaa5d292c7e9f125f8f | |
parent | 628b4504cf69fbe262b41c16a4a3fd61b091d61c (diff) |
hwmon: Add tempX_emergency attribute to sysfs ABI
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
-rw-r--r-- | Documentation/hwmon/sysfs-interface | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/hwmon/sysfs-interface b/Documentation/hwmon/sysfs-interface index 48ceabedf55d..645699010551 100644 --- a/Documentation/hwmon/sysfs-interface +++ b/Documentation/hwmon/sysfs-interface | |||
@@ -309,6 +309,20 @@ temp[1-*]_crit_hyst | |||
309 | from the critical value. | 309 | from the critical value. |
310 | RW | 310 | RW |
311 | 311 | ||
312 | temp[1-*]_emergency | ||
313 | Temperature emergency max value, for chips supporting more than | ||
314 | two upper temperature limits. Must be equal or greater than | ||
315 | corresponding temp_crit values. | ||
316 | Unit: millidegree Celsius | ||
317 | RW | ||
318 | |||
319 | temp[1-*]_emergency_hyst | ||
320 | Temperature hysteresis value for emergency limit. | ||
321 | Unit: millidegree Celsius | ||
322 | Must be reported as an absolute temperature, NOT a delta | ||
323 | from the emergency value. | ||
324 | RW | ||
325 | |||
312 | temp[1-*]_lcrit Temperature critical min value, typically lower than | 326 | temp[1-*]_lcrit Temperature critical min value, typically lower than |
313 | corresponding temp_min values. | 327 | corresponding temp_min values. |
314 | Unit: millidegree Celsius | 328 | Unit: millidegree Celsius |
@@ -505,6 +519,7 @@ fan[1-*]_max_alarm | |||
505 | temp[1-*]_min_alarm | 519 | temp[1-*]_min_alarm |
506 | temp[1-*]_max_alarm | 520 | temp[1-*]_max_alarm |
507 | temp[1-*]_crit_alarm | 521 | temp[1-*]_crit_alarm |
522 | temp[1-*]_emergency_alarm | ||
508 | Limit alarm | 523 | Limit alarm |
509 | 0: no alarm | 524 | 0: no alarm |
510 | 1: alarm | 525 | 1: alarm |