summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
38 hourshwmon: (occ) Fix division by zero in occ_show_power_1()Sanman Pradhan1-9/+8
38 hourshwmon: (asus-ec-sensors) Fix T_Sensor for PRIME X670E-PRO WIFICorey Hickey1-1/+6
38 hourshwmon: (occ) Fix missing newline in occ_show_extended()Sanman Pradhan1-1/+1
38 hourshwmon: (tps53679) Fix device ID comparison and printing in tps53676_identify()Sanman Pradhan1-2/+2
38 hourshwmon: (ltc4286) Add missing MODULE_IMPORT_NS("PMBUS")Sanman Pradhan1-0/+1
38 hourshwmon: (pxe1610) Check return value of page-select write in probeSanman Pradhan1-1/+4
38 hourshwmon: (tps53679) Fix array access with zero-length block readSanman Pradhan1-3/+3
11 dayshwmon: (peci/cputemp) Fix off-by-one in cputemp_is_visible()Sanman Pradhan1-1/+1
11 dayshwmon: (peci/cputemp) Fix crit_hyst returning delta instead of absolute tempe...Sanman Pradhan1-1/+1
11 dayshwmon: (pmbus/isl68137) Add mutex protection for AVS enable sysfs attributesSanman Pradhan1-3/+18
11 dayshwmon: (pmbus/ina233) Fix error handling and sign extension in shunt voltage ...Sanman Pradhan1-1/+2
11 dayshwmon: (pmbus/core) Protect regulator operations with mutexGuenter Roeck1-25/+89
11 dayshwmon: (pmbus) Introduce the concept of "write-only" attributesGuenter Roeck1-8/+24
11 dayshwmon: (pmbus) Mark lowest/average/highest/rated attributes as read-onlyGuenter Roeck1-6/+42
11 dayshwmon: (adm1177) fix sysfs ABI violation and current unit conversionSanman Pradhan1-23/+31
11 dayshwmon: axi-fan: don't use driver_override as IRQ nameDanilo Krummrich1-1/+1
2026-03-25hwmon: (max6639) Fix pulses-per-revolution implementationGuenter Roeck1-5/+5
2026-03-25hwmon: (pmbus/isl68137) Fix unchecked return value and use sysfs_emit()Sanman Pradhan1-2/+5
2026-03-25hwmon: (pmbus/mp2869) Check pmbus_read_byte_data() before using its return valueSanman Pradhan1-14/+21
2026-03-25hwmon: (pmbus/mp2975) Add error check for pmbus_read_word_data() return valueSanman Pradhan1-0/+2
2026-03-25hwmon: (pmbus/ina233) Add error check for pmbus_read_word_data() return valueSanman Pradhan1-0/+2
2026-03-19hwmon: (pmbus/q54sj108a2) fix stack overflow in debugfs readSanman Pradhan1-9/+10
2026-03-12hwmon: (max6639) fix inverted polarityOlivier Sobrie1-1/+1
2026-03-12hwmon: (it87) Check the it87_lock() return valueBart Van Assche1-1/+4
2026-03-12hwmon: (aht10) Fix initialization commands for AHT20Hao Yu1-2/+4
2026-03-12hwmon: (macsmc) Fix overflows, underflows, and sign extensionGuenter Roeck1-12/+16
2026-03-12hwmon: (macsmc) Fix regressions in Apple Silicon SMC hwmon driverGuenter Roeck1-14/+11
2026-03-04hwmon: (max16065) Use READ/WRITE_ONCE to avoid compiler optimization induced ...Gui-Dong Han1-13/+13
2026-03-04hwmon: (nct7363) Fix a resource leak in nct7363_present_pwm_faninFelix Gu1-0/+1
2026-03-04hwmon: (f71882fg) Add F81968 supportJi-Ze Hong (Peter Hong)1-2/+4
2026-03-04hwmon: (emc2305) Fix a resource leak in emc2305_of_parse_pwm_childFelix Gu1-0/+1
2026-03-04hwmon: (nct6683) Add customer ID for ASRock Z590 TaichiAnj Duvnjak1-0/+3
2026-03-04hwmon: (nct6775) Add ASUS Pro WS WRX90E-SAGE SEDenis Pauk1-0/+1
2026-03-04hwmon: (dell-smm) Add support for Dell OptiPlex 7080Armin Wolf1-0/+7
2026-03-04hwmon: (asus-ec-sensors) add Pro WS TRX50-SAGE WIFI ARobert McIntyre1-0/+2
2026-02-27hwmon: (pmbus/mpq8785) fix VOUT_MODE mismatch during identificationCarl Lee1-0/+28
2026-02-27Revert "hwmon: (ibmpex) fix use-after-free in high/low store"Guenter Roeck1-7/+2
2026-02-05hwmon: (occ) Mark occ_init_attribute() as __printfArnd Bergmann1-0/+1
2026-02-02hwmon: (gpio-fan) Allow to stop FANs when CONFIG_PM is disabledGabor Juhos1-1/+1
2026-02-02hwmon: (gpio-fan) Fix set_rpm() return valueGabor Juhos1-2/+2
2026-01-31hwmon: (acpi_power_meter) Fix deadlocks related to acpi_power_meter_notify()Rafael J. Wysocki1-3/+14
2026-01-17hwmon: (dell-smm) Add Dell G15 5510 to fan control whitelistleobannocloutier@gmail.com1-0/+8
2025-12-19hwmon: (ltc4282): Fix reset_history file permissionsNuno Sá1-3/+6
2025-12-14hwmon: (tmp401) fix overflow caused by default conversion rate valueAlexey Simakov1-1/+1
2025-12-14hwmon: (ibmpex) fix use-after-free in high/low storeJunrui Luo1-2/+7
2025-12-14hwmon: (dell-smm) Limit fan multiplier to avoid overflowDenis Sergeev1-0/+9
2025-12-09Merge tag 'hwmon-for-v6.19-take-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-12/+17
2025-12-08Merge tag 'i3c/for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds1-4/+4
2025-12-08hwmon: (emc2305) fix device node refcount leak in error pathPei Xiao1-1/+3
2025-12-08hwmon: (emc2305) fix double put in emc2305_probe_childs_from_dtPei Xiao1-3/+1