summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/tmp102.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: consistently use int for temperaturesSascha Hauer2015-08-031-1/+1
* hwmon: (tmp102) add hibernation callbacksGrygorii Strashko2015-02-031-11/+4Star
* 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-221-26/+20Star
* hwmon: (tmp102) Introduce dev variable in probe functionGuenter Roeck2014-05-221-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-081-2/+2
* hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck2013-01-261-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-221-10/+4Star
* hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin2012-03-191-11/+1Star
* hwmon: replaced strict_str* with kstr*Frans Meulenbroeks2012-01-051-1/+1
* hwmon: Use i2c_smbus_{read,write}_word_swappedJean Delvare2011-11-041-27/+17Star
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-2/+0Star
* 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/+34Star
* hwmon: Driver for TI TMP102 temperature sensorSteven King2010-05-271-0/+297