aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm95241.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-04-15hwmon: (lm95241) Use HWMON_CHANNEL_INFO macroGuenter Roeck1-26/+8
2019-02-18hwmon: (lm95241) Replace S_<PERMS> with octal valuesGuenter Roeck1-4/+4
2016-09-13hwmon: (lm95241) Update module description to include LM95231Axel Lin1-1/+1
2016-09-08hwmon: (lm95241) Convert to use new hwmon registration APIGuenter Roeck1-189/+241
2016-09-08hwmon: (lm95241) Use more accurate limitsGuenter Roeck1-6/+2
2016-09-08hwmon: (lm95241) Use BIT macro where appropriateGuenter Roeck1-24/+21
2016-09-08hwmon: (lm95241) Drop FSF addressGuenter Roeck1-4/+0
2016-09-08hwmon: (lm95241) Order include files alphabeticallyGuenter Roeck1-4/+4
2016-09-08hwmon: (lm95241) Add support for fault attributesGuenter Roeck1-1/+19
2016-09-08hwmon: (lm95241) Fix overflow problems, write conversion rate to chipGuenter Roeck1-7/+33
2014-03-03hwmon: (lm95241) Avoid initializing the same field twiceJean Delvare1-2/+0
2014-03-03hwmon: (lm95241) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-61/+30
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