summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/tmp108.c
AgeCommit message (Expand)AuthorLines
2024-12-14hwmon: (tmp108) Drop of_match_ptr() protectionGuenter Roeck-5/+3
2024-12-14hwmon: (tmp108) Add basic regulator supportStanislav Jakubek-0/+5
2024-11-23hwmon: (tmp108) Do not fail in I3C probe when I3C regmap is a moduleJarkko Nikula-5/+0
2024-11-12hwmon: (tmp108) Add support for I3C deviceFrank Li-1/+34
2024-11-12hwmon: (tmp108) Add helper function tmp108_common_probe() to prepare I3C supportFrank Li-18/+21
2024-11-12hwmon: (tmp108) Add NXP p3t1085 supportFrank Li-0/+1
2024-05-01hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König-1/+1
2023-06-10hwmon: (tmp108) Use maple tree register cacheMark Brown-1/+1
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König-1/+1
2023-04-19hwmon: tmp108: constify pointers to hwmon_channel_infoKrzysztof Kozlowski-1/+1
2022-09-25hwmon: (tmp108) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron-4/+4
2020-09-23hwmon: use simple i2c probe functionStephen Kitt-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-10/+1
2019-04-15hwmon: (tmp108) Use HWMON_CHANNEL_INFO macroGuenter Roeck-23/+6
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey-1/+2
2016-12-09hwmon: Add Texas Instruments TMP108 temperature sensor driver.John Muir-0/+469