index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-11
hwmon: (dell-smm) Move blacklist handling to module init
Armin Wolf
1
-29
/
+34
2023-12-11
hwmon: (dell-smm) Prepare for multiple SMM calling backends
Armin Wolf
1
-52
/
+79
2023-12-11
hwmon: (hp-wmi-sensors) Fix failure to load on EliteDesk 800 G6
James Seo
1
-15
/
+110
2023-12-11
hwmon: (tmp513) Use SI constants from units.h
Andy Shevchenko
1
-11
/
+10
2023-12-11
hwmon: (tmp513) Simplify with dev_err_probe()
Andy Shevchenko
1
-20
/
+15
2023-12-11
hwmon: (tmp513) Don't use "proxy" headers
Andy Shevchenko
1
-2
/
+6
2023-12-11
hwmon: (peci/dimmtemp) Bump timeout
Patrick Rudolph
1
-1
/
+1
2023-12-11
hwmon: (pc87360) Bounds check data->innr usage
Kees Cook
1
-1
/
+5
2023-12-11
hwmon: (nct6775) Fix fan speed set failure in automatic mode
Xing Tong Wu
1
-0
/
+7
2023-12-11
hwmon: (nct6775) Add support for 2 additional fan controls
Xing Tong Wu
1
-4
/
+4
2023-12-11
hwmon: (pmbus) Add support for MPS Multi-phase mp5990
Peter Yin
3
-0
/
+189
2023-12-11
hwmon: (lm25066) Use i2c_get_match_data()
Rob Herring
1
-11
/
+3
2023-12-11
hwmon: (nct6775-core) Explicitly initialize nct6775_device_names indexes
Guenter Roeck
1
-13
/
+13
2023-12-11
hwmon: (nct6775-platform) Explicitly initialize nct6775_sio_names indexes
Kees Cook
1
-13
/
+13
2023-12-11
hwmon: (nct6775-i2c) Use i2c_get_match_data()
Rob Herring
2
-13
/
+3
2023-12-11
hwmon: (max6650) Use i2c_get_match_data()
Rob Herring
1
-5
/
+3
2023-12-11
hwmon: (aspeed-pwm-tacho) Fix -Wstringop-overflow warning in aspeed_create_fan_tach_channel()
Gustavo A. R. Silva
1
-7
/
+19
2023-12-11
hwmon: Fix some kernel-doc comments
Yang Li
1
-1
/
+2
2023-12-11
hwmon: (emc1403) Add support for EMC1442
Delphine CC Chiu
1
-1
/
+5
2023-12-11
hwmon: (ltc2991) remove device reference from state
Antoniu Miclaus
1
-11
/
+9
2023-12-11
hwmon: (npcm750-pwm-fan) Add NPCM8xx support
Tomer Maimon
1
-4
/
+26
2023-12-08
hwmon: (corsair-psu) Fix probe when built-in
Armin Wolf
1
-1
/
+17
2023-12-03
hwmon: (nzxt-kraken2) Fix error handling path in kraken2_probe()
Christophe JAILLET
1
-2
/
+2
2023-11-30
hwmon: (acpi_power_meter) Fix 4.29 MW bug
Armin Wolf
1
-0
/
+4
2023-11-14
hwmon: max31827: include regulator header
Antoniu Miclaus
1
-0
/
+1
2023-11-14
hwmon: ltc2991: Fix spelling mistake "contiuous" -> "continuous"
Colin Ian King
1
-1
/
+1
2023-10-31
Merge tag 'hwmon-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Linus Torvalds
50
-395
/
+1748
2023-10-31
Merge tag 'acpi-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-11
/
+5
2023-10-30
Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
3
-5
/
+4
2023-10-30
Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+3
2023-10-29
hwmon: (aquacomputer_d5next) Check if temp sensors of legacy devices are connected
Aleksa Savic
1
-1
/
+4
2023-10-29
hwmon: (aquacomputer_d5next) Add support for Aquacomputer High Flow USB and MPS Flow
Aleksa Savic
1
-4
/
+63
2023-10-29
hwmon: Add driver for ltc2991
Antoniu Miclaus
3
-0
/
+449
2023-10-28
hwmon: (pmbus/max31785) Add delay between bus accesses
Lakshmi Yadlapati
1
-21
/
+167
2023-10-28
hwmon: (ina238) add ina237 support
Richard Leitner
1
-1
/
+2
2023-10-28
hwmon: (asus-ec-sensors) add ROG Crosshair X670E Gene.
Ellie Hermaszewska
1
-0
/
+12
2023-10-28
hwmon: (max31827) handle vref regulator
Antoniu Miclaus
1
-0
/
+4
2023-10-28
hwmon: (ina3221) Add support for channel summation disable
Ninad Malwade
1
-3
/
+30
2023-10-28
hwmon: (pmbus/mpq7932) Add a support for mpq2286 Power Management IC
Saravanan Sekar
1
-1
/
+12
2023-10-28
hwmon: (pmbus/core) Add helper macro to define single pmbus regulator
Saravanan Sekar
1
-0
/
+15
2023-10-28
hwmon: (pmbus/mpq7932) Get page count based on chip info
Saravanan Sekar
1
-3
/
+3
2023-10-28
hwmon: (max31827) Modify conversion wait time
Daniel Matyas
1
-1
/
+1
2023-10-28
hwmon: (max31827) Make code cleaner
Daniel Matyas
1
-69
/
+54
2023-10-28
hwmon: (nct6683) Add another customer ID for ASRock X670E Taichi
Alexander Koskovich
1
-0
/
+3
2023-10-28
hwmon: (ltc2992) Avoid division by zero
Antoniu Miclaus
1
-1
/
+5
2023-10-28
hwmon: (npcm750-pwm) Add an error code check in npcm7xx_en_pwm_fan
Su Hui
1
-0
/
+2
2023-10-28
hwmon: (hs3001) remove redundant store on division
Colin Ian King
1
-1
/
+1
2023-10-28
hwmon: (nct6775) use acpi_dev_hid_uid_match() for matching _HID and _UID
Raag Jadav
1
-3
/
+1
2023-10-27
hwmon: (adt7475) Add support for Imon readout on ADT7490
Timothy Pearson
1
-6
/
+62
2023-10-27
hwmon: (powerz) add support for ChargerLAB KM002C
Thomas Weißschuh
1
-0
/
+1
[prev]
[next]