summaryrefslogtreecommitdiffstats
path: root/Documentation/ABI/testing/sysfs-class-hwmon (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ABI: sysfs-class-hwmon: add a description for fanY_faultNick Hawkins2023-02-031-0/+9
| | | | | | | | 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>
* hwmon: (pmbus) Move pec attribute to I2C deviceGuenter Roeck2022-07-131-0/+9
| | | | | | | | | | | Enabling and disabling PEC for PMBus devices is currently only supported with a debugfs attribute, which requires debugfs to be enabled and is thus less than perfect. Take the lm90 driver as example and add a 'pec' attribute to the I2C device if both the I2C adapter and the PMBus device support it. Remove the now obsolete 'pec' attribute from debugfs. Cc: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* ABI: hwmon: Document "label" sysfs attributePaul Cercueil2022-02-281-0/+8
| | | | | | | | | Add the "label" sysfs attribute, which can contain a descriptive label that allows to uniquely identify a device within the system. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Link: https://lore.kernel.org/r/20220110182256.30763-2-paul@crapouillou.net Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* ABI: sysfs-class-hwmon: add a description for tempY_crit_alarmMauro Carvalho Chehab2021-10-051-0/+14
| | | | | | | | 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>
* ABI: sysfs-class-hwmon: add ABI documentation for itMauro Carvalho Chehab2021-10-051-0/+918
Move the ABI attributes documentation from: Documentation/hwmon/sysfs-interface.rst in order for it to follow the usual ABI documentation. That allows script/get_abi.pl to properly handle it. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/5f47619ed882b0b8d1c84b56f7ea17bac0854b77.1632994837.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>