diff options
author | Nick Hawkins <nick.hawkins@hpe.com> | 2022-11-30 21:08:42 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2023-02-03 16:30:09 +0100 |
commit | bc7fabde40a711fcfb1fb77946b350599f0dd392 (patch) | |
tree | 519dd1bfb051f39b55f376aef63eabf1c1cc99a9 | |
parent | hwmon: (coretemp) avoid RDMSR interrupts to isolated CPUs (diff) | |
download | linux-bc7fabde40a711fcfb1fb77946b350599f0dd392.tar.xz linux-bc7fabde40a711fcfb1fb77946b350599f0dd392.zip |
ABI: sysfs-class-hwmon: add a description for fanY_fault
Document existing fanY_fault attribute.
Signed-off-by: Nick Hawkins <nick.hawkins@hpe.com>
Link: https://lore.kernel.org/r/20221130200846.4226-3-nick.hawkins@hpe.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-hwmon | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-hwmon b/Documentation/ABI/testing/sysfs-class-hwmon index 7271781a23b2..638f4c6d4ec7 100644 --- a/Documentation/ABI/testing/sysfs-class-hwmon +++ b/Documentation/ABI/testing/sysfs-class-hwmon @@ -276,6 +276,15 @@ Description: RW +What: /sys/class/hwmon/hwmonX/fanY_fault +Description: + Reports if a fan has reported failure. + + - 1: Failed + - 0: Ok + + RO + What: /sys/class/hwmon/hwmonX/pwmY Description: Pulse width modulation fan control. |