summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ftsteutates.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-081-1/+1
* hwmon: ftsteutates: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-04-191-1/+1
* hwmon: (ftsteutates) Add support for fanX_fault attributesArmin Wolf2023-02-031-8/+13
* hwmon: (ftsteutates) Replace fanX_source with pwmX_auto_channels_tempArmin Wolf2023-02-031-49/+28
* hwmon: (ftsteutates) Convert to devm_hwmon_device_register_with_info()Armin Wolf2023-02-031-328/+204
* hwmon: (ftsteutates) Use devm_watchdog_register_device()Armin Wolf2023-02-031-9/+1
* hwmon: (ftsteutates) Fix scaling of measurementsArmin Wolf2023-01-031-6/+13
* Merge tag 'hwmon-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2022-10-041-1/+1
|\
| * hwmon: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-191-1/+1
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-2/+1
|/
* hwmon: (ftsteutates) Rudimentary typo fixesBhaskar Chowdhury2021-04-201-1/+1
* hwmon: (ftsteutates) Fix spelling typozuoqilin2021-04-201-1/+1
* hwmon: use simple i2c probe functionStephen Kitt2020-09-231-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-11/+1
* hwmon: (ftsteutates) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2018-12-161-113/+89
* hwmon: (ftsteutates) constify i2c_device_idArvind Yadav2017-08-291-1/+1
* hwmon: (ftsteutates) Fix clearing alarm sysfs entriesThilo Cestonaro2017-08-131-0/+2
* hwmon: (ftsteutates) Add i2c detect functionalityThilo Cestonaro2016-09-081-0/+45
* hwmon: (ftsteutates) Fix potential memory access errorGuenter Roeck2016-07-311-1/+1
* hwmon: (ftsteutates) Remove unused including <linux/version.h>Wei Yongjun2016-07-201-1/+0
* hwmon: Add driver for FTS BMC chip "Teutates"Thilo Cestonaro2016-07-201-0/+820