summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm95241.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (lm95241) Update module description to include LM95231Axel Lin2016-09-131-1/+1
* hwmon: (lm95241) Convert to use new hwmon registration APIGuenter Roeck2016-09-081-189/+241
* hwmon: (lm95241) Use more accurate limitsGuenter Roeck2016-09-081-6/+2
* hwmon: (lm95241) Use BIT macro where appropriateGuenter Roeck2016-09-081-24/+21
* hwmon: (lm95241) Drop FSF addressGuenter Roeck2016-09-081-4/+0
* hwmon: (lm95241) Order include files alphabeticallyGuenter Roeck2016-09-081-4/+4
* hwmon: (lm95241) Add support for fault attributesGuenter Roeck2016-09-081-1/+19
* hwmon: (lm95241) Fix overflow problems, write conversion rate to chipGuenter Roeck2016-09-081-7/+33
* hwmon: (lm95241) Avoid initializing the same field twiceJean Delvare2014-03-031-2/+0
* hwmon: (lm95241) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2014-03-031-61/+30
* hwmon: (lm95241) Convert to use devm_ functionsGuenter Roeck2012-09-231-10/+5
* hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin2012-03-181-12/+1
* hwmon: replaced strict_str* with kstr*Frans Meulenbroeks2012-01-051-4/+4
* hwmon: (lm95241) Add support for LM95231Guenter Roeck2011-07-281-12/+19
* hwmon: (lm95241) Fix negative temperature resultsGuenter Roeck2011-07-101-6/+14
* hwmon: (lm95241) Fix chip detection codeGuenter Roeck2011-07-081-1/+1
* hwmon: (lm95241) Rewrite to avoid using macrosDavide Rizzo2011-01-081-262/+233
* hwmon: (lm95241) Check validity of input valuesJean Delvare2010-11-151-5/+14
* hwmon: (lm95241) Replace rate sysfs attribute with update_intervalGuenter Roeck2010-09-171-10/+11
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-1/+0
* i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare2009-12-141-4/+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: Clean up detect functionsJean Delvare2009-12-091-38/+10
* hwmon: (lm95241) Convert to new-style i2c driverJean Delvare2009-04-071-65/+47
* hwmon: LM95241 driverDavide Rizzo2009-04-011-0/+527