aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hwmon/tmp103.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-04-19hwmon: tmp103: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2022-09-25hwmon: (tmp103) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2021-10-12hwmon: (tmp103) Convert tmp103 to use new hwmon registration APIOleksij Rempel1-31/+74
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-11/+1
2019-04-15hwmon: (tmp103) Fix build warningGuenter Roeck1-1/+1
2019-02-18hwmon: (tmp103) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-12/+8
2017-04-24hwmon: (tmp103) Use SIMPLE_DEV_PM_OPS helper macroRahul Bedarkar1-13/+4
2017-04-02hwmon: (tmp103) Add OF device ID tableJavier Martinez Canillas1-0/+7
2014-09-22hwmon: (tmp103) Fix resource leak bug in tmp103 temperature sensor driversundarjdev1-1/+1
2014-08-10hwmon: (tmp103) Remove duplicate test for I2C_FUNC_SMBUS_BYTE_DATA functionalityAxel Lin1-7/+0
2014-08-04hwmon: Make regmap configs constAxel Lin1-1/+1
2014-08-04hwmon: (tmp103) Add missing i2c_set_clientdata call in tmp103_probeAxel Lin1-0/+1
2014-08-04hwmon: Driver for TI TMP103 temperature sensorHeiko Schocher1-0/+205