summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* 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-111-15/+0
| * | | hwmon: (core) Add trace events to _attr_show/store functionsNicolin Chen2018-10-111-7/+20
| * | | hwmon: (ina3221) Use _info API to register hwmon deviceNicolin Chen2018-10-101-283/+235
| * | | hwmon: (npcm-750-pwm-fan) Change initial pwm target to 255Kun Yi2018-10-101-1/+1
| * | | hwmon: (ina3221) Validate shunt resistor value from DTNicolin Chen2018-10-101-1/+7
| * | | hwmon: (tmp421) make const array 'names' staticColin Ian King2018-10-101-2/+4
| * | | hwmon: (core) Add hwmon_in_enable attributeNicolin Chen2018-10-101-0/+1
| * | | hwmon: (ina3221) mark PM functions as __maybe_unusedArnd Bergmann2018-10-101-4/+2
| * | | hwmon: (ina3221) Read channel input source info from DTNicolin Chen2018-10-101-14/+221
| * | | hwmon: (ina3221) Add suspend and resume functionsNicolin Chen2018-10-101-0/+63
| * | | hwmon: (ina3221) Fix INA3221_CONFIG_MODE macrosNicolin Chen2018-10-101-3/+3
| * | | hwmon: (ina3221) Add INA3221_CONFIG to volatile_tableNicolin Chen2018-10-101-1/+1
| * | | hwmon: (pwm-fan) Set fan speed to 0 on suspendThierry Reding2018-10-101-1/+11
| * | | hwmon: (pwm-fan) Silence error on probe deferralThierry Reding2018-10-101-2/+6
| * | | hwmon: (scpi-hwmon) remove redundant continuezhong jiang2018-10-101-3/+1
| * | | hwmon: (nct6775) Add support for NCT6798DGuenter Roeck2018-10-101-4/+80
| * | | hwmon: (nct6775) Add support for NCT6797DGuenter Roeck2018-10-101-4/+41
| * | | hwmon: (nct6775) Fix names of DIMM temperature sourcesGuenter Roeck2018-10-101-8/+8
| * | | hwmon: (nct6796) Clean up and amend fan/pwm configuration for NCT6796DGuenter Roeck2018-10-101-14/+13
| * | | hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6795DGuenter Roeck2018-10-101-4/+15
| * | | hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6793DGuenter Roeck2018-10-101-5/+14
| * | | hwmon: (nct6775) Fix fan6/pwm6 detection for NCT6792DGuenter Roeck2018-10-101-1/+4
| * | | hwmon: (nct6775) Improve instruction groupingGuenter Roeck2018-10-101-4/+4
| * | | hwmon: (nct6775) Use logical or instead of if statements where possibleGuenter Roeck2018-10-101-23/+11
| * | | hwmon: (nct6775) Declare and initialize LDN specific config variables earlierGuenter Roeck2018-10-101-5/+6
| * | | hwmon: (nct6775) Move config variable declarations and initializationsGuenter Roeck2018-10-101-19/+11
| * | | hwmon: (nct6775) Replace 'regval' with variables named after config registersGuenter Roeck2018-10-101-20/+23
| * | | hwmon: (nct6775) Rename configuration register variablesGuenter Roeck2018-10-101-21/+21
| * | | hwmon: (nct6775) Only display fan speed tolerance conditionallyGuenter Roeck2018-10-101-13/+19
| * | | hwmon: (lm92) Fix whitespace issuesGuenter Roeck2018-10-101-6/+8
| * | | hwmon: (scmi) Remove redundant pointer checkNathan Chancellor2018-10-101-1/+1
| * | | hwmon: (asus_atk0110) Use PTR_ERR_OR_ZERO instead of reimplementing its functionzhong jiang2018-10-101-3/+1
| * | | hwmon: (lm75) Add MAX31725/6 supportKun Yi2018-10-101-2/+16
| * | | hwmon: (sht15) Switch to SPDX identifierFabio Estevam2018-10-101-4/+1
| * | | hwmon: (mc13783-adc) Switch to SPDX identifierFabio Estevam2018-10-101-13/+1
| * | | hwmon: (nct6775) Clean up a conditionDan Carpenter2018-10-101-2/+1
| * | | hwmon: (k10temp) Support all Family 15h Model 6xh and Model 7xh processorsGuenter Roeck2018-10-101-2/+3
| * | | hwmon: (ibmpowernv) drop unnecessary OF name NULL checksRob Herring2018-10-101-6/+0
| * | | hwmon: (iio_hwmon) Do not duplicate or sanitize fixed stringGuenter Roeck2018-10-101-6/+7
| * | | hwmon: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-104-9/+8
| * | | drivers: hwmon: (pmbus/ltc2978) Add support for LTM4686 uModuleMichael Hennerich2018-10-102-2/+10
* | | | Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2018-10-111-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | treewide: Replace more open-coded allocation size multiplicationsKees Cook2018-10-051-1/+1
OpenPOWER on IntegriCloud