summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/tmp421.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1Star
* hwmon: (tmp421) Fix build warningGuenter Roeck2019-04-161-1/+1
* hwmon: (tmp421) Replace S_<PERMS> with octal valuesGuenter Roeck2019-02-181-2/+2
* hwmon: (tmp421) Correct the misspelling of the tmp442 compatible attribute in...Cheng-Min Ao2019-01-171-1/+1
* hwmon: (tmp421) make const array 'names' staticColin Ian King2018-10-111-2/+4
* hwmon: (tmp421) Add OF device ID tableJavier Martinez Canillas2017-04-021-2/+33
* hwmon: (tmp421) Convert to use new hwmon registration APIGuenter Roeck2016-09-091-75/+58Star
* hwmon: (tmp421) Drop FSF mailing addressGuenter Roeck2014-08-041-4/+0Star
* hwmon: (tmp421) Add support for TMP441 and TMP442Guenter Roeck2014-08-041-4/+17
* hwmon: (tmp421) Strengthen detect functionGuenter Roeck2014-08-041-0/+14
* hwmon: (tmp421) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2014-05-221-32/+15Star
* hwmon: (tmp421) Fix return valueSachin Kamat2013-09-111-1/+1
* hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck2013-04-081-4/+3Star
* hwmon: (tmp421) Convert to use devm_ functionsGuenter Roeck2012-07-221-9/+4Star
* hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin2012-03-191-12/+1Star
* switch ->is_visible() to returning umode_tAl Viro2012-01-041-1/+1
* hwmon: I2C addresses are constantJean Delvare2010-10-281-2/+2
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-2/+0Star
* hwmon: Fix off-by-one kind valuesJean Delvare2010-03-051-2/+2
* hwmon: (tmp421) Fix temperature conversionsJean Delvare2010-03-051-2/+4
* hwmon: (tmp421) Restore missing inputsJean Delvare2010-03-051-7/+7
* i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare2009-12-141-2/+1Star
* i2c: Get rid of struct i2c_client_address_dataJean Delvare2009-12-141-1/+1
* i2c: Drop the kind parameter from detect callbacksJean Delvare2009-12-141-1/+1
* hwmon: (tmp401/tmp421) Clean up detect functionsJean Delvare2009-12-091-24/+21Star
* hwmon: Add driver for Texas Instruments TMP421/422/423 sensor chipsAndre Prendel2009-09-151-0/+347