summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2018-10-11hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6793DGuenter Roeck1-5/+14
2018-10-11hwmon: (nct6775) Fix fan6/pwm6 detection for NCT6792DGuenter Roeck1-1/+4
2018-10-11hwmon: (nct6775) Improve instruction groupingGuenter Roeck1-4/+4
2018-10-11hwmon: (nct6775) Use logical or instead of if statements where possibleGuenter Roeck1-23/+11
2018-10-11hwmon: (nct6775) Declare and initialize LDN specific config variables earlierGuenter Roeck1-5/+6
2018-10-11hwmon: (nct6775) Move config variable declarations and initializationsGuenter Roeck1-19/+11
2018-10-11hwmon: (nct6775) Replace 'regval' with variables named after config registersGuenter Roeck1-20/+23
2018-10-11hwmon: (nct6775) Rename configuration register variablesGuenter Roeck1-21/+21
2018-10-11hwmon: (nct6775) Only display fan speed tolerance conditionallyGuenter Roeck1-13/+19
2018-10-11hwmon: (lm92) Fix whitespace issuesGuenter Roeck1-6/+8
2018-10-11hwmon: (scmi) Remove redundant pointer checkNathan Chancellor1-1/+1
2018-10-11hwmon: (asus_atk0110) Use PTR_ERR_OR_ZERO instead of reimplementing its functionzhong jiang1-3/+1
2018-10-11hwmon: (lm75) Add MAX31725/6 supportKun Yi1-2/+16
2018-10-11hwmon: (sht15) Switch to SPDX identifierFabio Estevam1-4/+1
2018-10-11hwmon: (mc13783-adc) Switch to SPDX identifierFabio Estevam1-13/+1
2018-10-11hwmon: (nct6775) Clean up a conditionDan Carpenter1-2/+1
2018-10-11hwmon: (k10temp) Support all Family 15h Model 6xh and Model 7xh processorsGuenter Roeck1-2/+3
2018-10-11hwmon: (ibmpowernv) drop unnecessary OF name NULL checksRob Herring1-6/+0
2018-10-11hwmon: (iio_hwmon) Do not duplicate or sanitize fixed stringGuenter Roeck1-6/+7
2018-10-11hwmon: Convert to using %pOFn instead of device_node.nameRob Herring4-9/+8
2018-10-11drivers: hwmon: (pmbus/ltc2978) Add support for LTM4686 uModuleMichael Hennerich2-2/+10
2018-09-19Merge tag 'hwmon-for-linus-v4.19-rc5' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman1-23/+49
2018-09-17hwmon: (nct6775) Use different register to get fan RPM for fan7Guenter Roeck1-2/+2
2018-09-16hwmon: (nct6775) Fix RPM output for fan7 on NCT6796DGuenter Roeck1-4/+9
2018-09-15hwmon: (nct6775) Fix virtual temperature sources for NCT6796DGuenter Roeck1-6/+22
2018-09-09Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-0/+1
2018-09-07hwmon: (nct6775) Fix access to fan pulse registersGuenter Roeck1-11/+16
2018-09-06hwmon: (nct6775) Set weight source to zero correctlyDan Carpenter1-1/+1
2018-09-05hwmon: rpi: add module alias to raspberrypi-hwmonPeter Robinson1-0/+1
2018-08-27hwmon: (nct6775) Fix potential Spectre v1Gustavo A. R. Silva1-0/+2
2018-08-27hwmon: (adt7475) Make adt7475_read_word() return errorsDan Carpenter1-5/+9
2018-08-27hwmon: (adt7475) Potential error pointer dereferencesDan Carpenter1-3/+8
2018-08-27hwmon: (ina2xx) fix sysfs shunt resistor read accessLothar Felten1-2/+11
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-0/+177
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+2
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-32/+206
2018-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2018-08-10hwmon: (adt7475) Change show functions to return error data correctlyTokunori Ikegami1-2/+38
2018-08-10hwmon: (adt7475) Change update functions to add error handlingTokunori Ikegami1-42/+145
2018-08-10hwmon: (adt7475) Change valid parameter to bool typeTokunori Ikegami1-1/+2
2018-08-10hwmon: (adt7475) Split device update function to measure and limitsTokunori Ikegami1-101/+109
2018-08-09hwmon: k10temp: Support Threadripper 2920X, 2970WX; simplify offset tableGuenter Roeck1-8/+2
2018-08-07hwmon: (k10temp) 27C Offset needed for Threadripper2Michael Larabel1-0/+2
2018-07-31hwmon: (ibmpowernv) Add attributes to enable/disable sensor groupsShilpasri G Bhat1-32/+206
2018-07-23hwmon: (iio_hwmon) Use devm functionsMaxime Roussin-BĂ©langer1-49/+18
2018-07-18hwmon: Add support for power min, lcrit, min_alarm and lcrit_alarmAndrew Lunn1-0/+4
2018-07-15Merge tag 'arm-soc/for-4.19/drivers' of https://github.com/Broadcom/stblinux ...Olof Johansson3-0/+177
2018-07-09hwmon: Add support for RPi voltage sensorStefan Wahren3-0/+177
2018-07-09hwmon: Add NPCM7xx PWM and Fan driverTomer Maimon3-0/+1068
2018-07-09hwmon: (pmbus/max34440) Add support for MAX34451.Kun Yi2-4/+91