summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/adt7411.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-22hwmon: (max1619) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-39/+14
2014-05-22hwmon: (max1619) Drop function macrosGuenter Roeck1-68/+73
2014-05-22hwmon: (max1619) Rearrange code to avoid forward declarationsGuenter Roeck1-89/+69
2014-05-22hwmon: (max1619) Drop FSF addressGuenter Roeck1-5/+0
2014-05-22hwmon: (max1619) Fix critical alarm displayGuenter Roeck1-0/+5
2014-05-22hwmon: (jc42) Add support for STTS2004 and AT30TSE004Guenter Roeck2-6/+19
2014-05-22hwmon: (jc42) Convert function macros into functionsGuenter Roeck1-110/+72
2014-05-22hwmon: (jc42) Rearrange code to avoid forward declarationsGuenter Roeck1-97/+89
2014-05-22hwmon: (emc1403) Add device IDs for EMC1412, EMC1413, and EMC1414Guenter Roeck1-0/+3
2014-05-22hwmon: (emc1403) Add support for min_hyst attributesGuenter Roeck1-3/+24
2014-05-22hwmon: (emc1403) Add support for max_hyst attributesGuenter Roeck1-0/+8
2014-05-22hwmon: (emc1403) Relax hysteresis limit write checksGuenter Roeck1-6/+1
2014-05-22hwmon: (emc1403) Make all hyst attributes except for temp1_crit_hyst read-onlyGuenter Roeck2-8/+8
2014-05-22hwmon: (emc1403) Add support for alarm and diode fault status on EMC14x2Guenter Roeck1-0/+36
2014-05-22hwmon: (emc1403) Report external diode fault statusGuenter Roeck1-0/+6
2014-05-22hwmon: (emc1403) Convert to use regmapGuenter Roeck1-54/+63