summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (ina3221) mark PM functions as __maybe_unusedArnd Bergmann2018-10-111-4/+2Star
* hwmon: (ina3221) Read channel input source info from DTNicolin Chen2018-10-111-14/+221
* hwmon: (ina3221) Add suspend and resume functionsNicolin Chen2018-10-111-0/+63
* hwmon: (ina3221) Fix INA3221_CONFIG_MODE macrosNicolin Chen2018-10-111-3/+3
* hwmon: (ina3221) Add INA3221_CONFIG to volatile_tableNicolin Chen2018-10-111-1/+1
* hwmon: (pwm-fan) Set fan speed to 0 on suspendThierry Reding2018-10-111-1/+11
* hwmon: (pwm-fan) Silence error on probe deferralThierry Reding2018-10-111-2/+6
* hwmon: (scpi-hwmon) remove redundant continuezhong jiang2018-10-111-3/+1Star
* hwmon: (nct6775) Add support for NCT6798DGuenter Roeck2018-10-111-4/+80
* hwmon: (nct6775) Add support for NCT6797DGuenter Roeck2018-10-111-4/+41
* hwmon: (nct6775) Fix names of DIMM temperature sourcesGuenter Roeck2018-10-111-8/+8
* hwmon: (nct6796) Clean up and amend fan/pwm configuration for NCT6796DGuenter Roeck2018-10-111-14/+13Star
* hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6795DGuenter Roeck2018-10-111-4/+15
* hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6793DGuenter Roeck2018-10-111-5/+14
* hwmon: (nct6775) Fix fan6/pwm6 detection for NCT6792DGuenter Roeck2018-10-111-1/+4
* hwmon: (nct6775) Improve instruction groupingGuenter Roeck2018-10-111-4/+4
* hwmon: (nct6775) Use logical or instead of if statements where possibleGuenter Roeck2018-10-111-23/+11Star
* hwmon: (nct6775) Declare and initialize LDN specific config variables earlierGuenter Roeck2018-10-111-5/+6
* hwmon: (nct6775) Move config variable declarations and initializationsGuenter Roeck2018-10-111-19/+11Star
* hwmon: (nct6775) Replace 'regval' with variables named after config registersGuenter Roeck2018-10-111-20/+23
* hwmon: (nct6775) Rename configuration register variablesGuenter Roeck2018-10-111-21/+21
* hwmon: (nct6775) Only display fan speed tolerance conditionallyGuenter Roeck2018-10-111-13/+19
* hwmon: (lm92) Fix whitespace issuesGuenter Roeck2018-10-111-6/+8
* hwmon: (scmi) Remove redundant pointer checkNathan Chancellor2018-10-111-1/+1
* hwmon: (asus_atk0110) Use PTR_ERR_OR_ZERO instead of reimplementing its functionzhong jiang2018-10-111-3/+1Star
* hwmon: (lm75) Add MAX31725/6 supportKun Yi2018-10-111-2/+16
* hwmon: (sht15) Switch to SPDX identifierFabio Estevam2018-10-111-4/+1Star
* hwmon: (mc13783-adc) Switch to SPDX identifierFabio Estevam2018-10-111-13/+1Star
* hwmon: (nct6775) Clean up a conditionDan Carpenter2018-10-111-2/+1Star
* hwmon: (k10temp) Support all Family 15h Model 6xh and Model 7xh processorsGuenter Roeck2018-10-111-2/+3
* hwmon: (ibmpowernv) drop unnecessary OF name NULL checksRob Herring2018-10-111-6/+0Star
* hwmon: (iio_hwmon) Do not duplicate or sanitize fixed stringGuenter Roeck2018-10-111-6/+7
* hwmon: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-114-9/+8Star
* drivers: hwmon: (pmbus/ltc2978) Add support for LTM4686 uModuleMichael Hennerich2018-10-112-2/+10
* Merge tag 'hwmon-for-linus-v4.19-rc5' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2018-09-191-23/+49
|\
| * hwmon: (nct6775) Use different register to get fan RPM for fan7Guenter Roeck2018-09-171-2/+2
| * hwmon: (nct6775) Fix RPM output for fan7 on NCT6796DGuenter Roeck2018-09-161-4/+9
| * hwmon: (nct6775) Fix virtual temperature sources for NCT6796DGuenter Roeck2018-09-151-6/+22
| * hwmon: (nct6775) Fix access to fan pulse registersGuenter Roeck2018-09-071-11/+16
| * hwmon: (nct6775) Set weight source to zero correctlyDan Carpenter2018-09-051-1/+1
* | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-09-091-0/+1
|\ \ | |/ |/|
| * hwmon: rpi: add module alias to raspberrypi-hwmonPeter Robinson2018-09-051-0/+1
* | hwmon: (nct6775) Fix potential Spectre v1Gustavo A. R. Silva2018-08-271-0/+2
* | hwmon: (adt7475) Make adt7475_read_word() return errorsDan Carpenter2018-08-271-5/+9
* | hwmon: (adt7475) Potential error pointer dereferencesDan Carpenter2018-08-271-3/+8
* | hwmon: (ina2xx) fix sysfs shunt resistor read accessLothar Felten2018-08-271-2/+11
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-233-0/+177
|\
| * Merge tag 'arm-soc/for-4.19/drivers' of https://github.com/Broadcom/stblinux ...Olof Johansson2018-07-143-0/+177
| |\
| | * hwmon: Add support for RPi voltage sensorStefan Wahren2018-07-093-0/+177
* | | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-182-0/+2
|\ \ \