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