summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
...
* | hwmon: (twl4030-madc-hwmon) Convert to devm_hwmon_device_register_with_groupsAxel Lin2014-08-041-32/+6
* | hwmon: Add support for Lattice's POWR1220 power manager ICScott Kanowitz2014-08-043-0/+404
* | hwmon: (lm77) Prevent overflow problem when writing large limitsAxel Lin2014-07-311-5/+6
* | hwmon: (amc6821) Fix possible race condition bugAxel Lin2014-07-301-6/+11
* | hwmon: (lm78) Fix overflow problems seen when writing large temperature limitsGuenter Roeck2014-07-301-1/+1
* | hwmon: (lm85) Fix various errors on attribute writesGuenter Roeck2014-07-301-3/+6
* | hwmon: (ads1015) Fix off-by-one for valid channel index checkingAxel Lin2014-07-291-1/+1
* | hwmon: (smsc47m192) Fix temperature limit and vrm write operationsGuenter Roeck2014-07-241-1/+3
* | hwmon: (adt7470) Fix writes to temperature limit registersGuenter Roeck2014-07-161-3/+3
* | hwmon: (da9055) Don't use dash in the name attributeAxel Lin2014-07-141-1/+1
* | hwmon: (da9052) Don't use dash in the name attributeAxel Lin2014-07-141-1/+1
|/
* hwmon: (adc128d818) Drop write support on inX_input attributesGuenter Roeck2014-07-071-14/+14
* hwmon: (emc2103) Clamp limits instead of bailing outGuenter Roeck2014-07-071-10/+5
* hwmon: (adm1031) Fix writes to limit registersGuenter Roeck2014-07-071-3/+5
* hwmon: (adm1021) Fix cache problem when writing temperature limitsAxel Lin2014-07-031-6/+8
* hwmon: (adm1029) Ensure the fan_div cache is updated in set_fan_divAxel Lin2014-07-031-0/+3
* hwmon: (amc6821) Fix permissions for temp2_inputAxel Lin2014-07-031-1/+1
* hwmon: (ntc_thermistor) Correct information printed during probeNaveen Krishna Chatradhi2014-06-291-1/+1
* hwmon: (gpio-fan) Change name used in hwmon_device_register_with_groupsJulien D'Ascenzio2014-06-251-1/+1
* hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in KconfigJosef Gajdusek2014-06-251-0/+1
* hwmon: (ntc_thermistor) Use the manufacturer name properlyNaveen Krishna Chatradhi2014-06-252-3/+16
* hwmon: (w83l786ng) Report correct minimum fan speedAxel Lin2014-06-251-1/+1
* hwmon: vexpress: Use devm helper for hwmon device registrationPawel Moll2014-06-121-54/+28
* hwmon: (atxp1) Avoid forward declarationAxel Lin2014-06-121-24/+18
* hwmon: add support for Sensirion SHTC1 sensorTomas Pop2014-06-123-0/+262
* hwmon: (ltc4151) Convert to devm_hwmon_device_register_with_groupsAxel Lin2014-06-121-38/+13
* hwmon: (lm85) Drop generic detectionJean Delvare2014-06-121-23/+10
* hwmon: (ina2xx) Cast to s16 on shunt and current regsFabio Baltieri2014-06-121-3/+4
* Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-0329-1408/+2633
|\
| * hwmon: (nct6775) Fix probe unwind paths to properly unregister platform devicesAxel Lin2014-05-241-3/+5
| * hwmon: (nct6683) Fix probe unwind paths to properly unregister platform devicesAxel Lin2014-05-241-3/+5
| * hwmon: (ultra45_env) Introduce managed version of kzallocHimangi Saraogi2014-05-211-5/+2
| * hwmon: Driver for NCT6683DGuenter Roeck2014-05-213-0/+1466
| * hwmon: (lm80) Rearrange code to avoid forward declarationsGuenter Roeck2014-05-211-151/+139
| * hwmon: (lm80) Convert fan display function macros into functionsGuenter Roeck2014-05-211-34/+41
| * hwmon: (lm80) Convert voltage display function macros into functionsGuenter Roeck2014-05-211-72/+76
| * hwmon: (lm80) Convert temperature display function macros into functionsGuenter Roeck2014-05-211-75/+59
| * hwmon: (lm80) Normalize all temperature values to 16 bitGuenter Roeck2014-05-211-18/+14
| * hwmon: (lm80) Simplify TEMP_FROM_REGGuenter Roeck2014-05-211-14/+3
| * hwmon: (lm83) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2014-05-211-43/+16
| * hwmon: (lm83) Rearange code to avoid forward declarationsGuenter Roeck2014-05-211-61/+50
| * hwmon: (lm83) Drop FSF addressGuenter Roeck2014-05-211-4/+0
| * hwmon: (max1619) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2014-05-211-39/+14
| * hwmon: (max1619) Drop function macrosGuenter Roeck2014-05-211-68/+73
| * hwmon: (max1619) Rearrange code to avoid forward declarationsGuenter Roeck2014-05-211-89/+69
| * hwmon: (max1619) Drop FSF addressGuenter Roeck2014-05-211-5/+0
| * hwmon: (max1619) Fix critical alarm displayGuenter Roeck2014-05-211-0/+5
| * hwmon: (jc42) Add support for STTS2004 and AT30TSE004Guenter Roeck2014-05-211-0/+9
| * hwmon: (jc42) Convert function macros into functionsGuenter Roeck2014-05-211-110/+72
| * hwmon: (jc42) Rearrange code to avoid forward declarationsGuenter Roeck2014-05-211-97/+89