summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/tmp421.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (tmp421) Fix return valueSachin Kamat2013-09-111-1/+1
* hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck2013-04-071-4/+3
* hwmon: (tmp421) Convert to use devm_ functionsGuenter Roeck2012-07-211-9/+4
* hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin2012-03-181-12/+1
* switch ->is_visible() to returning umode_tAl Viro2012-01-031-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/+0
* 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/+1
* 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/+21
* hwmon: Add driver for Texas Instruments TMP421/422/423 sensor chipsAndre Prendel2009-09-151-0/+347