| Commit message (Expand) | Author | Age | Files | Lines |
* | hwmon: (pmbus/mp2975) Correct comment inside 'mp2975_read_byte_data' | Konstantin Aladyshev | 2024-01-27 | 1 | -4/+3 |
* | hwmon: (pmbus/mp2975) Fix driver initialization for MP2975 device | Konstantin Aladyshev | 2024-01-26 | 1 | -0/+17 |
* | hwmon: gigabyte_waterforce: Fix locking bug in waterforce_get_status() | Harshit Mogalapalli | 2024-01-26 | 1 | -1/+1 |
* | hwmon: (npcm750-pwm-fan) Fix crash observed when instantiating nuvoton,npcm75... | Guenter Roeck | 2024-01-14 | 1 | -2/+5 |
* | Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2024-01-12 | 1 | -4/+4 |
|\ |
|
| * | pwm: Rename pwm_apply_state() to pwm_apply_might_sleep() | Sean Young | 2023-12-20 | 1 | -4/+4 |
* | | hwmon: (gigabyte_waterforce) Mark status report as received under a spinlock | Aleksa Savic | 2024-01-08 | 1 | -0/+2 |
* | | hwmon: (lm75) Fix tmp112 default config | Abdel Alkuor | 2024-01-08 | 1 | -2/+3 |
* | | hwmon: (lm75) Add AMS AS6200 temperature sensor | Abdel Alkuor | 2024-01-02 | 1 | -14/+94 |
* | | hwmon: (lm75) remove now-unused include | Luca Ceresoli | 2024-01-02 | 1 | -1/+0 |
* | | hwmon: (pmbus) Add support for MPS Multi-phase mp2856/mp2857 controller | Peter Yin | 2024-01-02 | 3 | -0/+476 |
* | | hwmon: (aquacomputer_d5next) Remove unneeded CONFIG_DEBUG_FS #ifdef | Aleksa Savic | 2024-01-02 | 1 | -10/+0 |
* | | hwmon: (k10temp) Add support for AMD Family 19h Model 8h | Jami Kurki | 2024-01-02 | 1 | -0/+1 |
* | | hwmon: Add driver for Gigabyte AORUS Waterforce AIO coolers | Aleksa Savic | 2024-01-02 | 3 | -0/+439 |
* | | hwmon: (smsc47m1) Rename global platform device variable | Uwe Kleine-König | 2024-01-02 | 1 | -8/+8 |
* | | hwmon: (smsc47m1) Simplify device registration | Uwe Kleine-König | 2024-01-02 | 1 | -30/+13 |
* | | hwmon: (smsc47m1) Convert to platform remove callback returning void | Uwe Kleine-König | 2024-01-02 | 1 | -4/+2 |
* | | hwmon: (smsc47m1) Mark driver struct with __refdata to prevent section mismatch | Uwe Kleine-König | 2024-01-02 | 1 | -1/+7 |
* | | hwmon: (pmbus) Add ltc4286 driver | Delphine CC Chiu | 2024-01-02 | 3 | -0/+186 |
* | | hwmon: (max31827) Add custom attribute for resolution | Daniel Matyas | 2023-12-11 | 1 | -11/+111 |
* | | hwmon: (max31827) Return closest value in update_interval | Daniel Matyas | 2023-12-11 | 1 | -3/+2 |
* | | hwmon: (max31827) Update bits with shutdown_write() | Daniel Matyas | 2023-12-11 | 1 | -4/+11 |
* | | hwmon: (max31827) Add support for max31828 and max31829 | Daniel Matyas | 2023-12-11 | 1 | -11/+53 |
* | | hwmon: (max31827) Handle new properties from the devicetree | Daniel Matyas | 2023-12-11 | 1 | -6/+69 |
* | | hwmon: (corsair-cpro) use NULL instead of 0 | Marius Zachmann | 2023-12-11 | 1 | -1/+1 |
* | | hwmon: (dell-smm) Add Optiplex 7000 to fan control whitelist | Armin Wolf | 2023-12-11 | 1 | -0/+8 |
* | | hwmon: (dell-smm) Add support for WMI SMM interface | Armin Wolf | 2023-12-11 | 2 | -19/+181 |
* | | hwmon: (dell-smm) Introduce helper function for data init | Armin Wolf | 2023-12-11 | 1 | -18/+28 |
* | | hwmon: (dell-smm) Move config entries out of i8k_dmi_table | Armin Wolf | 2023-12-11 | 1 | -56/+73 |
* | | hwmon: (dell-smm) Move DMI config handling to module init | Armin Wolf | 2023-12-11 | 1 | -16/+15 |
* | | hwmon: (dell-smm) Move whitelist handling to module init | Armin Wolf | 2023-12-11 | 1 | -14/+17 |
* | | hwmon: (dell-smm) Move blacklist handling to module init | Armin Wolf | 2023-12-11 | 1 | -29/+34 |
* | | hwmon: (dell-smm) Prepare for multiple SMM calling backends | Armin Wolf | 2023-12-11 | 1 | -52/+79 |
* | | hwmon: (hp-wmi-sensors) Fix failure to load on EliteDesk 800 G6 | James Seo | 2023-12-11 | 1 | -16/+111 |
* | | hwmon: (tmp513) Use SI constants from units.h | Andy Shevchenko | 2023-12-11 | 1 | -11/+10 |
* | | hwmon: (tmp513) Simplify with dev_err_probe() | Andy Shevchenko | 2023-12-11 | 1 | -20/+15 |
* | | hwmon: (tmp513) Don't use "proxy" headers | Andy Shevchenko | 2023-12-11 | 1 | -2/+6 |
* | | hwmon: (peci/dimmtemp) Bump timeout | Patrick Rudolph | 2023-12-11 | 1 | -1/+1 |
* | | hwmon: (pc87360) Bounds check data->innr usage | Kees Cook | 2023-12-11 | 1 | -1/+5 |
* | | hwmon: (nct6775) Fix fan speed set failure in automatic mode | Xing Tong Wu | 2023-12-11 | 1 | -0/+7 |
* | | hwmon: (nct6775) Add support for 2 additional fan controls | Xing Tong Wu | 2023-12-11 | 1 | -4/+4 |
* | | hwmon: (pmbus) Add support for MPS Multi-phase mp5990 | Peter Yin | 2023-12-11 | 3 | -0/+189 |
* | | hwmon: (lm25066) Use i2c_get_match_data() | Rob Herring | 2023-12-11 | 1 | -11/+3 |
* | | hwmon: (nct6775-core) Explicitly initialize nct6775_device_names indexes | Guenter Roeck | 2023-12-11 | 1 | -13/+13 |
* | | hwmon: (nct6775-platform) Explicitly initialize nct6775_sio_names indexes | Kees Cook | 2023-12-11 | 1 | -13/+13 |
* | | hwmon: (nct6775-i2c) Use i2c_get_match_data() | Rob Herring | 2023-12-11 | 2 | -13/+3 |
* | | hwmon: (max6650) Use i2c_get_match_data() | Rob Herring | 2023-12-11 | 1 | -5/+3 |
* | | hwmon: (aspeed-pwm-tacho) Fix -Wstringop-overflow warning in aspeed_create_fa... | Gustavo A. R. Silva | 2023-12-11 | 1 | -7/+19 |
* | | hwmon: Fix some kernel-doc comments | Yang Li | 2023-12-11 | 1 | -1/+2 |
* | | hwmon: (emc1403) Add support for EMC1442 | Delphine CC Chiu | 2023-12-11 | 1 | -1/+5 |