diff options
Diffstat (limited to 'Documentation/hwmon/sysfs-interface')
-rw-r--r-- | Documentation/hwmon/sysfs-interface | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Documentation/hwmon/sysfs-interface b/Documentation/hwmon/sysfs-interface index 2f10ce6a879f..dcbd502c8792 100644 --- a/Documentation/hwmon/sysfs-interface +++ b/Documentation/hwmon/sysfs-interface | |||
@@ -70,6 +70,7 @@ are interpreted as 0! For more on how written strings are interpreted see the | |||
70 | [0-*] denotes any positive number starting from 0 | 70 | [0-*] denotes any positive number starting from 0 |
71 | [1-*] denotes any positive number starting from 1 | 71 | [1-*] denotes any positive number starting from 1 |
72 | RO read only value | 72 | RO read only value |
73 | WO write only value | ||
73 | RW read/write value | 74 | RW read/write value |
74 | 75 | ||
75 | Read/write values may be read-only for some chips, depending on the | 76 | Read/write values may be read-only for some chips, depending on the |
@@ -150,6 +151,11 @@ fan[1-*]_min Fan minimum value | |||
150 | Unit: revolution/min (RPM) | 151 | Unit: revolution/min (RPM) |
151 | RW | 152 | RW |
152 | 153 | ||
154 | fan[1-*]_max Fan maximum value | ||
155 | Unit: revolution/min (RPM) | ||
156 | Only rarely supported by the hardware. | ||
157 | RW | ||
158 | |||
153 | fan[1-*]_input Fan input value. | 159 | fan[1-*]_input Fan input value. |
154 | Unit: revolution/min (RPM) | 160 | Unit: revolution/min (RPM) |
155 | RO | 161 | RO |
@@ -290,6 +296,24 @@ temp[1-*]_label Suggested temperature channel label. | |||
290 | user-space. | 296 | user-space. |
291 | RO | 297 | RO |
292 | 298 | ||
299 | temp[1-*]_lowest | ||
300 | Historical minimum temperature | ||
301 | Unit: millidegree Celsius | ||
302 | RO | ||
303 | |||
304 | temp[1-*]_highest | ||
305 | Historical maximum temperature | ||
306 | Unit: millidegree Celsius | ||
307 | RO | ||
308 | |||
309 | temp[1-*]_reset_history | ||
310 | Reset temp_lowest and temp_highest | ||
311 | WO | ||
312 | |||
313 | temp_reset_history | ||
314 | Reset temp_lowest and temp_highest for all sensors | ||
315 | WO | ||
316 | |||
293 | Some chips measure temperature using external thermistors and an ADC, and | 317 | Some chips measure temperature using external thermistors and an ADC, and |
294 | report the temperature measurement as a voltage. Converting this voltage | 318 | report the temperature measurement as a voltage. Converting this voltage |
295 | back to a temperature (or the other way around for limits) requires | 319 | back to a temperature (or the other way around for limits) requires |
@@ -390,6 +414,7 @@ OR | |||
390 | in[0-*]_min_alarm | 414 | in[0-*]_min_alarm |
391 | in[0-*]_max_alarm | 415 | in[0-*]_max_alarm |
392 | fan[1-*]_min_alarm | 416 | fan[1-*]_min_alarm |
417 | fan[1-*]_max_alarm | ||
393 | temp[1-*]_min_alarm | 418 | temp[1-*]_min_alarm |
394 | temp[1-*]_max_alarm | 419 | temp[1-*]_max_alarm |
395 | temp[1-*]_crit_alarm | 420 | temp[1-*]_crit_alarm |