Age | Commit message (Expand) | Author |
2018-11-04 | hwmon: (ibmpowernv) Remove bogus __init annotations | Geert Uytterhoeven |
2018-11-04 | hwmon: (core) Fix double-free in __hwmon_device_register() | Dmitry Osipenko |
2018-10-23 | Merge tag 'for-linus-4.20' of https://github.com/cminyard/linux-ipmi | Linus Torvalds |
2018-10-23 | Merge tag 'regmap-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds |
2018-10-23 | Merge tag 'hwmon-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-10-21 | Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-... | Mark Brown |
2018-10-15 | hwmon: (pmbus) Fix page count auto-detection. | Dmitry Bazhenov |
2018-10-11 | hwmon: (pmbus) remove redundant 'default n' from Kconfig | Bartlomiej Zolnierkiewicz |
2018-10-11 | hwmon: (core) Add trace events to _attr_show/store functions | Nicolin Chen |
2018-10-11 | Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern... | Greg Kroah-Hartman |
2018-10-10 | hwmon: (ina3221) Use _info API to register hwmon device | Nicolin Chen |
2018-10-10 | hwmon: (npcm-750-pwm-fan) Change initial pwm target to 255 | Kun Yi |
2018-10-10 | hwmon: (ina3221) Validate shunt resistor value from DT | Nicolin Chen |
2018-10-10 | hwmon: (tmp421) make const array 'names' static | Colin Ian King |
2018-10-10 | hwmon: (core) Add hwmon_in_enable attribute | Nicolin Chen |
2018-10-10 | hwmon: (ina3221) mark PM functions as __maybe_unused | Arnd Bergmann |
2018-10-10 | hwmon: (ina3221) Read channel input source info from DT | Nicolin Chen |
2018-10-10 | hwmon: (ina3221) Add suspend and resume functions | Nicolin Chen |
2018-10-10 | hwmon: (ina3221) Fix INA3221_CONFIG_MODE macros | Nicolin Chen |
2018-10-10 | hwmon: (ina3221) Add INA3221_CONFIG to volatile_table | Nicolin Chen |
2018-10-10 | hwmon: (pwm-fan) Set fan speed to 0 on suspend | Thierry Reding |
2018-10-10 | hwmon: (pwm-fan) Silence error on probe deferral | Thierry Reding |
2018-10-10 | hwmon: (scpi-hwmon) remove redundant continue | zhong jiang |
2018-10-10 | hwmon: (nct6775) Add support for NCT6798D | Guenter Roeck |
2018-10-10 | hwmon: (nct6775) Add support for NCT6797D | Guenter Roeck |
2018-10-10 | hwmon: (nct6775) Fix names of DIMM temperature sources | Guenter Roeck |
2018-10-10 | hwmon: (nct6796) Clean up and amend fan/pwm configuration for NCT6796D | Guenter Roeck |
2018-10-10 | hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6795D | Guenter Roeck |
2018-10-10 | hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6793D | Guenter Roeck |
2018-10-10 | hwmon: (nct6775) Fix fan6/pwm6 detection for NCT6792D | Guenter Roeck |
2018-10-10 | hwmon: (nct6775) Improve instruction grouping | Guenter Roeck |
2018-10-10 | hwmon: (nct6775) Use logical or instead of if statements where possible | Guenter Roeck |
2018-10-10 | hwmon: (nct6775) Declare and initialize LDN specific config variables earlier | Guenter Roeck |
2018-10-10 | hwmon: (nct6775) Move config variable declarations and initializations | Guenter Roeck |
2018-10-10 | hwmon: (nct6775) Replace 'regval' with variables named after config registers | Guenter Roeck |
2018-10-10 | hwmon: (nct6775) Rename configuration register variables | Guenter Roeck |
2018-10-10 | hwmon: (nct6775) Only display fan speed tolerance conditionally | Guenter Roeck |
2018-10-10 | hwmon: (lm92) Fix whitespace issues | Guenter Roeck |
2018-10-10 | hwmon: (scmi) Remove redundant pointer check | Nathan Chancellor |
2018-10-10 | hwmon: (asus_atk0110) Use PTR_ERR_OR_ZERO instead of reimplementing its function | zhong jiang |
2018-10-10 | hwmon: (lm75) Add MAX31725/6 support | Kun Yi |
2018-10-10 | hwmon: (sht15) Switch to SPDX identifier | Fabio Estevam |
2018-10-10 | hwmon: (mc13783-adc) Switch to SPDX identifier | Fabio Estevam |
2018-10-10 | hwmon: (nct6775) Clean up a condition | Dan Carpenter |
2018-10-10 | hwmon: (k10temp) Support all Family 15h Model 6xh and Model 7xh processors | Guenter Roeck |
2018-10-10 | hwmon: (ibmpowernv) drop unnecessary OF name NULL checks | Rob Herring |
2018-10-10 | hwmon: (iio_hwmon) Do not duplicate or sanitize fixed string | Guenter Roeck |
2018-10-10 | hwmon: Convert to using %pOFn instead of device_node.name | Rob Herring |
2018-10-10 | drivers: hwmon: (pmbus/ltc2978) Add support for LTM4686 uModule | Michael Hennerich |
2018-10-05 | treewide: Replace more open-coded allocation size multiplications | Kees Cook |