Age | Commit message (Expand) | Author |
2020-12-02 | hwmon: (adm1177) Fix kerneldoc attribute formatting | Lee Jones |
2020-12-02 | hwmon: (corsair-psu) fix unintentional sign extension issue | Colin Ian King |
2020-12-02 | hwmon: add Corsair PSU HID controller driver | Wilken Gottwalt |
2020-12-02 | hwmon: (pmbus) shrink code and remove pmbus_do_remove() | Bartosz Golaszewski |
2020-12-02 | hwmon: (adt7470) Create functions for updating readings and limits | Chris Packham |
2020-12-02 | hwmon: (pmbus/max20730) delete some dead code | Dan Carpenter |
2020-12-02 | hwmon: (acpi_power_meter) clean up freeing code | Dan Carpenter |
2020-12-02 | hwmon: (ina3221) Fix PM usage counter unbalance in ina3221_write_enable | Zhang Qilong |
2020-11-13 | hwmon: (amd_energy) modify the visibility of the counters | Naveen Krishna Chatradhi |
2020-11-12 | hwmon: (applesmc) Re-work SMC comms | Brad Campbell |
2020-11-12 | hwmon: (pwm-fan) Fix RPM calculation | Paul Barker |
2020-11-03 | hwmon: (pmbus) Add mutex locking for sysfs reads | Robert Hancock |
2020-10-26 | hwmon: (pmbus/max20730) use scnprintf() instead of snprintf() | Dan Carpenter |
2020-10-24 | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds |
2020-10-14 | Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2020-10-14 | Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds |
2020-10-06 | hwmon: (pmbus/max20730) adjust the vout reading given voltage divider | Chu Lin |
2020-10-06 | hwmon: Add hardware monitoring driver for Moortec MR75203 PVT controller | Rahul Tanwar |
2020-10-05 | hwmon: (mlxreg-fan) Fix double "Mellanox" | Geert Uytterhoeven |
2020-10-05 | hwmon: (pmbus/max20730) add device monitoring via debugfs | Ugur Usug |
2020-10-05 | hwmon: (pmbus/max34440) Fix OC fault limits | Steve Foreman |
2020-10-04 | hwmon: (bt1-pvt) Wait for the completion with timeout | Serge Semin |
2020-10-04 | hwmon: (bt1-pvt) Cache current update timeout | Serge Semin |
2020-10-04 | hwmon: (bt1-pvt) Test sensor power supply on probe | Serge Semin |
2020-10-04 | hwmon: (lm75) Add regulator support | Alban Bedel |
2020-10-04 | hwmon: Add hwmon driver for Intel MAX 10 BMC | Xu Yilun |
2020-10-04 | hwmon: (pmbus) Add support for MPS Multi-phase mp2975 controller | Vadim Pasternak |
2020-10-04 | hwmon: (tmp513) fix spelling typo in comments | Wang Qing |
2020-10-04 | hwmon: (amd_energy) Improve the accumulation logic | Naveen Krishna Chatradhi |
2020-09-29 | hwmon: (amd_energy) optimize accumulation interval | Naveen Krishna Chatradhi |
2020-09-29 | hwmon: (amd_energy) Move label out of accumulation structure | Akshay Gupta |
2020-09-24 | hwmon: (adm9240) Convert to regmap | Chris Packham |
2020-09-24 | hwmon: (adm9240) Create functions for updating measure and config | Chris Packham |
2020-09-24 | hwmon: (adm9240) Use loops to avoid duplicated code | Chris Packham |
2020-09-23 | hwmon: (k10temp) Add support for Zen3 CPUs | Wei Huang |
2020-09-23 | hwmon: (pmbus) Move boolean error condition check to generating code | Guenter Roeck |
2020-09-23 | hwmon: (pmbus) Expose PEC debugfs attribute | Andrew Jeffery |
2020-09-23 | hwmon: (pmbus) Stop caching register values | Guenter Roeck |
2020-09-23 | hwmon: (k10temp) Take out debugfs code | Guenter Roeck |
2020-09-23 | hwmon: (gsc-hwmon) add fan sensor | Tim Harvey |
2020-09-23 | hwmon: (k10temp) Define SVI telemetry and current factors for Zen2 CPUs | Wei Huang |
2020-09-23 | hwmon: (k10temp) Create common functions and macros for Zen CPU families | Wei Huang |
2020-09-23 | hwmon: (scmi-hwmon) Avoid comma separated statements | Joe Perches |
2020-09-23 | hwmon: (pmbus/adm1266) read blackbox | Alexandru Tachici |
2020-09-23 | hwmon: (pmbus/adm1266) add debugfs for states | Alexandru Tachici |
2020-09-23 | hwmon: (pmbus/adm1266) Add support for GPIOs | Alexandru Tachici |
2020-09-23 | hwmon: (pmbus/adm1266) Add Block process call | Alexandru Tachici |
2020-09-23 | hwmon: (pmbus) Add support for ADM1266 | Alexandru Tachici |
2020-09-23 | hwmon: shtc1: add support for device tree bindings | Chris Ruehl |
2020-09-23 | hwmon: (pwm-fan) Use dev_err_probe() to simplify error handling | Anson Huang |