Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ABI: sysfs-class-hwmon: add a description for tempY_crit_alarm

Such ABI symbol is currently not described. Document it.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/a14f98e1b23ea14cf14da3c3169955343ec28bbe.1632994837.git.mchehab+huawei@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Mauro Carvalho Chehab and committed by
Greg Kroah-Hartman
365b5d63 036d6a4e

+14
+14
Documentation/ABI/testing/sysfs-class-hwmon
··· 410 410 411 411 RW 412 412 413 + What: /sys/class/hwmon/hwmonX/tempY_crit_alarm 414 + Description: 415 + Critical high temperature alarm flag. 416 + 417 + - 0: OK 418 + - 1: temperature has reached tempY_crit 419 + 420 + RW 421 + 422 + Contrary to regular alarm flags which clear themselves 423 + automatically when read, this one sticks until cleared by 424 + the user. This is done by writing 0 to the file. Writing 425 + other values is unsupported. 426 + 413 427 What: /sys/class/hwmon/hwmonX/tempY_crit_hyst 414 428 Description: 415 429 Temperature hysteresis value for critical limit.