index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
Age
Commit message (
Expand
)
Author
Files
Lines
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
-494
/
+444
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/git/robh/linux
Linus Torvalds
1
-15
/
+5
2021-02-22
Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux
Linus Torvalds
1
-1
/
+0
2021-02-22
Merge tag 'hwmon-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Linus Torvalds
26
-913
/
+1173
2021-02-12
hwmon: add Texas Instruments TPS23861 driver
Robert Marko
3
-0
/
+613
2021-02-11
hwmon: (da9052) Switch to using the new API kobj_to_dev()
Tian Tao
1
-1
/
+1
2021-02-11
hwmon: (amd_energy) Add AMD family 19h model 30h x86 match
Naveen Krishna Chatradhi
1
-0
/
+1
2021-02-01
hwmon: (pmbus/max31785) Support revision "B"
Matthew Barth
1
-4
/
+9
2021-02-01
hwmon: (pmbus/lm25066) Remove unnecessary pmbus_clear_cache function call
Erik Rosen
1
-5
/
+0
2021-02-01
hwmon: (pmbus) Clear sensor data after chip write
Erik Rosen
1
-1
/
+1
2021-01-29
hwmon: (pmbus/max16601) Add support for MAX16508
Guenter Roeck
2
-22
/
+56
2021-01-29
hwmon: (pmbus/max16601) Determine and use number of populated phases
Guenter Roeck
1
-1
/
+16
2021-01-28
hwmon: (lm70) Use device_get_match_data()
Stephen Boyd
1
-15
/
+5
2021-01-27
hwmon: (pmbus) Simplify the calculation of variables
Jiapeng Zhong
1
-1
/
+1
2021-01-27
hwmon: (aht10) Unlock on error in aht10_read_values()
Dan Carpenter
1
-1
/
+3
2021-01-27
hwmon: (pwm-fan) stop using legacy PWM functions and some cleanups
Uwe Kleine-König
1
-28
/
+20
2021-01-27
hwmon: Add AHT10 Temperature and Humidity Sensor Driver
Johannes Cornelis Draaijer (datdenkikniet)
3
-0
/
+357
2021-01-27
hwmon: (applesmc) Assign boolean values to a bool variable
Jiapeng Zhong
1
-1
/
+1
2021-01-27
hwmon: (nct6683) Support ASRock boards
Blaž Hrastnik
1
-0
/
+3
2021-01-27
hwmon: (aspeed-pwm-tacho) Switch to using the new API kobj_to_dev()
Tian Tao
1
-2
/
+2
2021-01-27
hwmon: (max6650) Switch to using the new API kobj_to_dev()
Tian Tao
1
-1
/
+1
2021-01-27
hwmon: (pwm-fan) Support multiple fan tachometers
Paul Barker
1
-38
/
+53
2021-01-27
hwmon: (pwm-fan) Store tach data separately
Paul Barker
1
-20
/
+32
2021-01-27
hwmon: (gpio-fan) Switch to using the new API kobj_to_dev()
Tian Tao
1
-1
/
+1
2021-01-27
hwmon: (pmbus/ibm-cffps) Set the PMBUS_NO_CAPABILITY flag
Eddie James
1
-1
/
+1
2021-01-27
hwmon: (pmbus) Add a PMBUS_NO_CAPABILITY platform data flag
Eddie James
1
-3
/
+5
2021-01-27
hwmon: (k10temp) Zen3 Ryzen Desktop CPUs support
Gabriel Craciunescu
1
-1
/
+2
2021-01-27
hwmon: (abx500) Decomission abx500 driver
Guenter Roeck
5
-794
/
+0
2021-01-27
hwmon: (w83627ehf) Switch to using the new API kobj_to_dev()
Tian Tao
1
-1
/
+1
[prev]
[next]