summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (w83795) temp4_type has writable permissionHuacai Chen2018-11-181-1/+1
* hwmon: (mlxreg-fan) Fix macros for tacho fault readingVadim Pasternak2018-11-161-1/+1
* hwmon: (ina2xx) Fix current value calculationNicolin Chen2018-11-141-1/+1
* hwmon: (raspberrypi) Fix initial notifyStefan Wahren2018-11-131-6/+0Star
* hwmon (ina2xx) Fix NULL id pointer in probe()Nicolin Chen2018-11-131-2/+2
* hwmon: (ibmpowernv) Remove bogus __init annotationsGeert Uytterhoeven2018-11-051-4/+3Star
* hwmon: (core) Fix double-free in __hwmon_device_register()Dmitry Osipenko2018-11-051-4/+4
* Merge tag 'for-linus-4.20' of https://github.com/cminyard/linux-ipmiLinus Torvalds2018-10-232-2/+2
|\
| * hwmon:ibm: Change ipmi_user_t to struct ipmi_user *Corey Minyard2018-09-182-2/+2
* | Merge tag 'regmap-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2018-10-234-4/+8
|\ \
| | \
| | \
| *-. \ Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...Mark Brown2018-10-214-4/+8
| |\ \ \
| | | * | regmap: split up regmap_config.use_single_rwDavid Frey2018-09-074-4/+8
| | |/ /
* | | | Merge tag 'hwmon-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-2321-355/+725
|\ \ \ \ | |/ / / |/| | |
| * | | hwmon: (pmbus) Fix page count auto-detection.Dmitry Bazhenov2018-10-152-1/+6
| * | | hwmon: (pmbus) remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz2018-10-121-15/+0Star
| * | | hwmon: (core) Add trace events to _attr_show/store functionsNicolin Chen2018-10-121-7/+20
| * | | hwmon: (ina3221) Use _info API to register hwmon deviceNicolin Chen2018-10-111-283/+235Star
| * | | hwmon: (npcm-750-pwm-fan) Change initial pwm target to 255Kun Yi2018-10-111-1/+1
| * | | hwmon: (ina3221) Validate shunt resistor value from DTNicolin Chen2018-10-111-1/+7
| * | | hwmon: (tmp421) make const array 'names' staticColin Ian King2018-10-111-2/+4
| * | | hwmon: (core) Add hwmon_in_enable attributeNicolin Chen2018-10-111-0/+1
| * | | 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