summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)Author
2019-02-27hwmon: (tmp421) Correct the misspelling of the tmp442 compatible attribute in...Cheng-Min Ao
2019-02-27hwmon: (nct6775) Enable IO mapping for NCT6797D and NCT6798DGuenter Roeck
2019-02-27hwmon: (nct6775) Fix chip ID for NCT6798DGuenter Roeck
2019-02-23hwmon: (lm80) Fix missing unlock on error in set_fan_div()Wei Yongjun
2019-02-12hwmon: (lm80) fix a missing check of bus read in lm80 probeKangjie Lu
2019-02-12hwmon: (lm80) fix a missing check of the status of SMBus readKangjie Lu
2018-11-18hwmon: (w83795) temp4_type has writable permissionHuacai Chen
2018-11-16hwmon: (mlxreg-fan) Fix macros for tacho fault readingVadim Pasternak
2018-11-14hwmon: (ina2xx) Fix current value calculationNicolin Chen
2018-11-13hwmon: (raspberrypi) Fix initial notifyStefan Wahren
2018-11-13hwmon (ina2xx) Fix NULL id pointer in probe()Nicolin Chen
2018-11-04hwmon: (ibmpowernv) Remove bogus __init annotationsGeert Uytterhoeven
2018-11-04hwmon: (core) Fix double-free in __hwmon_device_register()Dmitry Osipenko
2018-10-23Merge tag 'for-linus-4.20' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2018-10-23Merge tag 'regmap-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2018-10-23Merge tag 'hwmon-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-10-21Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...Mark Brown
2018-10-15hwmon: (pmbus) Fix page count auto-detection.Dmitry Bazhenov
2018-10-11hwmon: (pmbus) remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz
2018-10-11hwmon: (core) Add trace events to _attr_show/store functionsNicolin Chen
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman
2018-10-10hwmon: (ina3221) Use _info API to register hwmon deviceNicolin Chen
2018-10-10hwmon: (npcm-750-pwm-fan) Change initial pwm target to 255Kun Yi
2018-10-10hwmon: (ina3221) Validate shunt resistor value from DTNicolin Chen
2018-10-10hwmon: (tmp421) make const array 'names' staticColin Ian King
2018-10-10hwmon: (core) Add hwmon_in_enable attributeNicolin Chen
2018-10-10hwmon: (ina3221) mark PM functions as __maybe_unusedArnd Bergmann
2018-10-10hwmon: (ina3221) Read channel input source info from DTNicolin Chen
2018-10-10hwmon: (ina3221) Add suspend and resume functionsNicolin Chen
2018-10-10hwmon: (ina3221) Fix INA3221_CONFIG_MODE macrosNicolin Chen
2018-10-10hwmon: (ina3221) Add INA3221_CONFIG to volatile_tableNicolin Chen
2018-10-10hwmon: (pwm-fan) Set fan speed to 0 on suspendThierry Reding
2018-10-10hwmon: (pwm-fan) Silence error on probe deferralThierry Reding
2018-10-10hwmon: (scpi-hwmon) remove redundant continuezhong jiang
2018-10-10hwmon: (nct6775) Add support for NCT6798DGuenter Roeck
2018-10-10hwmon: (nct6775) Add support for NCT6797DGuenter Roeck
2018-10-10hwmon: (nct6775) Fix names of DIMM temperature sourcesGuenter Roeck
2018-10-10hwmon: (nct6796) Clean up and amend fan/pwm configuration for NCT6796DGuenter Roeck
2018-10-10hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6795DGuenter Roeck
2018-10-10hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6793DGuenter Roeck
2018-10-10hwmon: (nct6775) Fix fan6/pwm6 detection for NCT6792DGuenter Roeck
2018-10-10hwmon: (nct6775) Improve instruction groupingGuenter Roeck
2018-10-10hwmon: (nct6775) Use logical or instead of if statements where possibleGuenter Roeck
2018-10-10hwmon: (nct6775) Declare and initialize LDN specific config variables earlierGuenter Roeck
2018-10-10hwmon: (nct6775) Move config variable declarations and initializationsGuenter Roeck
2018-10-10hwmon: (nct6775) Replace 'regval' with variables named after config registersGuenter Roeck
2018-10-10hwmon: (nct6775) Rename configuration register variablesGuenter Roeck
2018-10-10hwmon: (nct6775) Only display fan speed tolerance conditionallyGuenter Roeck
2018-10-10hwmon: (lm92) Fix whitespace issuesGuenter Roeck
2018-10-10hwmon: (scmi) Remove redundant pointer checkNathan Chancellor