summaryrefslogtreecommitdiff
path: root/drivers/hwmon/tmp102.c
AgeCommit message (Expand)Author
2017-10-24hwmon: (tmp102) Fix first temperature readingGuenter Roeck
2017-04-02hwmon: (tmp102) Add OF device ID tableJavier Martinez Canillas
2016-09-08hwmon: (tmp102) Convert to use new hwmon registration APIGuenter Roeck
2016-07-31hwmon: (tmp102) Improve error handlingGuenter Roeck
2016-07-12hwmon: (tmp102) Convert to use regmap, and drop local cacheGuenter Roeck
2016-07-12hwmon: (tmp102) Rework chip configurationGuenter Roeck
2016-07-12hwmon: (tmp102) Improve handling of initial read delayGuenter Roeck
2016-06-27hwmon: (tmp102) Drop FSF addressGuenter Roeck
2016-06-27hwmon: (tmp102) Use devm_add_action to register cleanup functionGuenter Roeck
2016-05-17hwmon: convert tmp102 to use devm_thermal_zone_of_sensor_registerEduardo Valentin
2015-12-10hwmon: (tmp102) Force wait for conversion time for the first valid dataNishanth Menon
2015-08-03thermal: consistently use int for temperaturesSascha Hauer
2015-02-03hwmon: (tmp102) add hibernation callbacksGrygorii Strashko
2014-11-20thermal: of: improve of-thermal sensor registration APIEduardo Valentin
2014-05-21hwmon: (tmp102) Convert to use hwmon_device_register_with_groupsGuenter Roeck
2014-05-21hwmon: (tmp102) Introduce dev variable in probe functionGuenter Roeck
2013-12-04hwmon: tmp102: expose to thermal fw via DT nodesEduardo Valentin
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck
2012-11-28hwmon: remove use of __devexitBill Pemberton
2012-11-28hwmon: remove use of __devinitBill Pemberton
2012-11-28hwmon: remove use of __devexit_pBill Pemberton
2012-10-10hwmon: Add missing inclusions of <linux/jiffies.h>Jean Delvare
2012-07-21hwmon: (tmp102) Convert to use devm_ functionsGuenter Roeck
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks
2011-11-04hwmon: Use i2c_smbus_{read,write}_word_swappedJean Delvare
2011-03-31Fix common misspellingsLucas De Marchi
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang
2010-05-27hwmon: (tmp102) Don't always stop chip at exitJean Delvare
2010-05-27hwmon: (tmp102) Fix suspend and resume functionsJean Delvare
2010-05-27hwmon: (tmp102) Various fixesJean Delvare
2010-05-27hwmon: Driver for TI TMP102 temperature sensorSteven King