aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon/sysfs-interface
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/hwmon/sysfs-interface')
-rw-r--r--Documentation/hwmon/sysfs-interface25
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
72RO read only value 72RO read only value
73WO write only value
73RW read/write value 74RW read/write value
74 75
75Read/write values may be read-only for some chips, depending on the 76Read/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
154fan[1-*]_max Fan maximum value
155 Unit: revolution/min (RPM)
156 Only rarely supported by the hardware.
157 RW
158
153fan[1-*]_input Fan input value. 159fan[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
299temp[1-*]_lowest
300 Historical minimum temperature
301 Unit: millidegree Celsius
302 RO
303
304temp[1-*]_highest
305 Historical maximum temperature
306 Unit: millidegree Celsius
307 RO
308
309temp[1-*]_reset_history
310 Reset temp_lowest and temp_highest
311 WO
312
313temp_reset_history
314 Reset temp_lowest and temp_highest for all sensors
315 WO
316
293Some chips measure temperature using external thermistors and an ADC, and 317Some chips measure temperature using external thermistors and an ADC, and
294report the temperature measurement as a voltage. Converting this voltage 318report the temperature measurement as a voltage. Converting this voltage
295back to a temperature (or the other way around for limits) requires 319back to a temperature (or the other way around for limits) requires
@@ -390,6 +414,7 @@ OR
390in[0-*]_min_alarm 414in[0-*]_min_alarm
391in[0-*]_max_alarm 415in[0-*]_max_alarm
392fan[1-*]_min_alarm 416fan[1-*]_min_alarm
417fan[1-*]_max_alarm
393temp[1-*]_min_alarm 418temp[1-*]_min_alarm
394temp[1-*]_max_alarm 419temp[1-*]_max_alarm
395temp[1-*]_crit_alarm 420temp[1-*]_crit_alarm