| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-07 | hwmon: tmp102: Add support for label | Flaviu Nistor | 1 | -1/+21 |
| 2025-04-23 | hwmon: (tmp102) add vcc regulator support | Peter Korsgaard | 1 | -0/+5 |
| 2024-05-01 | hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0 | Uwe Kleine-König | 1 | -1/+1 |
| 2023-06-10 | hwmon: (tmp102) Use maple tree register cache | Mark Brown | 1 | -1/+1 |
| 2023-06-08 | hwmon: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-04-19 | hwmon: tmp102: constify pointers to hwmon_channel_info | Krzysztof Kozlowski | 1 | -1/+1 |
| 2022-09-25 | hwmon: (tmp102) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() | Jonathan Cameron | 1 | -4/+2 |
| 2020-09-23 | hwmon: use simple i2c probe function | Stephen Kitt | 1 | -3/+2 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -10/+1 |
| 2019-04-15 | hwmon: (tmp102) Fix build warning | Guenter Roeck | 1 | -1/+1 |
| 2019-04-15 | hwmon: (tmp102) Use HWMON_CHANNEL_INFO macro | Guenter Roeck | 1 | -22/+4 |
| 2019-02-18 | hwmon: (tmp102) Replace S_<PERMS> with octal values | Guenter Roeck | 1 | -2/+2 |
| 2018-09-07 | regmap: split up regmap_config.use_single_rw | David Frey | 1 | -1/+2 |
| 2017-10-24 | hwmon: (tmp102) Fix first temperature reading | Guenter Roeck | 1 | -8/+5 |
| 2017-04-02 | hwmon: (tmp102) Add OF device ID table | Javier Martinez Canillas | 1 | -0/+7 |
| 2016-09-08 | hwmon: (tmp102) Convert to use new hwmon registration API | Guenter Roeck | 1 | -64/+90 |
| 2016-07-31 | hwmon: (tmp102) Improve error handling | Guenter Roeck | 1 | -1/+3 |
| 2016-07-12 | hwmon: (tmp102) Convert to use regmap, and drop local cache | Guenter Roeck | 1 | -78/+70 |
| 2016-07-12 | hwmon: (tmp102) Rework chip configuration | Guenter Roeck | 1 | -15/+22 |
| 2016-07-12 | hwmon: (tmp102) Improve handling of initial read delay | Guenter Roeck | 1 | -14/+30 |
| 2016-06-27 | hwmon: (tmp102) Drop FSF address | Guenter Roeck | 1 | -4/+0 |
| 2016-06-27 | hwmon: (tmp102) Use devm_add_action to register cleanup function | Guenter Roeck | 1 | -35/+19 |
| 2016-05-17 | hwmon: convert tmp102 to use devm_thermal_zone_of_sensor_register | Eduardo Valentin | 1 | -6/+2 |
| 2015-12-10 | hwmon: (tmp102) Force wait for conversion time for the first valid data | Nishanth Menon | 1 | -1/+15 |
| 2015-08-03 | thermal: consistently use int for temperatures | Sascha Hauer | 1 | -1/+1 |
| 2015-02-03 | hwmon: (tmp102) add hibernation callbacks | Grygorii Strashko | 1 | -11/+4 |
| 2014-11-20 | thermal: of: improve of-thermal sensor registration API | Eduardo Valentin | 1 | -1/+5 |
| 2014-05-21 | hwmon: (tmp102) Convert to use hwmon_device_register_with_groups | Guenter Roeck | 1 | -26/+20 |
| 2014-05-21 | hwmon: (tmp102) Introduce dev variable in probe function | Guenter Roeck | 1 | -14/+14 |
| 2013-12-04 | hwmon: tmp102: expose to thermal fw via DT nodes | Eduardo Valentin | 1 | -0/+19 |
| 2013-04-07 | hwmon: Fix checkpatch warning 'quoted string split across lines' | Guenter Roeck | 1 | -2/+2 |
| 2013-01-25 | hwmon: Replace SENSORS_LIMIT with clamp_val | Guenter Roeck | 1 | -1/+1 |
| 2012-11-28 | hwmon: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
| 2012-11-28 | hwmon: remove use of __devinit | Bill Pemberton | 1 | -1/+1 |
| 2012-11-28 | hwmon: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
| 2012-10-10 | hwmon: Add missing inclusions of <linux/jiffies.h> | Jean Delvare | 1 | -0/+1 |
| 2012-07-21 | hwmon: (tmp102) Convert to use devm_ functions | Guenter Roeck | 1 | -10/+4 |
| 2012-03-18 | hwmon: convert drivers/hwmon/* to use module_i2c_driver() | Axel Lin | 1 | -11/+1 |
| 2012-01-05 | hwmon: replaced strict_str* with kstr* | Frans Meulenbroeks | 1 | -1/+1 |
| 2011-11-04 | hwmon: Use i2c_smbus_{read,write}_word_swapped | Jean Delvare | 1 | -27/+17 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2010-06-03 | i2c: Remove all i2c_set_clientdata(client, NULL) in drivers | Wolfram Sang | 1 | -2/+0 |
| 2010-05-27 | hwmon: (tmp102) Don't always stop chip at exit | Jean Delvare | 1 | -10/+28 |
| 2010-05-27 | hwmon: (tmp102) Fix suspend and resume functions | Jean Delvare | 1 | -4/+12 |
| 2010-05-27 | hwmon: (tmp102) Various fixes | Jean Delvare | 1 | -36/+34 |
| 2010-05-27 | hwmon: Driver for TI TMP102 temperature sensor | Steven King | 1 | -0/+297 |