summaryrefslogtreecommitdiff
path: root/drivers/hwmon/tmp108.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-10hwmon: (tmp108) Use maple tree register cacheMark Brown1-1/+1
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-04-19hwmon: tmp108: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2022-09-26hwmon: (tmp108) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
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
2019-04-16hwmon: (tmp108) Use HWMON_CHANNEL_INFO macroGuenter Roeck1-23/+6
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey1-1/+2
2016-12-10hwmon: Add Texas Instruments TMP108 temperature sensor driver.John Muir1-0/+469