summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2017-01-26hwmon: (g762) Fix overflows and crash seen when writing limit attributesGuenter Roeck1-4/+7
2017-01-26hwmon: (ds620) Fix overflows seen when writing temperature limitsGuenter Roeck1-1/+1
2016-10-07hwmon: (adt7411) set bit 3 in CFG1 registerMichael Walle1-1/+4
2016-04-20hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiatedGuenter Roeck1-0/+6
2016-04-11hwmon: (coretemp) Increase limit of maximum core ID from 32 to 128.Lukasz Odzioba1-1/+1
2016-03-03hwmon: (ads1015) Handle negative conversion values correctlyPeter Rosin1-1/+1
2015-10-27hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chipsGuenter Roeck1-6/+10
2015-08-04hwmon: (mcp3021) Fix broken output scalingStevens, Nick1-13/+1
2015-06-03hwmon: (nct6775) Add missing sysfs attribute initializationGuenter Roeck1-0/+2
2015-06-03hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGEChris Lesiak1-0/+9
2015-06-02hwmon: (k10temp) Add support for F15h M60hAravind Gopalakrishnan2-5/+34
2015-06-02hwmon: (k10temp) Add support for AMD F16 M30h processorAravind Gopalakrishnan2-2/+3
2014-10-13hwmon: (ds1621) Update zbits after conversion rate changeRobert Coulson1-0/+1
2014-09-03hwmon: (dme1737) Prevent overflow problem when writing large limitsAxel Lin1-15/+18
2014-09-03hwmon: (ads1015) Fix out-of-bounds array accessAxel Lin1-0/+2
2014-09-03hwmon: (lm85) Fix various errors on attribute writesGuenter Roeck1-3/+6
2014-09-03hwmon: (ads1015) Fix off-by-one for valid channel index checkingAxel Lin1-1/+1
2014-09-03hwmon: (gpio-fan) Prevent overflow problem when writing large limitsAxel Lin1-1/+1
2014-09-03hwmon: (lm78) Fix overflow problems seen when writing large temperature limitsGuenter Roeck1-1/+1
2014-09-03hwmon: (amc6821) Fix possible race condition bugAxel Lin1-6/+11
2014-09-03hwmon: (sis5595) Prevent overflow problem when writing large limitsAxel Lin1-1/+1
2014-07-30hwmon: (smsc47m192) Fix temperature limit and vrm write operationsGuenter Roeck1-1/+3
2014-07-29hwmon: (adt7470) Fix writes to temperature limit registersGuenter Roeck1-3/+3
2014-07-29hwmon: (da9052) Don't use dash in the name attributeAxel Lin1-1/+1
2014-07-29hwmon: (da9055) Don't use dash in the name attributeAxel Lin1-1/+1
2014-07-18hwmon: (adm1021) Fix cache problem when writing temperature limitsAxel Lin1-6/+8
2014-07-18hwmon: (adm1029) Ensure the fan_div cache is updated in set_fan_divAxel Lin1-0/+3
2014-07-18hwmon: (adm1031) Fix writes to limit registersGuenter Roeck1-3/+5
2014-07-18hwmon: (emc2103) Clamp limits instead of bailing outGuenter Roeck1-10/+5
2014-07-18hwmon: (amc6821) Fix permissions for temp2_inputAxel Lin1-1/+1
2014-07-17hwmon: (ina2xx) Cast to s16 on shunt and current regsFabio Baltieri1-3/+4
2014-06-20hwmon: (ntc_thermistor) Fix OF device ID mappingJean Delvare1-5/+6
2014-06-20hwmon: (ntc_thermistor) Fix dependenciesJean Delvare2-2/+4
2014-06-06hwmon: (emc1403) Support full range of known chip revision numbersJosef Gajdusek1-1/+1
2014-06-06hwmon: (emc1403) fix inverted store_hyst()Josef Gajdusek1-1/+1
2014-03-05hwmon: (max1668) Fix writing the minimum temperatureGuenter Roeck1-1/+1
2014-02-23hwmon: (ntc_thermistor) Avoid math overflowDoug Anderson1-3/+3
2014-02-06hwmon: (k10temp) Add support for Kaveri CPUsPhil Pokorny1-0/+1
2014-01-25hwmon: (coretemp) Fix truncated name of alarm attributesJean Delvare1-1/+1
2013-12-20hwmon: (w83l768ng) Fix fan speed control rangeJean Delvare1-3/+6
2013-12-20hwmon: (w83l786ng) Fix fan speed control mode setting and reportingBrian Carnes1-2/+2
2013-12-20hwmon: HIH-6130: Support I2C bus drivers without I2C_FUNC_SMBUS_QUICKJosé Miguel Gonçalves1-2/+14
2013-12-20hwmon: Prevent some divide by zeros in FAN_TO_REG()Dan Carpenter3-1/+5
2013-11-29hwmon: (lm90) Fix max6696 alarm handlingGuenter Roeck1-4/+7
2013-10-09hwmon: (applesmc) Always read until end of dataHenrik Rydberg1-0/+13
2013-09-26hwmon: (applesmc) Check key count before proceedingHenrik Rydberg1-1/+10
2013-09-12hwmon: (k10temp) remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-12hwmon: (tmp421) Fix return valueSachin Kamat1-1/+1
2013-09-12hwmon: (amc6821) Remove redundant breakSachin Kamat1-3/+0
2013-09-12hwmon: (amc6821) Fix return valueSachin Kamat1-2/+2