summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorLines
2026-03-30hwmon: (max6650) Replace sprintf() with sysfs_emit()Amay Agarwal-1/+2
2026-03-30hwmon: (ads7828) Replace sprintf() with sysfs_emit()Amay Agarwal-2/+2
2026-03-30hwmon: (max31722) Replace sprintf() with sysfs_emit()Amay Agarwal-1/+2
2026-03-30hwmon: (tc74) Replace sprintf() with sysfs_emit()Amay Agarwal-1/+1
2026-03-30hwmon: (ina2xx) Shift INA234 shunt and current registersJonas Rebmann-3/+19
2026-03-30hwmon: (ina2xx) clean up unused define and outdated commentJonas Rebmann-18/+2
2026-03-30hwmon: Add LattePanda Sigma EC driverMariano Abad-0/+377
2026-03-30hwmon: (acpi_power_meter) Convert ACPI driver to a platform oneRafael J. Wysocki-39/+37
2026-03-30hwmon: (acpi_power_meter) Register ACPI notify handler directlyRafael J. Wysocki-2/+12
2026-03-30hwmon: (acpi_power_meter) Drop redundant checks from three functionsRafael J. Wysocki-16/+2
2026-03-30hwmon: tmp102: Add support for TMP110 and TMP113 devicesFlaviu Nistor-2/+2
2026-03-30hwmon: (asus-ec-sensors) add ROG STRIX Z790-H GAMING WIFIVolodimir Buchakchiyskiy-0/+8
2026-03-30hwmon:(pmbus/xdpe1a2g7b) Add support for xdpe1a2g5b/7b controllersAshish Yadav-0/+129
2026-03-30hwmon: (pmbus/core) Add support for NVIDIA nvidia195mv modeAshish Yadav-1/+5
2026-03-30hwmon: (aht10) add device tree ID matchingHao Yu-0/+10
2026-03-30hwmon: (ina2xx) Add support for INA234Ian Ray-1/+19
2026-03-30hwmon: (ina2xx) Make it easier to add more devicesIan Ray-4/+14
2026-03-30hwmon: (gpd-fan) Add GPD Win 5Antheas Kapenekakis-0/+8
2026-03-30hwmon: (asus-ec-sensors) add ROG STRIX X470-F GAMINGVarasina Farmadani-0/+10
2026-03-30hwmon: (asus-ec-sensors )add ROG CROSSHAIR X670E EXTREMETimothy C. Sweeney-Fanelli-0/+11
2026-03-30hwmon: (bt1-pvt) Remove not-going-to-be-supported code for Baikal SoCAndy Shevchenko-1445/+0
2026-03-30hwmon: (occ) Fix missing newline in occ_show_extended()Sanman Pradhan-1/+1
2026-03-30hwmon: (occ) Fix division by zero in occ_show_power_1()Sanman Pradhan-9/+8
2026-03-30hwmon: (tps53679) Fix device ID comparison and printing in tps53676_identify()Sanman Pradhan-2/+2
2026-03-29hwmon: (ltc4286) Add missing MODULE_IMPORT_NS("PMBUS")Sanman Pradhan-0/+1
2026-03-29hwmon: (pxe1610) Check return value of page-select write in probeSanman Pradhan-1/+4
2026-03-29hwmon: (tps53679) Fix array access with zero-length block readSanman Pradhan-3/+3
2026-03-25hwmon: (pmbus/core) Protect regulator operations with mutexGuenter Roeck-25/+89
2026-03-25hwmon: (pmbus) Introduce the concept of "write-only" attributesGuenter Roeck-8/+24
2026-03-25hwmon: (pmbus) Mark lowest/average/highest/rated attributes as read-onlyGuenter Roeck-6/+42
2026-03-25hwmon: (adm1177) fix sysfs ABI violation and current unit conversionSanman Pradhan-23/+31
2026-03-24hwmon: (peci/cputemp) Fix off-by-one in cputemp_is_visible()Sanman Pradhan-1/+1
2026-03-24hwmon: (peci/cputemp) Fix crit_hyst returning delta instead of absolute tempe...Sanman Pradhan-1/+1
2026-03-24hwmon: (pmbus/isl68137) Add mutex protection for AVS enable sysfs attributesSanman Pradhan-3/+18
2026-03-24hwmon: (pmbus/ina233) Fix error handling and sign extension in shunt voltage ...Sanman Pradhan-1/+2
2026-03-21Merge tag 'driver-core-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2026-03-20hwmon: (max6639) Fix pulses-per-revolution implementationGuenter Roeck-5/+5
2026-03-18hwmon: (pmbus/isl68137) Fix unchecked return value and use sysfs_emit()Sanman Pradhan-2/+5
2026-03-17hwmon: (pmbus/ina233) Add error check for pmbus_read_word_data() return valueSanman Pradhan-0/+2
2026-03-17hwmon: (pmbus/mp2869) Check pmbus_read_byte_data() before using its return valueSanman Pradhan-14/+21
2026-03-17hwmon: (pmbus/mp2975) Add error check for pmbus_read_word_data() return valueSanman Pradhan-0/+2
2026-03-17hwmon: (pmbus/hac300s) Add error check for pmbus_read_word_data() return valueSanman Pradhan-0/+2
2026-03-17hwmon: axi-fan: don't use driver_override as IRQ nameDanilo Krummrich-1/+1
2026-03-14Merge tag 'i3c/fixes-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+2
2026-03-04hwmon: (pmbus/q54sj108a2) fix stack overflow in debugfs readSanman Pradhan-9/+10
2026-03-04hwmon: (max6639) fix inverted polarityOlivier Sobrie-1/+1
2026-02-27i3c: simplify combined i3c/i2c dependenciesArnd Bergmann-4/+2
2026-02-24hwmon: (it87) Check the it87_lock() return valueBart Van Assche-1/+4
2026-02-24Revert "hwmon: add SMARC-sAM67 support"Michael Walle-172/+0
2026-02-22hwmon: (aht10) Fix initialization commands for AHT20Hao Yu-2/+4