summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2016-04-20hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiatedGuenter Roeck1-0/+6
2016-03-04hwmon: (ads1015) Handle negative conversion values correctlyPeter Rosin1-1/+1
2015-10-23hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chipsGuenter Roeck1-6/+10
2015-08-03hwmon: (mcp3021) Fix broken output scalingStevens, Nick1-13/+1
2015-06-06hwmon: (nct6775) Add missing sysfs attribute initializationGuenter Roeck1-0/+2
2015-06-06hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGEChris Lesiak1-0/+9
2014-10-06hwmon: (ds1621) Update zbits after conversion rate changeRobert Coulson1-0/+1
2014-09-06hwmon: (dme1737) Prevent overflow problem when writing large limitsAxel Lin1-15/+18
2014-09-06hwmon: (ads1015) Fix out-of-bounds array accessAxel Lin1-0/+2
2014-09-06hwmon: (lm85) Fix various errors on attribute writesGuenter Roeck1-3/+6
2014-09-06hwmon: (ads1015) Fix off-by-one for valid channel index checkingAxel Lin1-1/+1
2014-09-06hwmon: (gpio-fan) Prevent overflow problem when writing large limitsAxel Lin1-1/+1
2014-09-06hwmon: (lm78) Fix overflow problems seen when writing large temperature limitsGuenter Roeck1-1/+1
2014-09-06hwmon: (amc6821) Fix possible race condition bugAxel Lin1-6/+11
2014-09-06hwmon: (sis5595) Prevent overflow problem when writing large limitsAxel Lin1-1/+1
2014-07-31hwmon: (smsc47m192) Fix temperature limit and vrm write operationsGuenter Roeck1-1/+3
2014-07-28hwmon: (adt7470) Fix writes to temperature limit registersGuenter Roeck1-3/+3
2014-07-28hwmon: (da9052) Don't use dash in the name attributeAxel Lin1-1/+1
2014-07-28hwmon: (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-09hwmon: (ina2xx) Cast to s16 on shunt and current regsFabio Baltieri1-3/+4
2014-06-11hwmon: (ntc_thermistor) Fix OF device ID mappingJean Delvare1-5/+6
2014-06-11hwmon: (ntc_thermistor) Fix dependenciesJean Delvare2-2/+4
2014-06-07hwmon: (emc1403) Support full range of known chip revision numbersJosef Gajdusek1-1/+1
2014-06-07hwmon: (emc1403) Fix resource leak on module unloadJean Delvare1-3/+3
2014-06-07hwmon: (emc1403) fix inverted store_hyst()Josef Gajdusek1-1/+1
2014-06-07Revert "hwmon: (coretemp) Refine TjMax detection"Guenter Roeck1-2/+2
2014-02-19hwmon: (max1668) Fix writing the minimum temperatureGuenter Roeck1-1/+1
2014-02-14hwmon: (ntc_thermistor) Avoid math overflowDoug Anderson1-3/+3
2014-02-07hwmon: (da9055) Remove use of regmap_irq_get_virq()Adam Thomson1-4/+0
2014-02-03hwmon: (pmbus) Support per-page exponent in linear modeGuenter Roeck1-32/+36
2014-02-02hwmon: Fix SENSORS_TMP102 dependencies to eliminate build errorsJean Delvare1-0/+1
2014-02-02hwmon: Fix SENSORS_LM75 dependencies to eliminate build errorsJean Delvare1-0/+1
2014-01-30Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds32-68/+135
2014-01-29Update Jean Delvare's e-mail addressJean Delvare31-48/+47
2014-01-29hwmon: (it87) Print proper names for the IT8771E and IT8772EJean Delvare1-0/+1
2014-01-29hwmon: (it87) Add support for the ITE IT8603ERudolf Marek2-20/+87
2014-01-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2-5/+49
2014-01-25Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-7/+2
2014-01-15hwmon: (k10temp) Add support for Kaveri CPUsPhil Pokorny1-0/+1
2014-01-15hwmon: (nct6775) Re-enable logical device mapping for NCT6791 during resumeGuenter Roeck1-11/+27
2014-01-15hwmon: (coretemp) Do not return -EAGAIN for low temperaturesGuenter Roeck1-8/+9
2014-01-15hwmon: (da9052) Fix adc to voltage calculationAnthony Olech1-2/+2
2014-01-15hwmon: (coretemp) Refine TjMax detectionGuenter Roeck1-2/+2
2014-01-15hwmon: (coretemp) Add PCI device ID for CE41x0 CPUsGuenter Roeck1-3/+1
2014-01-15hwmon: (coretemp) Use PCI host bridge ID to identify CPU if necessaryGuenter Roeck1-3/+30