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-02-03
hwmon: (hih6130) fix kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2023-02-03
hwmon: (sht15,sht21) fix kernel-doc warnings
Randy Dunlap
2
-6
/
+6
2023-02-03
hwmon: (emc2305) fix kernel-doc warnings
Randy Dunlap
1
-11
/
+13
2023-02-03
hwmon: (gxp-fan-ctrl) Add GXP fan controller
Nick Hawkins
3
-0
/
+265
2023-02-03
hwmon: (coretemp) Simplify platform device handling
Robin Murphy
1
-70
/
+58
2023-02-03
hwmon: (aquacomputer_d5next) Add support for reading calculated Aquaero sensors
Aleksa Savic
1
-5
/
+44
2023-02-03
hwmon: (aht10) Fix some kernel-doc comments
Yang Li
1
-2
/
+1
2023-02-03
hwmon: (ftsteutates) Use devm_watchdog_register_device()
Armin Wolf
1
-9
/
+1
2023-02-03
hwmon: (oxp-sensors) Add AYANEO AIR and AIR Pro
Derek J. Clark
1
-9
/
+43
2023-02-03
hwmon: (aquacomputer_d5next) Support sensors for Aquacomputer Aquaero
Leonard Anderweit
1
-9
/
+99
2023-02-03
hwmon: (aquacomputer_d5next) Make fan sensor offsets u16
Leonard Anderweit
1
-4
/
+4
2023-02-03
hwmon: (aquacomputer_d5next) Device dependent serial number and firmware offsets
Leonard Anderweit
1
-7
/
+14
2023-02-03
hwmon: (aquacomputer_d5next) Add structure for fan layout
Leonard Anderweit
1
-4
/
+24
2023-02-03
hwmon: (aquacomputer_d5next) Restructure flow sensor reading
Leonard Anderweit
1
-8
/
+18
2023-02-03
hwmon: (aquacomputer_d5next) Rename AQC_TEMP_SENSOR_SIZE to AQC_SENSOR_SIZE
Leonard Anderweit
1
-5
/
+5
2023-02-03
hwmon: (pmbus/mpq7932) Add a support for mpq7932 Power Management IC
Saravanan Sekar
3
-0
/
+173
2023-02-03
hwmon: (pmbus/core) Add min_uV in pmbus regulator helper macro
Saravanan Sekar
2
-10
/
+11
2023-02-03
hwmon: (coretemp) avoid RDMSR interrupts to isolated CPUs
Marcelo Tosatti
1
-0
/
+4
2023-02-03
hwmon: (nzxt-smart2) Add device id
Herman Fries
1
-0
/
+1
2023-02-03
hwmon: (asus-ec-sensors) add missing mutex path
Eugene Shalygin
1
-0
/
+1
2023-02-03
hwmon: (peci/cputemp) Fix off-by-one in coretemp_label allocation
Zev Weiss
1
-1
/
+1
2023-01-27
mfd: intel-m10-bmc: Split into core and spi specific parts
Ilpo Järvinen
1
-1
/
+1
2023-01-16
hwmon: remove s3c driver
Arnd Bergmann
3
-397
/
+0
2023-01-13
scsi: hwmon: drivetemp: Convert to scsi_execute_cmd()
Mike Christie
1
-6
/
+5
2023-01-03
hwmon: (nct6775) Fix incorrect parenthesization in nct6775_write_fan_div()
Zev Weiss
1
-1
/
+1
2023-01-03
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/git/groeck/linux-staging
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
[prev]
[next]