aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm95241.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-23hwmon: (lm95241) Convert to use devm_ functionsGuenter Roeck1-10/+5
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-12/+1
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks1-4/+4
2011-07-28hwmon: (lm95241) Add support for LM95231Guenter Roeck1-12/+19
2011-07-10hwmon: (lm95241) Fix negative temperature resultsGuenter Roeck1-6/+14
2011-07-08hwmon: (lm95241) Fix chip detection codeGuenter Roeck1-1/+1
2011-01-08hwmon: (lm95241) Rewrite to avoid using macrosDavide Rizzo1-262/+233
2010-11-15hwmon: (lm95241) Check validity of input valuesJean Delvare1-5/+14
2010-09-17hwmon: (lm95241) Replace rate sysfs attribute with update_intervalGuenter Roeck1-10/+11
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-1/+0
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare1-4/+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: Clean up detect functionsJean Delvare1-38/+10
2009-04-07hwmon: (lm95241) Convert to new-style i2c driverJean Delvare1-65/+47
2009-04-01hwmon: LM95241 driverDavide Rizzo1-0/+527