summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2018-12-17hwmon: (w83795) temp4_type has writable permissionHuacai Chen1-1/+1
2018-12-17hwmon: (ina2xx) Fix current value calculationNicolin Chen1-1/+1
2018-11-27hwmon: (ibmpowernv) Remove bogus __init annotationsGeert Uytterhoeven1-4/+3
2018-11-21hwmon: (pmbus) Fix page count auto-detection.Dmitry Bazhenov2-1/+6
2018-10-10hwmon: (adt7475) Make adt7475_read_word() return errorsDan Carpenter1-5/+9
2018-10-10hwmon: (ina2xx) fix sysfs shunt resistor read accessLothar Felten1-2/+11
2018-05-30hwmon: (pmbus/adm1275) Accept negative page register valuesGuenter Roeck1-2/+2
2018-05-30hwmon: (pmbus/max8688) Accept negative page register valuesGuenter Roeck1-1/+1
2018-05-30hwmon: (nct6775) Fix writing pwmX_modeGuenter Roeck1-5/+5
2018-04-24hwmon: (ina2xx) Fix access to uninitialized mutexMarek Szyprowski1-2/+1
2018-04-13hwmon: (ina2xx) Make calibration register value fixedMaciej Purski1-37/+50
2018-03-22driver: (adm1275) set the m,b and R coefficients correctly for powerShikhar Dogra1-2/+2
2018-02-03hwmon: (pmbus) Use 64bit math for DIRECT format valuesRobert Lippert1-9/+12
2017-12-25hwmon: (asus_atk0110) fix uninitialized data accessArnd Bergmann1-0/+3
2017-10-08hwmon: (gl520sm) Fix overflows and crash seen when writing into limit attributesGuenter Roeck1-9/+16
2017-01-12hwmon: (g762) Fix overflows and crash seen when writing limit attributesGuenter Roeck1-4/+7
2017-01-12hwmon: (nct7802) Fix overflows seen when writing into limit attributesGuenter Roeck1-3/+5
2017-01-12hwmon: (ds620) Fix overflows seen when writing temperature limitsGuenter Roeck1-1/+1
2017-01-12hwmon: (amc6821) sign extension temperatureJared Bents1-2/+2
2017-01-12hwmon: (scpi) Fix module autoloadJavier Martinez Canillas1-0/+1
2016-10-07hwmon: (adt7411) set bit 3 in CFG1 registerMichael Walle1-1/+4
2016-09-07hwmon: (iio_hwmon) fix memory leak in name attributeQuentin Schulz1-12/+12
2016-07-27hwmon: (dell-smm) Cache fan_type() calls and change fan detectionPali Rohár1-5/+20
2016-07-27hwmon: (dell-smm) Disallow fan_type() calls on broken machinesPali Rohár1-11/+25
2016-07-27hwmon: (dell-smm) Restrict fan control and serial number to CAP_SYS_ADMIN by ...Pali Rohár1-7/+12
2016-06-08hwmon: (ads7828) Enable internal referenceAkshay Bhat1-0/+10
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
2016-03-04hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hookNishanth Menon1-6/+1
2016-03-04hwmon: (dell-smm) Blacklist Dell Studio XPS 8000Thorsten Leemhuis1-0/+11
2015-12-18hwmon: (sht15) Select CONFIG_BITREVERSEArnd Bergmann1-0/+1
2015-12-10hwmon: (tmp102) Force wait for conversion time for the first valid dataNishanth Menon1-1/+15
2015-11-16hwmon: (scpi) skip unsupported sensors properlySudeep Holla1-10/+11
2015-11-16hwmon: (scpi) add thermal-of dependencyArnd Bergmann1-0/+1
2015-11-16hwmon : (applesmc) Fix uninitialized variables warningsShuah Khan1-1/+1
2015-11-16hwmon: (ina2xx) Fix build issue by selecting REGMAP_I2CLi Yang1-0/+1
2015-11-11Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-0/+297
2015-11-10Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2015-11-09hwmon: (k10temp) Remove duplicate pci-id defineAdam Majer1-1/+0
2015-11-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2015-11-06Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds6-6/+0
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown6-6/+0
2015-11-01hwmon: (fam15h_power) Add max compute unit accumulated powerHuang Rui1-0/+12
2015-11-01hwmon: (fam15h_power) Enable power1_input on AMD CarrizoHuang Rui1-2/+7
2015-11-01hwmon: (fam15h_power) Refactor attributes for dynamically addedHuang Rui1-25/+45
2015-10-31hwmon: (ina2xx) remove no longer used variable 'kind'Marc Titinger1-4/+2
2015-10-30hwmon: (nct6775) Introduce separate temperature labels for NCT6792 and NCT6793Guenter Roeck1-1/+82
2015-10-30hwmon: (nct6775) NCT6791D and NCT6792D have an additional temperature sourceGuenter Roeck1-5/+13
2015-10-29hwmon: (ina2xx) give precedence to DT over checking for platform data.Marc Titinger1-13/+12
2015-10-29hwmon: (ina2xx) convert driver to using regmapMarc Titinger1-128/+86