summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/tmp102.c
Commit message (Expand)AuthorAgeFilesLines
* 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