index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-10
hwmon: (nct6775) Fix incorrect parenthesization in nct6775_write_fan_div()
Zev Weiss
1
-1
/
+1
2023-03-10
hwmon: (peci/cputemp) Fix off-by-one in coretemp_label allocation
Zev Weiss
1
-1
/
+1
2023-03-10
hwmon: (nct6775) B650/B660/X670 ASUS boards support
Denis Pauk
1
-0
/
+52
2023-03-10
hwmon: (nct6775) Directly call ASUS ACPI WMI method
Denis Pauk
2
-30
/
+70
2023-03-10
hwmon: (coretemp) Simplify platform device handling
Robin Murphy
1
-70
/
+58
2023-03-10
hwmon: (mlxreg-fan) Return zero speed for broken fan
Vadim Pasternak
1
-0
/
+6
2023-03-10
hwmon: (ltc2945) Handle error case in ltc2945_value_store
Jonathan Cormier
1
-0
/
+2
2023-03-10
hwmon: (asus-ec-sensors) add missing mutex path
Eugene Shalygin
1
-0
/
+1
2023-03-10
hwmon: (ftsteutates) Fix scaling of measurements
Armin Wolf
1
-6
/
+13
2022-12-13
Merge tag 'hwmon-for-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
35
-403
/
+1451
2022-12-12
Merge branches 'acpi-scan', 'acpi-bus', 'acpi-tables' and 'acpi-sysfs'
Rafael J. Wysocki
2
-7
/
+4
2022-12-06
hwmon: (emc2305) fix pwm never being able to set lower
Xingjiang Qiao
1
-13
/
+24
2022-12-06
hwmon: (emc2305) fix unable to probe emc2301/2/3
Xingjiang Qiao
1
-6
/
+1
2022-12-04
hwmon: (dell-smm) Move error message to make probing silent
Armin Wolf
1
-1
/
+2
2022-12-04
hwmon: use sysfs_emit() to instead of scnprintf()
ye xingchen
3
-10
/
+10
2022-12-04
hwmon: (oxp-sensors) Fix pwm reading
Joaquín Ignacio Aramendía
1
-1
/
+1
2022-12-04
hwmon: (aquacomputer_d5next) Add support for Quadro flow sensor pulses
Aleksa Savic
1
-13
/
+53
2022-12-04
hwmon: (pmbus/core) Implement regulator get_status
Patrick Rudolph
1
-0
/
+44
2022-12-04
hwmon: (oxp-sensors) Add AOK ZOE and Mini PRO
Joaquín Ignacio Aramendía
1
-6
/
+34
2022-12-04
hwmon: (gsc-hwmon) Switch to flexible array to simplify code
Christophe JAILLET
1
-4
/
+2
2022-12-04
hwmon: (pmbus) Add power good support
Patrick Rudolph
1
-2
/
+6
2022-12-04
hwmon: (nct6775) add ASUS CROSSHAIR VIII/TUF/ProArt B550M
Denis Pauk
1
-0
/
+7
2022-12-04
hwmon: (coretemp) Add support for dynamic ttarget
Zhang Rui
1
-16
/
+41
2022-12-04
hwmon: (coretemp) Add support for dynamic tjmax
Zhang Rui
1
-15
/
+31
2022-12-04
hwmon: (coretemp) rearrange tjmax handing code
Zhang Rui
1
-78
/
+78
2022-12-04
hwmon: Remove some useless #include <linux/hwmon-vid.h>
Christophe JAILLET
2
-2
/
+0
2022-12-04
hwmon: (coretemp) Remove obsolete temp_data->valid
Zhang Rui
1
-4
/
+1
2022-12-04
hwmon: add OneXPlayer mini AMD sensors driver
Joaquín Ignacio Aramendía
3
-0
/
+268
2022-12-04
hwmon: (aquacomputer_d5next) Clear up macros and comments
Aleksa Savic
1
-34
/
+63
2022-12-04
hwmon: (it87) Add DMI table for future extensions
Frank Crawford
1
-19
/
+53
2022-12-04
hwmon: Include <linux/kstrtox.h> when appropriate
Christophe JAILLET
7
-0
/
+7
2022-12-04
hwmon: (jc42) Consistently use bit and bitfield macros in the driver
Martin Blumenstingl
1
-18
/
+18
2022-12-04
hwmon: (pmbus/ltc2978) add support for LTC7132
Felix Nieuwenhuizen
1
-6
/
+11
2022-12-04
hwmon: (smpro-hwmon) Improve switch statments in smpro_is_visible()
Nathan Chancellor
1
-1
/
+4
2022-12-04
hwmon: (jc42) Fix missing unlock on error in jc42_write()
Yang Yingliang
1
-1
/
+1
2022-12-04
hwmon: (jc42) Restore the min/max/critical temperatures on resume
Martin Blumenstingl
1
-1
/
+9
2022-12-04
hwmon: (jc42) Convert register access and caching to regmap/regcache
Martin Blumenstingl
2
-102
/
+132
2022-12-04
hwmon: (aquacomputer_d5next) Add support for temperature sensor offsets
Aleksa Savic
1
-14
/
+74
2022-12-04
hwmon: (occ) OCC sensors aren't arch-specific
Jeremy Kerr
1
-2
/
+0
2022-12-04
hwmon: Add Ampere's Altra smpro-hwmon driver
Quan Nguyen
3
-0
/
+472
2022-12-04
hwmon: (adm1177) simplify using devm_regulator_get_enable()
Matti Vaittinen
1
-24
/
+3
2022-12-04
hwmon: (lm90) simplify using devm_regulator_get_enable()
Matti Vaittinen
1
-18
/
+2
2022-12-04
hwmon: use simple i2c probe
Stephen Kitt
7
-19
/
+14
2022-12-04
hwmon: (it87) Check for a valid chip before using force_id
Ahmad Khalifa
1
-1
/
+7
2022-12-04
hwmon: (it87) Add param to ignore ACPI resource conflicts
Ahmad Khalifa
1
-2
/
+8
2022-12-04
hwmon: (fschmd) Make const arrays static const
Colin Ian King
1
-2
/
+2
2022-12-01
hwmon: (asus-ec-sensors) Add checks for devm_kcalloc
Yuan Can
1
-0
/
+2
2022-12-01
hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()
Yang Yingliang
1
-1
/
+4
2022-12-01
hwmon: (coretemp) Check for null before removing sysfs attrs
Phil Auld
1
-0
/
+4
2022-11-23
ACPI: make remove callback of ACPI driver void
Dawei Li
2
-7
/
+4
[next]