Age | Commit message (Expand) | Author | Files | Lines |
2019-08-07 | hwmon: (lm75) Fixup tmp75b clr_mask | Iker Perez del Palomar Sustatxa | 1 | -1/+1 |
2019-08-07 | hwmon: (nct7802) Fix wrong detection of in4 presence | Guenter Roeck | 1 | -3/+3 |
2019-07-21 | hwmon: (nct6775) Fix register address and added missed tolerance for nct6106 | Björn Gerhart | 1 | -1/+2 |
2019-07-21 | hwmon: (occ) Fix division by zero issue | Lei YU | 1 | -2/+4 |
2019-07-19 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 1 | -0/+48 |
2019-07-11 | Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -2/+3 |
2019-07-11 | Merge tag 'hwmon-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/g... | Linus Torvalds | 17 | -457/+864 |
2019-07-08 | Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -18/+18 |
2019-07-08 | hwmon: (ina3221) Add of_node_put() before return | Nishka Dasgupta | 1 | -1/+3 |
2019-07-08 | hwmon: (gpio-fan) fix sysfs notifications and udev events for gpio-fan alarms | Christian Schneider | 1 | -2/+2 |
2019-07-08 | hwmon: (gpio-fan) move fan_alarm_init after devm_hwmon_device_register_with_g... | Christian Schneider | 1 | -7/+7 |
2019-07-08 | hwmon: (lm90) Introduce function to update configuration register | Guenter Roeck | 1 | -49/+40 |
2019-07-08 | hwmon: (lm90) Cache configuration register value | Guenter Roeck | 1 | -31/+28 |
2019-07-08 | hwmon: (lm90) Fix max6658 sporadic wrong temperature reading | Boyang Yu | 1 | -4/+38 |
2019-07-08 | hwmon: (nct7904) Changes comments in probe function. | amy.shih | 1 | -2/+2 |
2019-07-08 | hwmon: (nct7904) Add error handling in probe function. | amy.shih | 1 | -5/+18 |
2019-07-03 | Merge tag 'fsi-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joel... | Greg Kroah-Hartman | 2 | -2/+3 |
2019-07-03 | OCC: FSI and hwmon: Add sequence numbering | Eddie James | 2 | -2/+3 |
2019-06-23 | hwmon: Convert remaining drivers to use SPDX identifier | Guenter Roeck | 2 | -19/+1 |
2019-06-23 | hwmon: (max6650) Fix unused variable warning | Arnd Bergmann | 1 | -10/+9 |
2019-06-23 | hwmon: (pmbus/adm1275) Fix power sampling support | Guenter Roeck | 1 | -19/+65 |
2019-06-23 | hwmon: (lm90) simplify getting the adapter of a client | Wolfram Sang | 1 | -1/+1 |
2019-06-23 | hwmon: (asus_atk0110) no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -20/+3 |
2019-06-23 | hwmon: (max6650) Fix minor formatting issues | Guenter Roeck | 1 | -5/+4 |
2019-06-23 | hwmon: (max6650) Improve error handling in max6650_update_device | Guenter Roeck | 1 | -7/+24 |
2019-06-23 | hwmon: (max6650) Read non-volatile registers only once | Guenter Roeck | 1 | -8/+15 |
2019-06-23 | hwmon: (max6650) Convert to use devm_hwmon_device_register_with_info | Guenter Roeck | 1 | -261/+247 |
2019-06-23 | hwmon: (max6650) Simplify alarm handling | Guenter Roeck | 1 | -6/+3 |
2019-06-23 | hwmon: (max6650) Cache alarm_en register | Guenter Roeck | 1 | -3/+9 |
2019-06-23 | hwmon: (max6650) Declare valid as boolean | Guenter Roeck | 1 | -2/+2 |
2019-06-23 | hwmon: (max6650) Improve error handling in max6650_init_client | Guenter Roeck | 1 | -19/+24 |
2019-06-23 | hwmon: (max6650) Introduce pwm_to_dac and dac_to_pwm | Guenter Roeck | 1 | -28/+27 |
2019-06-23 | hwmon: (max6650) Use devm function to register thermal device | Guenter Roeck | 1 | -20/+7 |
2019-06-23 | hwmon: (core) Add comment describing how hwdev is freed in error path | Guenter Roeck | 1 | -0/+6 |
2019-06-23 | hwmon: (smsc47m1) fix (suspicious) outside array bounds warnings | Masahiro Yamada | 1 | -0/+2 |
2019-06-23 | hwmon: (pmbus) Add Infineon IRPS5401 driver | Robert Hancock | 3 | -0/+77 |
2019-06-23 | hwmon: (nct7904) Fix the incorrect value of tcpu_mask in nct7904_data struct. | amy.shih | 1 | -9/+63 |
2019-06-23 | hwmon: (pmbus) Add Infineon PXE1610 VR driver | Vijay Khemka | 3 | -0/+149 |
2019-06-23 | hwmon: (occ) Add temp sensor value check | Alexander Soldatov | 1 | -0/+6 |
2019-06-23 | hwmon: (pmbus/adm1275) support PMBUS_VIRT_*_SAMPLES | Adamski, Krzysztof (Nokia - PL/Wroclaw) | 1 | -1/+58 |
2019-06-23 | hwmon: (pwm-fan) Check return value from devm_add_action_or_reset | Guenter Roeck | 1 | -3/+7 |
2019-06-23 | hwmon: (gpio-fan) Check return value from devm_add_action_or_reset | Guenter Roeck | 1 | -1/+3 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 4 | -16/+4 |
2019-06-17 | Merge tag 'scmi-updates-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Olof Johansson | 1 | -0/+48 |
2019-06-12 | hwmon: scmi: Scale values to target desired HWMON units | Florian Fainelli | 1 | -0/+48 |
2019-06-08 | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 21 | -150/+21 |
2019-06-05 | hwmon: (pmbus/core) Treat parameters as paged if on multiple pages | Robert Hancock | 1 | -4/+30 |
2019-06-05 | hwmon: (pmbus/core) mutex_lock write in pmbus_set_samples | Adamski, Krzysztof (Nokia - PL/Wroclaw) | 1 | -0/+3 |
2019-06-05 | hwmon: (core) add thermal sensors only if dev->of_node is present | Eduardo Valentin | 1 | -1/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 7 | -28/+7 |