summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (g762) Fix overflows and crash seen when writing limit attributesGuenter Roeck2017-03-161-4/+7
* hwmon: (ds620) Fix overflows seen when writing temperature limitsGuenter Roeck2017-03-161-1/+1
* hwmon: (adt7411) set bit 3 in CFG1 registerMichael Walle2016-11-201-1/+4
* hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiatedGuenter Roeck2016-05-011-0/+6
* hwmon: (ads1015) Handle negative conversion values correctlyPeter Rosin2016-03-081-1/+1
* hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chipsGuenter Roeck2015-10-061-6/+10
* hwmon: (mcp3021) Fix broken output scalingStevens, Nick2015-07-151-13/+1
* hwmon: (nct6775) Add missing sysfs attribute initializationGuenter Roeck2015-06-031-0/+2
* hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGEChris Lesiak2015-06-031-0/+9
* hwmon: (ds1621) Update zbits after conversion rate changeRobert Coulson2014-10-051-0/+1
* hwmon: (lm92) Prevent overflow problem when writing large limitsAxel Lin2014-09-051-7/+6
* hwmon: (dme1737) Prevent overflow problem when writing large limitsAxel Lin2014-09-051-15/+18
* hwmon: (ads1015) Fix out-of-bounds array accessAxel Lin2014-09-051-0/+2
* hwmon: (lm85) Fix various errors on attribute writesGuenter Roeck2014-09-051-3/+6
* hwmon: (ads1015) Fix off-by-one for valid channel index checkingAxel Lin2014-09-051-1/+1
* hwmon: (gpio-fan) Prevent overflow problem when writing large limitsAxel Lin2014-09-051-1/+1
* hwmon: (lm78) Fix overflow problems seen when writing large temperature limitsGuenter Roeck2014-09-051-1/+1
* hwmon: (amc6821) Fix possible race condition bugAxel Lin2014-09-051-6/+11
* hwmon: (sis5595) Prevent overflow problem when writing large limitsAxel Lin2014-09-051-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