aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/emc2103.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2018-12-16hwmon: (emc2103) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-53/+39
2017-01-02hwmon: (emc2103) use permission-specific DEVICE_ATTR variantsJulia Lawall1-18/+18
2016-12-12hwmon: (emc2103) Fix overflows seen when temperature limit attributesGuenter Roeck1-2/+2
2016-05-26hwmon: (emc2103) Fix typo in MODULE_PARM_DESCDan Carpenter1-1/+1
2014-08-04hwmon: (emc2103) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-63/+26
2014-07-07hwmon: (emc2103) Clamp limits instead of bailing outGuenter Roeck1-10/+5
2014-03-03hwmon: (emc2103) Return error from i2c_smbus_read_byte_dataGuenter Roeck1-1/+1
2013-09-11hwmon: (emc2103) Fix return valueSachin Kamat1-5/+5
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-1/+1
2012-09-23hwmon: (emc2103) Convert to use devm_ functionsGuenter Roeck1-6/+4
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-07-17Change email address for Steve GlendinningSteve Glendinning1-1/+1
2012-06-18hwmon: (emc2103) Fix use of an uninitilized variable in error caseGuenter Roeck1-4/+8
2012-03-18hwmon: (emc2103) Fix multi-line commentsGuenter Roeck1-23/+27
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-12/+1
2012-01-13module_param: avoid bool abuse, add bint for special cases.Rusty Russell1-1/+1
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks1-5/+5
2010-08-14hwmon: Add driver for SMSC EMC2103 temperature monitor and fan controllerSteve Glendinning1-0/+740