aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/tmp421.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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