summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/tmp102.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (tmp102) Improve error handlingGuenter Roeck2016-07-311-1/+3
* hwmon: (tmp102) Convert to use regmap, and drop local cacheGuenter Roeck2016-07-121-78/+70
* hwmon: (tmp102) Rework chip configurationGuenter Roeck2016-07-121-15/+22
* hwmon: (tmp102) Improve handling of initial read delayGuenter Roeck2016-07-121-14/+30
* hwmon: (tmp102) Drop FSF addressGuenter Roeck2016-06-271-4/+0
* hwmon: (tmp102) Use devm_add_action to register cleanup functionGuenter Roeck2016-06-271-35/+19
* hwmon: convert tmp102 to use devm_thermal_zone_of_sensor_registerEduardo Valentin2016-05-171-6/+2
* hwmon: (tmp102) Force wait for conversion time for the first valid dataNishanth Menon2015-12-101-1/+15
* thermal: consistently use int for temperaturesSascha Hauer2015-08-031-1/+1
* hwmon: (tmp102) add hibernation callbacksGrygorii Strashko2015-02-031-11/+4
* thermal: of: improve of-thermal sensor registration APIEduardo Valentin2014-11-201-1/+5
* hwmon: (tmp102) Convert to use hwmon_device_register_with_groupsGuenter Roeck2014-05-211-26/+20
* hwmon: (tmp102) Introduce dev variable in probe functionGuenter Roeck2014-05-211-14/+14
* hwmon: tmp102: expose to thermal fw via DT nodesEduardo Valentin2013-12-041-0/+19
* hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck2013-04-071-2/+2
* hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck2013-01-251-1/+1
* hwmon: remove use of __devexitBill Pemberton2012-11-281-1/+1
* hwmon: remove use of __devinitBill Pemberton2012-11-281-1/+1
* hwmon: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* hwmon: Add missing inclusions of <linux/jiffies.h>Jean Delvare2012-10-101-0/+1
* hwmon: (tmp102) Convert to use devm_ functionsGuenter Roeck2012-07-211-10/+4
* hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin2012-03-181-11/+1
* hwmon: replaced strict_str* with kstr*Frans Meulenbroeks2012-01-051-1/+1
* hwmon: Use i2c_smbus_{read,write}_word_swappedJean Delvare2011-11-041-27/+17
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-2/+0
* hwmon: (tmp102) Don't always stop chip at exitJean Delvare2010-05-271-10/+28
* hwmon: (tmp102) Fix suspend and resume functionsJean Delvare2010-05-271-4/+12
* hwmon: (tmp102) Various fixesJean Delvare2010-05-271-36/+34
* hwmon: Driver for TI TMP102 temperature sensorSteven King2010-05-271-0/+297
OpenPOWER on IntegriCloud