aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/ltc2990.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0Gravatar Uwe Kleine-König 1-1/+1
2023-06-08hwmon: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 1-1/+1
2021-04-20hwmon: replace snprintf in show functions with sysfs_emitGravatar Guenter Roeck 1-1/+1
2021-04-20hwmon: Use kobj_to_dev()Gravatar Guenter Roeck 1-1/+1
2020-09-23hwmon: use simple i2c probe functionGravatar Stephen Kitt 1-3/+2
2019-09-03hwmon/ltc2990: Generalise DT to fwnode supportGravatar Max Staudt 1-5/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 253Gravatar Thomas Gleixner 1-2/+1
2019-02-18hwmon: (ltc2990) Use permission specific SENSOR[_DEVICE]_ATTR variantsGravatar Guenter Roeck 1-21/+11
2018-05-21hwmon: (ltc2990) support all measurement modesGravatar Tom Levens 1-28/+168
2018-05-21hwmon: (ltc2990) Fix incorrect conversion of negative temperaturesGravatar Tom Levens 1-14/+4
2016-03-05hwmon: Add LTC2990 sensor driverGravatar Mike Looijmans 1-0/+161