index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
Age
Commit message (
Expand
)
Author
Lines
2026-03-30
hwmon: (max6650) Replace sprintf() with sysfs_emit()
Amay Agarwal
-1
/
+2
2026-03-30
hwmon: (ads7828) Replace sprintf() with sysfs_emit()
Amay Agarwal
-2
/
+2
2026-03-30
hwmon: (max31722) Replace sprintf() with sysfs_emit()
Amay Agarwal
-1
/
+2
2026-03-30
hwmon: (tc74) Replace sprintf() with sysfs_emit()
Amay Agarwal
-1
/
+1
2026-03-30
hwmon: (ina2xx) Shift INA234 shunt and current registers
Jonas Rebmann
-3
/
+19
2026-03-30
hwmon: (ina2xx) clean up unused define and outdated comment
Jonas Rebmann
-18
/
+2
2026-03-30
hwmon: Add LattePanda Sigma EC driver
Mariano Abad
-0
/
+377
2026-03-30
hwmon: (acpi_power_meter) Convert ACPI driver to a platform one
Rafael J. Wysocki
-39
/
+37
2026-03-30
hwmon: (acpi_power_meter) Register ACPI notify handler directly
Rafael J. Wysocki
-2
/
+12
2026-03-30
hwmon: (acpi_power_meter) Drop redundant checks from three functions
Rafael J. Wysocki
-16
/
+2
2026-03-30
hwmon: tmp102: Add support for TMP110 and TMP113 devices
Flaviu Nistor
-2
/
+2
2026-03-30
hwmon: (asus-ec-sensors) add ROG STRIX Z790-H GAMING WIFI
Volodimir Buchakchiyskiy
-0
/
+8
2026-03-30
hwmon:(pmbus/xdpe1a2g7b) Add support for xdpe1a2g5b/7b controllers
Ashish Yadav
-0
/
+129
2026-03-30
hwmon: (pmbus/core) Add support for NVIDIA nvidia195mv mode
Ashish Yadav
-1
/
+5
2026-03-30
hwmon: (aht10) add device tree ID matching
Hao Yu
-0
/
+10
2026-03-30
hwmon: (ina2xx) Add support for INA234
Ian Ray
-1
/
+19
2026-03-30
hwmon: (ina2xx) Make it easier to add more devices
Ian Ray
-4
/
+14
2026-03-30
hwmon: (gpd-fan) Add GPD Win 5
Antheas Kapenekakis
-0
/
+8
2026-03-30
hwmon: (asus-ec-sensors) add ROG STRIX X470-F GAMING
Varasina Farmadani
-0
/
+10
2026-03-30
hwmon: (asus-ec-sensors )add ROG CROSSHAIR X670E EXTREME
Timothy C. Sweeney-Fanelli
-0
/
+11
2026-03-30
hwmon: (bt1-pvt) Remove not-going-to-be-supported code for Baikal SoC
Andy Shevchenko
-1445
/
+0
2026-03-30
hwmon: (occ) Fix missing newline in occ_show_extended()
Sanman Pradhan
-1
/
+1
2026-03-30
hwmon: (occ) Fix division by zero in occ_show_power_1()
Sanman Pradhan
-9
/
+8
2026-03-30
hwmon: (tps53679) Fix device ID comparison and printing in tps53676_identify()
Sanman Pradhan
-2
/
+2
2026-03-29
hwmon: (ltc4286) Add missing MODULE_IMPORT_NS("PMBUS")
Sanman Pradhan
-0
/
+1
2026-03-29
hwmon: (pxe1610) Check return value of page-select write in probe
Sanman Pradhan
-1
/
+4
2026-03-29
hwmon: (tps53679) Fix array access with zero-length block read
Sanman Pradhan
-3
/
+3
2026-03-25
hwmon: (pmbus/core) Protect regulator operations with mutex
Guenter Roeck
-25
/
+89
2026-03-25
hwmon: (pmbus) Introduce the concept of "write-only" attributes
Guenter Roeck
-8
/
+24
2026-03-25
hwmon: (pmbus) Mark lowest/average/highest/rated attributes as read-only
Guenter Roeck
-6
/
+42
2026-03-25
hwmon: (adm1177) fix sysfs ABI violation and current unit conversion
Sanman Pradhan
-23
/
+31
2026-03-24
hwmon: (peci/cputemp) Fix off-by-one in cputemp_is_visible()
Sanman Pradhan
-1
/
+1
2026-03-24
hwmon: (peci/cputemp) Fix crit_hyst returning delta instead of absolute tempe...
Sanman Pradhan
-1
/
+1
2026-03-24
hwmon: (pmbus/isl68137) Add mutex protection for AVS enable sysfs attributes
Sanman Pradhan
-3
/
+18
2026-03-24
hwmon: (pmbus/ina233) Fix error handling and sign extension in shunt voltage ...
Sanman Pradhan
-1
/
+2
2026-03-21
Merge tag 'driver-core-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+1
2026-03-20
hwmon: (max6639) Fix pulses-per-revolution implementation
Guenter Roeck
-5
/
+5
2026-03-18
hwmon: (pmbus/isl68137) Fix unchecked return value and use sysfs_emit()
Sanman Pradhan
-2
/
+5
2026-03-17
hwmon: (pmbus/ina233) Add error check for pmbus_read_word_data() return value
Sanman Pradhan
-0
/
+2
2026-03-17
hwmon: (pmbus/mp2869) Check pmbus_read_byte_data() before using its return value
Sanman Pradhan
-14
/
+21
2026-03-17
hwmon: (pmbus/mp2975) Add error check for pmbus_read_word_data() return value
Sanman Pradhan
-0
/
+2
2026-03-17
hwmon: (pmbus/hac300s) Add error check for pmbus_read_word_data() return value
Sanman Pradhan
-0
/
+2
2026-03-17
hwmon: axi-fan: don't use driver_override as IRQ name
Danilo Krummrich
-1
/
+1
2026-03-14
Merge tag 'i3c/fixes-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-4
/
+2
2026-03-04
hwmon: (pmbus/q54sj108a2) fix stack overflow in debugfs read
Sanman Pradhan
-9
/
+10
2026-03-04
hwmon: (max6639) fix inverted polarity
Olivier Sobrie
-1
/
+1
2026-02-27
i3c: simplify combined i3c/i2c dependencies
Arnd Bergmann
-4
/
+2
2026-02-24
hwmon: (it87) Check the it87_lock() return value
Bart Van Assche
-1
/
+4
2026-02-24
Revert "hwmon: add SMARC-sAM67 support"
Michael Walle
-172
/
+0
2026-02-22
hwmon: (aht10) Fix initialization commands for AHT20
Hao Yu
-2
/
+4
[prev]
[next]