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