aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/tmp102.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-04-15hwmon: (tmp102) Fix build warningGuenter Roeck1-1/+1
2019-04-15hwmon: (tmp102) Use HWMON_CHANNEL_INFO macroGuenter Roeck1-22/+4
2019-02-18hwmon: (tmp102) Replace S_<PERMS> with octal valuesGuenter Roeck1-2/+2
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey1-1/+2
2017-10-24hwmon: (tmp102) Fix first temperature readingGuenter Roeck1-8/+5
2017-04-02hwmon: (tmp102) Add OF device ID tableJavier Martinez Canillas1-0/+7
2016-09-08hwmon: (tmp102) Convert to use new hwmon registration APIGuenter Roeck1-64/+90
2016-07-31hwmon: (tmp102) Improve error handlingGuenter Roeck1-1/+3
2016-07-12hwmon: (tmp102) Convert to use regmap, and drop local cacheGuenter Roeck1-78/+70
2016-07-12hwmon: (tmp102) Rework chip configurationGuenter Roeck1-15/+22
2016-07-12hwmon: (tmp102) Improve handling of initial read delayGuenter Roeck1-14/+30
2016-06-27hwmon: (tmp102) Drop FSF addressGuenter Roeck1-4/+0
2016-06-27hwmon: (tmp102) Use devm_add_action to register cleanup functionGuenter Roeck1-35/+19
2016-05-17hwmon: convert tmp102 to use devm_thermal_zone_of_sensor_registerEduardo Valentin1-6/+2
2015-12-10hwmon: (tmp102) Force wait for conversion time for the first valid dataNishanth Menon1-1/+15
2015-08-03thermal: consistently use int for temperaturesSascha Hauer1-1/+1
2015-02-03hwmon: (tmp102) add hibernation callbacksGrygorii Strashko1-11/+4
2014-11-20thermal: of: improve of-thermal sensor registration APIEduardo Valentin1-1/+5
2014-05-21hwmon: (tmp102) Convert to use hwmon_device_register_with_groupsGuenter Roeck1-26/+20
2014-05-21hwmon: (tmp102) Introduce dev variable in probe functionGuenter Roeck1-14/+14
2013-12-04hwmon: tmp102: expose to thermal fw via DT nodesEduardo Valentin1-0/+19
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck1-2/+2
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-1/+1
2012-11-28hwmon: remove use of __devexitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devinitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-10hwmon: Add missing inclusions of <linux/jiffies.h>Jean Delvare1-0/+1
2012-07-21hwmon: (tmp102) Convert to use devm_ functionsGuenter Roeck1-10/+4
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-11/+1
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks1-1/+1
2011-11-04hwmon: Use i2c_smbus_{read,write}_word_swappedJean Delvare1-27/+17
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-2/+0
2010-05-27hwmon: (tmp102) Don't always stop chip at exitJean Delvare1-10/+28
2010-05-27hwmon: (tmp102) Fix suspend and resume functionsJean Delvare1-4/+12
2010-05-27hwmon: (tmp102) Various fixesJean Delvare1-36/+34
2010-05-27hwmon: Driver for TI TMP102 temperature sensorSteven King1-0/+297