summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/tmp103.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-081-1/+1
* hwmon: tmp103: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-04-191-1/+1
* hwmon: (tmp103) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-09-251-4/+4
* hwmon: (tmp103) Convert tmp103 to use new hwmon registration APIOleksij Rempel2021-10-121-31/+74
* hwmon: use simple i2c probe functionStephen Kitt2020-09-231-3/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-11/+1
* hwmon: (tmp103) Fix build warningGuenter Roeck2019-04-151-1/+1
* hwmon: (tmp103) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2019-02-181-12/+8
* hwmon: (tmp103) Use SIMPLE_DEV_PM_OPS helper macroRahul Bedarkar2017-04-241-13/+4
* hwmon: (tmp103) Add OF device ID tableJavier Martinez Canillas2017-04-021-0/+7
* hwmon: (tmp103) Fix resource leak bug in tmp103 temperature sensor driversundarjdev2014-09-221-1/+1
* hwmon: (tmp103) Remove duplicate test for I2C_FUNC_SMBUS_BYTE_DATA functionalityAxel Lin2014-08-101-7/+0
* hwmon: Make regmap configs constAxel Lin2014-08-041-1/+1
* hwmon: (tmp103) Add missing i2c_set_clientdata call in tmp103_probeAxel Lin2014-08-041-0/+1
* hwmon: Driver for TI TMP103 temperature sensorHeiko Schocher2014-08-041-0/+205