aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/tmp421.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-04-15hwmon: (tmp421) Fix build warningGuenter Roeck1-1/+1
2019-02-18hwmon: (tmp421) Replace S_<PERMS> with octal valuesGuenter Roeck1-2/+2
2019-01-17hwmon: (tmp421) Correct the misspelling of the tmp442 compatible attribute in OF device ID tableCheng-Min Ao1-1/+1
2018-10-10hwmon: (tmp421) make const array 'names' staticColin Ian King1-2/+4
2017-04-02hwmon: (tmp421) Add OF device ID tableJavier Martinez Canillas1-2/+33
2016-09-08hwmon: (tmp421) Convert to use new hwmon registration APIGuenter Roeck1-75/+58
2014-08-04hwmon: (tmp421) Drop FSF mailing addressGuenter Roeck1-4/+0
2014-08-04hwmon: (tmp421) Add support for TMP441 and TMP442Guenter Roeck1-4/+17
2014-08-04hwmon: (tmp421) Strengthen detect functionGuenter Roeck1-0/+14
2014-05-21hwmon: (tmp421) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-32/+15
2013-09-11hwmon: (tmp421) Fix return valueSachin Kamat1-1/+1
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck1-4/+3
2012-07-21hwmon: (tmp421) Convert to use devm_ functionsGuenter Roeck1-9/+4
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-12/+1
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-1/+1
2010-10-28hwmon: I2C addresses are constantJean Delvare1-2/+2
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-2/+0
2010-03-05hwmon: Fix off-by-one kind valuesJean Delvare1-2/+2
2010-03-05hwmon: (tmp421) Fix temperature conversionsJean Delvare1-2/+4
2010-03-05hwmon: (tmp421) Restore missing inputsJean Delvare1-7/+7
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare1-2/+1
2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare1-1/+1
2009-12-14i2c: Drop the kind parameter from detect callbacksJean Delvare1-1/+1
2009-12-09hwmon: (tmp401/tmp421) Clean up detect functionsJean Delvare1-24/+21
2009-09-15hwmon: Add driver for Texas Instruments TMP421/422/423 sensor chipsAndre Prendel1-0/+347