index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-12
hwmon: (adm9240) Fix writes into inX_max attributes
Guenter Roeck
1
-1
/
+1
2021-05-10
hwmon: (ltc2992) Put fwnode in error case during ->probe()
Andy Shevchenko
1
-2
/
+6
2021-05-10
hwmon: (pmbus/fsp-3y) Fix FSP-3Y YH-5151E non-compliant vout encoding
Václav Kubernát
1
-2
/
+25
2021-05-10
hwmon: (occ) Fix poll rate limiting
Eddie James
2
-3
/
+4
2021-05-10
hwmon: (corsair-psu) Remove unneeded semicolons
Wan Jiabing
1
-2
/
+2
2021-04-26
Merge tag 'acpi-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-10
/
+19
2021-04-26
Merge tag 'hwmon-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
78
-1496
/
+2665
2021-04-26
Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-9
/
+15
2021-04-26
Merge tag 'staging-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-9
/
+18
2021-04-20
hwmon: Remove amd_energy driver
Guenter Roeck
2
-389
/
+0
2021-04-20
hwmon: (pmbus) Introduce PMBUS symbol namespace
Guenter Roeck
36
-19
/
+54
2021-04-20
hwmon: (pmbus) Add pmbus driver for MAX15301
Erik Rosen
3
-0
/
+199
2021-04-20
hwmon: (sch5627) Remove unnecessary error path
Armin Wolf
1
-45
/
+25
2021-04-20
hwmon: (sch5627) Use devres function
Armin Wolf
1
-10
/
+5
2021-04-20
hwmon: (pmbus/pxe1610) don't bail out when not all pages are active
Paul Fertser
1
-0
/
+9
2021-04-20
hwmon: Add driver for fsp-3y PSUs and PDUs
Václav Kubernát
3
-0
/
+264
2021-04-20
hwmon: (intel-m10-bmc-hwmon) add sensor support of Intel D5005 card
Matthew Gerlach
1
-0
/
+122
2021-04-20
hwmon: (sch5627) Split sch5627_update_device()
Armin Wolf
1
-33
/
+69
2021-04-20
hwmon: (sch5627) Convert to hwmon_device_register_with_info()
Armin Wolf
1
-232
/
+112
2021-04-20
hwmon: (nct6683) remove useless function
Jiapeng Chong
1
-11
/
+0
2021-04-20
hwmon: (dell-smm) Add Dell Latitude E7440 to fan control whitelist
Sebastian Oechsle
1
-0
/
+8
2021-04-20
hwmon: (mlxreg-fan) Add support for fan drawers capability and present registers
Vadim Pasternak
1
-1
/
+50
2021-04-20
hwmon: (pmbus/tps53679) Add support for TI TPS53676
Erik Rosen
2
-3
/
+52
2021-04-20
hwmon: (ftsteutates) Rudimentary typo fixes
Bhaskar Chowdhury
1
-1
/
+1
2021-04-20
hwmon: (pmbus) Add driver for BluTek BPA-RS600
Chris Packham
3
-0
/
+182
2021-04-20
hwmon: replace snprintf in show functions with sysfs_emit
Guenter Roeck
24
-150
/
+151
2021-04-20
hwmon: (pmbus) Replace - with _ in device names before registration
Chris Packham
1
-1
/
+7
2021-04-20
hwmon: add driver for NZXT Kraken X42/X52/X62/X72
Jonas Malaco
3
-0
/
+245
2021-04-20
hwmon: (ina2xx) Convert sysfs sprintf/snprintf family to sysfs_emit
Zihao Tang
1
-5
/
+4
2021-04-20
hwmon: Use kobj_to_dev()
Guenter Roeck
6
-12
/
+12
2021-04-20
hwmon: (ds1621) Use kobj_to_dev()
Tian Tao
1
-1
/
+1
2021-04-20
hwmon: (ftsteutates) Fix spelling typo
zuoqilin
1
-1
/
+1
2021-04-20
hwmon: (corsair-psu) add support for critical values
Wilken Gottwalt
1
-55
/
+270
2021-04-20
hwmon: (pmbus/stpddc60) Add ST STPDDC60 pmbus driver
Erik Rosen
3
-0
/
+259
2021-04-20
hwmon: (pmbus) Add pmbus_set_update() function to set update flag
Erik Rosen
2
-0
/
+12
2021-04-20
hwmon: (nct6683) Support NCT6686D
Jiqi Li
1
-2
/
+9
2021-04-20
hwmon: (pmbus) Add driver for Infineon IR36021
Chris Packham
3
-0
/
+89
2021-04-20
hwmon: (corsair-psu) Update calculation of LINEAR11 values
Wilken Gottwalt
1
-22
/
+8
2021-04-20
hwmon: Switch to using the new API kobj_to_dev()
Yang Li
1
-1
/
+1
2021-04-20
hwmon: (adm9240) Convert to devm_hwmon_device_register_with_info API
Guenter Roeck
1
-495
/
+445
2021-04-20
hwmon: (adm9240) Store i2c device instead of client in local data
Guenter Roeck
1
-15
/
+14
2021-04-20
hwmon: (adm9240) Drop log messages from detect function
Guenter Roeck
1
-12
/
+5
2021-03-30
hwmon: (scmi) port driver to the new scmi_sensor_proto_ops interface
Cristian Marussi
1
-9
/
+15
2021-03-25
hwmon: (ntc_thermistor): try reading processed
Linus Walleij
1
-9
/
+18
2021-03-23
hwmon: raspberry-pi: Clean-up few drivers by using managed work init
Matti Vaittinen
1
-11
/
+6
2021-03-08
hwmon: acpi_power_meter: Get rid of ACPICA message printing
Rafael J. Wysocki
1
-10
/
+19
2021-02-22
Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-15
/
+5
2021-02-22
Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+0
2021-02-22
Merge tag 'hwmon-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
26
-913
/
+1173
2021-02-12
hwmon: add Texas Instruments TPS23861 driver
Robert Marko
3
-0
/
+613
[next]