summaryrefslogtreecommitdiff
path: root/drivers/hwmon/ltc2945.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-02-03hwmon: (ltc2945) Allow setting shunt resistorJohn Pruitt1-43/+76
2023-02-03hwmon: (ltc2945) Handle error case in ltc2945_value_storeJonathan Cormier1-0/+2
2023-02-03hwmon: (ltc2945) Add devicetree match tableJonathan Cormier1-2/+9
2021-04-20hwmon: replace snprintf in show functions with sysfs_emitGuenter Roeck1-2/+2
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2018-12-17hwmon: (ltc2945): Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck1-71/+50
2014-08-04hwmon: Make regmap configs constAxel Lin1-1/+1
2014-05-22hwmon: (ltc2945) Fix 1st comment lineGuenter Roeck1-1/+1
2014-04-24hwmon: (ltc2945) Don't crash the kernel unnecessarilyGuenter Roeck1-3/+3
2014-03-03hwmon: Driver for Linear Technologies LTC2945Guenter Roeck1-0/+519