aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/emc1403.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner1-12/+1
2018-12-16hwmon: (emc1403) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-95/+69
2018-07-08hwmon: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2014-08-04hwmon: Make regmap configs constAxel Lin1-1/+1
2014-05-21hwmon: (emc1403) Add device IDs for EMC1412, EMC1413, and EMC1414Guenter Roeck1-0/+3
2014-05-21hwmon: (emc1403) Add support for min_hyst attributesGuenter Roeck1-3/+24
2014-05-21hwmon: (emc1403) Add support for max_hyst attributesGuenter Roeck1-0/+8
2014-05-21hwmon: (emc1403) Relax hysteresis limit write checksGuenter Roeck1-6/+1
2014-05-21hwmon: (emc1403) Make all hyst attributes except for temp1_crit_hyst read-onlyGuenter Roeck1-6/+3
2014-05-21hwmon: (emc1403) Add support for alarm and diode fault status on EMC14x2Guenter Roeck1-0/+36
2014-05-21hwmon: (emc1403) Report external diode fault statusGuenter Roeck1-0/+6
2014-05-21hwmon: (emc1403) Convert to use regmapGuenter Roeck1-54/+63
2014-05-21hwmon: (emc1403) Add support for emc14x2Josef Gajdusek1-15/+43
2014-05-12hwmon: (emc1403) Support full range of known chip revision numbersJosef Gajdusek1-1/+1
2014-05-12hwmon: (emc1403) Fix resource leak on module unloadJean Delvare1-3/+3
2014-05-12hwmon: (emc1403) fix inverted store_hyst()Josef Gajdusek1-1/+1
2013-10-18hwmon: (emc1403) Add support for EMC1404 and EMC1424Guenter Roeck1-8/+51
2013-10-18hwmon: (emc1403) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-47/+26
2012-10-10hwmon: Add missing inclusions of <linux/jiffies.h>Jean Delvare1-0/+1
2012-09-23hwmon: (emc1403) Convert to use devm_ functionsGuenter Roeck1-11/+7
2012-03-18hwmon: (emc1403) Fix multi-line commentsGuenter Roeck1-4/+8
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-3/+3
2011-02-09hwmon: (emc1403) Fix I2C address rangeGuenter Roeck1-1/+1
2011-01-12hwmon: (emc1403) Add EMC1423 supportJekyll Lai1-4/+12
2010-09-17hwmon: (emc1403) Remove unnecessary hwmon_device_unregisterYong Wang1-1/+0
2010-08-14hwmon: (emc1403) Add power supportAlan Cox1-0/+33
2010-05-27hwmon: EMC1403 thermal sensor supportKalhan Trisal1-0/+344