aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-07hwmon: (adc128d818) Drop write support on inX_input attributesGuenter Roeck1-14/+14
2014-07-07hwmon: (emc2103) Clamp limits instead of bailing outGuenter Roeck1-10/+5
2014-07-07hwmon: (adm1031) Fix writes to limit registersGuenter Roeck1-3/+5
2014-07-03hwmon: (adm1021) Fix cache problem when writing temperature limitsAxel Lin1-6/+8
2014-07-03hwmon: (adm1029) Ensure the fan_div cache is updated in set_fan_divAxel Lin1-0/+3
2014-07-03hwmon: (amc6821) Fix permissions for temp2_inputAxel Lin1-1/+1
2014-06-29hwmon: (ntc_thermistor) Correct information printed during probeNaveen Krishna Chatradhi1-1/+1
2014-06-25hwmon: (gpio-fan) Change name used in hwmon_device_register_with_groupsJulien D'Ascenzio1-1/+1
2014-06-25hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in KconfigJosef Gajdusek1-0/+1
2014-06-25hwmon: (ntc_thermistor) Use the manufacturer name properlyNaveen Krishna Chatradhi2-3/+16
2014-06-25hwmon: (w83l786ng) Report correct minimum fan speedAxel Lin1-1/+1
2014-06-12hwmon: vexpress: Use devm helper for hwmon device registrationPawel Moll1-54/+28
2014-06-12hwmon: (atxp1) Avoid forward declarationAxel Lin1-24/+18
2014-06-12hwmon: add support for Sensirion SHTC1 sensorTomas Pop3-0/+262
2014-06-12hwmon: (ltc4151) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-38/+13
2014-06-12hwmon: (lm85) Drop generic detectionJean Delvare1-23/+10
2014-06-12hwmon: (ina2xx) Cast to s16 on shunt and current regsFabio Baltieri1-3/+4
2014-06-03Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging into nextLinus Torvalds29-1408/+2633
2014-06-02Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into nextLinus Torvalds1-10/+7
2014-05-25hwmon: (ntc_thermistor) Fix OF device ID mappingJean Delvare1-5/+6
2014-05-25hwmon: (ntc_thermistor) Fix dependenciesJean Delvare2-2/+4
2014-05-24hwmon: (nct6775) Fix probe unwind paths to properly unregister platform devicesAxel Lin1-3/+5
2014-05-24hwmon: (nct6683) Fix probe unwind paths to properly unregister platform devicesAxel Lin1-3/+5
2014-05-21hwmon: (ultra45_env) Introduce managed version of kzallocHimangi Saraogi1-5/+2
2014-05-21hwmon: Driver for NCT6683DGuenter Roeck3-0/+1466
2014-05-21hwmon: (lm80) Rearrange code to avoid forward declarationsGuenter Roeck1-151/+139
2014-05-21hwmon: (lm80) Convert fan display function macros into functionsGuenter Roeck1-34/+41
2014-05-21hwmon: (lm80) Convert voltage display function macros into functionsGuenter Roeck1-72/+76
2014-05-21hwmon: (lm80) Convert temperature display function macros into functionsGuenter Roeck1-75/+59
2014-05-21hwmon: (lm80) Normalize all temperature values to 16 bitGuenter Roeck1-18/+14
2014-05-21hwmon: (lm80) Simplify TEMP_FROM_REGGuenter Roeck1-14/+3
2014-05-21hwmon: (lm83) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-43/+16
2014-05-21hwmon: (lm83) Rearange code to avoid forward declarationsGuenter Roeck1-61/+50
2014-05-21hwmon: (lm83) Drop FSF addressGuenter Roeck1-4/+0
2014-05-21hwmon: (max1619) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-39/+14
2014-05-21hwmon: (max1619) Drop function macrosGuenter Roeck1-68/+73
2014-05-21hwmon: (max1619) Rearrange code to avoid forward declarationsGuenter Roeck1-89/+69
2014-05-21hwmon: (max1619) Drop FSF addressGuenter Roeck1-5/+0
2014-05-21hwmon: (max1619) Fix critical alarm displayGuenter Roeck1-0/+5
2014-05-21hwmon: (jc42) Add support for STTS2004 and AT30TSE004Guenter Roeck1-0/+9
2014-05-21hwmon: (jc42) Convert function macros into functionsGuenter Roeck1-110/+72
2014-05-21hwmon: (jc42) Rearrange code to avoid forward declarationsGuenter Roeck1-97/+89
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