| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | hwmon: (adm1275) Allow setting shunt reg value | Kun Yi | 2018-12-03 | 1 | -2/+13 |
* | hwmon: (w83795) temp4_type has writable permission | Huacai Chen | 2018-11-18 | 1 | -1/+1 |
* | hwmon: (mlxreg-fan) Fix macros for tacho fault reading | Vadim Pasternak | 2018-11-16 | 1 | -1/+1 |
* | hwmon: (ina2xx) Fix current value calculation | Nicolin Chen | 2018-11-14 | 1 | -1/+1 |
* | hwmon: (raspberrypi) Fix initial notify | Stefan Wahren | 2018-11-13 | 1 | -6/+0 |
* | hwmon (ina2xx) Fix NULL id pointer in probe() | Nicolin Chen | 2018-11-13 | 1 | -2/+2 |
* | hwmon: (ibmpowernv) Remove bogus __init annotations | Geert Uytterhoeven | 2018-11-05 | 1 | -4/+3 |
* | hwmon: (core) Fix double-free in __hwmon_device_register() | Dmitry Osipenko | 2018-11-05 | 1 | -4/+4 |
* | Merge tag 'for-linus-4.20' of https://github.com/cminyard/linux-ipmi | Linus Torvalds | 2018-10-23 | 2 | -2/+2 |
|\ |
|
| * | hwmon:ibm: Change ipmi_user_t to struct ipmi_user * | Corey Minyard | 2018-09-18 | 2 | -2/+2 |
* | | Merge tag 'regmap-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds | 2018-10-23 | 4 | -4/+8 |
|\ \ |
|
| | \ | |
| | \ | |
| *-. \ | Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-... | Mark Brown | 2018-10-21 | 4 | -4/+8 |
| |\ \ \ |
|
| | | * | | regmap: split up regmap_config.use_single_rw | David Frey | 2018-09-07 | 4 | -4/+8 |
| | |/ / |
|
* | | | | Merge tag 'hwmon-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-10-23 | 21 | -355/+725 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | hwmon: (pmbus) Fix page count auto-detection. | Dmitry Bazhenov | 2018-10-15 | 2 | -1/+6 |
| * | | | hwmon: (pmbus) remove redundant 'default n' from Kconfig | Bartlomiej Zolnierkiewicz | 2018-10-12 | 1 | -15/+0 |
| * | | | hwmon: (core) Add trace events to _attr_show/store functions | Nicolin Chen | 2018-10-12 | 1 | -7/+20 |
| * | | | hwmon: (ina3221) Use _info API to register hwmon device | Nicolin Chen | 2018-10-11 | 1 | -283/+235 |
| * | | | hwmon: (npcm-750-pwm-fan) Change initial pwm target to 255 | Kun Yi | 2018-10-11 | 1 | -1/+1 |
| * | | | hwmon: (ina3221) Validate shunt resistor value from DT | Nicolin Chen | 2018-10-11 | 1 | -1/+7 |
| * | | | hwmon: (tmp421) make const array 'names' static | Colin Ian King | 2018-10-11 | 1 | -2/+4 |
| * | | | hwmon: (core) Add hwmon_in_enable attribute | Nicolin Chen | 2018-10-11 | 1 | -0/+1 |
| * | | | hwmon: (ina3221) mark PM functions as __maybe_unused | Arnd Bergmann | 2018-10-11 | 1 | -4/+2 |
| * | | | hwmon: (ina3221) Read channel input source info from DT | Nicolin Chen | 2018-10-11 | 1 | -14/+221 |
| * | | | hwmon: (ina3221) Add suspend and resume functions | Nicolin Chen | 2018-10-11 | 1 | -0/+63 |
| * | | | hwmon: (ina3221) Fix INA3221_CONFIG_MODE macros | Nicolin Chen | 2018-10-11 | 1 | -3/+3 |
| * | | | hwmon: (ina3221) Add INA3221_CONFIG to volatile_table | Nicolin Chen | 2018-10-11 | 1 | -1/+1 |
| * | | | hwmon: (pwm-fan) Set fan speed to 0 on suspend | Thierry Reding | 2018-10-11 | 1 | -1/+11 |
| * | | | hwmon: (pwm-fan) Silence error on probe deferral | Thierry Reding | 2018-10-11 | 1 | -2/+6 |
| * | | | hwmon: (scpi-hwmon) remove redundant continue | zhong jiang | 2018-10-11 | 1 | -3/+1 |
| * | | | hwmon: (nct6775) Add support for NCT6798D | Guenter Roeck | 2018-10-11 | 1 | -4/+80 |
| * | | | hwmon: (nct6775) Add support for NCT6797D | Guenter Roeck | 2018-10-11 | 1 | -4/+41 |
| * | | | hwmon: (nct6775) Fix names of DIMM temperature sources | Guenter Roeck | 2018-10-11 | 1 | -8/+8 |
| * | | | hwmon: (nct6796) Clean up and amend fan/pwm configuration for NCT6796D | Guenter Roeck | 2018-10-11 | 1 | -14/+13 |
| * | | | hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6795D | Guenter Roeck | 2018-10-11 | 1 | -4/+15 |
| * | | | hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6793D | Guenter Roeck | 2018-10-11 | 1 | -5/+14 |
| * | | | hwmon: (nct6775) Fix fan6/pwm6 detection for NCT6792D | Guenter Roeck | 2018-10-11 | 1 | -1/+4 |
| * | | | hwmon: (nct6775) Improve instruction grouping | Guenter Roeck | 2018-10-11 | 1 | -4/+4 |
| * | | | hwmon: (nct6775) Use logical or instead of if statements where possible | Guenter Roeck | 2018-10-11 | 1 | -23/+11 |
| * | | | hwmon: (nct6775) Declare and initialize LDN specific config variables earlier | Guenter Roeck | 2018-10-11 | 1 | -5/+6 |
| * | | | hwmon: (nct6775) Move config variable declarations and initializations | Guenter Roeck | 2018-10-11 | 1 | -19/+11 |
| * | | | hwmon: (nct6775) Replace 'regval' with variables named after config registers | Guenter Roeck | 2018-10-11 | 1 | -20/+23 |
| * | | | hwmon: (nct6775) Rename configuration register variables | Guenter Roeck | 2018-10-11 | 1 | -21/+21 |
| * | | | hwmon: (nct6775) Only display fan speed tolerance conditionally | Guenter Roeck | 2018-10-11 | 1 | -13/+19 |
| * | | | hwmon: (lm92) Fix whitespace issues | Guenter Roeck | 2018-10-11 | 1 | -6/+8 |
| * | | | hwmon: (scmi) Remove redundant pointer check | Nathan Chancellor | 2018-10-11 | 1 | -1/+1 |
| * | | | hwmon: (asus_atk0110) Use PTR_ERR_OR_ZERO instead of reimplementing its function | zhong jiang | 2018-10-11 | 1 | -3/+1 |
| * | | | hwmon: (lm75) Add MAX31725/6 support | Kun Yi | 2018-10-11 | 1 | -2/+16 |
| * | | | hwmon: (sht15) Switch to SPDX identifier | Fabio Estevam | 2018-10-11 | 1 | -4/+1 |
| * | | | hwmon: (mc13783-adc) Switch to SPDX identifier | Fabio Estevam | 2018-10-11 | 1 | -13/+1 |