summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/tmp102.c
AgeCommit message (Expand)AuthorLines
2015-02-03hwmon: (tmp102) add hibernation callbacksGrygorii Strashko-11/+4
2014-11-20thermal: of: improve of-thermal sensor registration APIEduardo Valentin-1/+5
2014-05-21hwmon: (tmp102) Convert to use hwmon_device_register_with_groupsGuenter Roeck-26/+20
2014-05-21hwmon: (tmp102) Introduce dev variable in probe functionGuenter Roeck-14/+14
2013-12-04hwmon: tmp102: expose to thermal fw via DT nodesEduardo Valentin-0/+19
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck-2/+2
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck-1/+1
2012-11-28hwmon: remove use of __devexitBill Pemberton-1/+1
2012-11-28hwmon: remove use of __devinitBill Pemberton-1/+1
2012-11-28hwmon: remove use of __devexit_pBill Pemberton-1/+1
2012-10-10hwmon: Add missing inclusions of <linux/jiffies.h>Jean Delvare-0/+1
2012-07-21hwmon: (tmp102) Convert to use devm_ functionsGuenter Roeck-10/+4
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin-11/+1
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks-1/+1
2011-11-04hwmon: Use i2c_smbus_{read,write}_word_swappedJean Delvare-27/+17
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang-2/+0
2010-05-27hwmon: (tmp102) Don't always stop chip at exitJean Delvare-10/+28
2010-05-27hwmon: (tmp102) Fix suspend and resume functionsJean Delvare-4/+12
2010-05-27hwmon: (tmp102) Various fixesJean Delvare-36/+34
2010-05-27hwmon: Driver for TI TMP102 temperature sensorSteven King-0/+297