aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ltc2992.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-10-28hwmon: (ltc2992) Avoid division by zeroAntoniu Miclaus1-1/+5
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-04-19hwmon: ltc2992: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-03-15hwmon: (ltc2992) Set `can_sleep` flag for GPIO chipLars-Peter Clausen1-0/+1
2022-12-04hwmon: use simple i2c probeStephen Kitt1-2/+2
2022-05-22hwmon: (ltc2992) Use HWMON_CHANNEL_INFO macroGuenter Roeck1-61/+25
2022-01-15Replace for_each_*_bit_from() with for_each_*_bit() where appropriateYury Norov1-2/+1
2021-05-10hwmon: (ltc2992) Put fwnode in error case during ->probe()Andy Shevchenko1-2/+6
2020-12-11hwmon: (ltc2992) Fix less than zero comparisons with an unsigned integerColin Ian King1-5/+5
2020-12-11hwmon: (ltc2992) Add support for GPIOs.Alexandru Tachici1-1/+159
2020-12-11hwmon: (ltc2992) Add supportAlexandru Tachici1-0/+813