aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ftsteutates.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-1/+1
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-04-19hwmon: ftsteutates: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-02-03hwmon: (ftsteutates) Add support for fanX_fault attributesArmin Wolf1-8/+13
2023-02-03hwmon: (ftsteutates) Replace fanX_source with pwmX_auto_channels_tempArmin Wolf1-49/+28
2023-02-03hwmon: (ftsteutates) Convert to devm_hwmon_device_register_with_info()Armin Wolf1-328/+204
2023-02-03hwmon: (ftsteutates) Use devm_watchdog_register_device()Armin Wolf1-9/+1
2023-01-03hwmon: (ftsteutates) Fix scaling of measurementsArmin Wolf1-6/+13
2022-10-04Merge tag 'hwmon-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds1-1/+1
2022-09-19hwmon: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-2/+1
2021-04-20hwmon: (ftsteutates) Rudimentary typo fixesBhaskar Chowdhury1-1/+1
2021-04-20hwmon: (ftsteutates) Fix spelling typozuoqilin1-1/+1
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-11/+1
2018-12-16hwmon: (ftsteutates) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-113/+89
2017-08-29hwmon: (ftsteutates) constify i2c_device_idArvind Yadav1-1/+1
2017-08-13hwmon: (ftsteutates) Fix clearing alarm sysfs entriesThilo Cestonaro1-0/+2
2016-09-08hwmon: (ftsteutates) Add i2c detect functionalityThilo Cestonaro1-0/+45
2016-07-31hwmon: (ftsteutates) Fix potential memory access errorGuenter Roeck1-1/+1
2016-07-20hwmon: (ftsteutates) Remove unused including <linux/version.h>Wei Yongjun1-1/+0
2016-07-20hwmon: Add driver for FTS BMC chip "Teutates"Thilo Cestonaro1-0/+820