index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-26
hwmon: (gpio-fan) Change name used in hwmon_device_register_with_groups
Julien D'Ascenzio
1
-1
/
+1
2014-06-25
hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in Kconfig
Josef Gajdusek
1
-0
/
+1
2014-06-25
hwmon: (ntc_thermistor) Use the manufacturer name properly
Naveen Krishna Chatradhi
2
-3
/
+16
2014-06-25
hwmon: (w83l786ng) Report correct minimum fan speed
Axel Lin
1
-1
/
+1
2014-06-12
hwmon: vexpress: Use devm helper for hwmon device registration
Pawel Moll
1
-54
/
+28
2014-06-12
hwmon: (atxp1) Avoid forward declaration
Axel Lin
1
-24
/
+18
2014-06-12
hwmon: add support for Sensirion SHTC1 sensor
Tomas Pop
3
-0
/
+262
2014-06-12
hwmon: (ltc4151) Convert to devm_hwmon_device_register_with_groups
Axel Lin
1
-38
/
+13
2014-06-12
hwmon: (lm85) Drop generic detection
Jean Delvare
1
-23
/
+10
2014-06-12
hwmon: (ina2xx) Cast to s16 on shunt and current regs
Fabio Baltieri
1
-3
/
+4
2014-06-03
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
29
-1408
/
+2633
2014-06-03
Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-10
/
+7
2014-05-25
hwmon: (ntc_thermistor) Fix OF device ID mapping
Jean Delvare
1
-5
/
+6
2014-05-25
hwmon: (ntc_thermistor) Fix dependencies
Jean Delvare
2
-2
/
+4
2014-05-24
hwmon: (nct6775) Fix probe unwind paths to properly unregister platform devices
Axel Lin
1
-3
/
+5
2014-05-24
hwmon: (nct6683) Fix probe unwind paths to properly unregister platform devices
Axel Lin
1
-3
/
+5
2014-05-22
hwmon: (ultra45_env) Introduce managed version of kzalloc
Himangi Saraogi
1
-5
/
+2
2014-05-22
hwmon: Driver for NCT6683D
Guenter Roeck
3
-0
/
+1466
2014-05-22
hwmon: (lm80) Rearrange code to avoid forward declarations
Guenter Roeck
1
-151
/
+139
2014-05-22
hwmon: (lm80) Convert fan display function macros into functions
Guenter Roeck
1
-34
/
+41
2014-05-22
hwmon: (lm80) Convert voltage display function macros into functions
Guenter Roeck
1
-72
/
+76
2014-05-22
hwmon: (lm80) Convert temperature display function macros into functions
Guenter Roeck
1
-75
/
+59
2014-05-22
hwmon: (lm80) Normalize all temperature values to 16 bit
Guenter Roeck
1
-18
/
+14
2014-05-22
hwmon: (lm80) Simplify TEMP_FROM_REG
Guenter Roeck
1
-14
/
+3
2014-05-22
hwmon: (lm83) Convert to use devm_hwmon_device_register_with_groups
Guenter Roeck
1
-43
/
+16
2014-05-22
hwmon: (lm83) Rearange code to avoid forward declarations
Guenter Roeck
1
-61
/
+50
2014-05-22
hwmon: (lm83) Drop FSF address
Guenter Roeck
1
-4
/
+0
2014-05-22
hwmon: (max1619) Convert to use devm_hwmon_device_register_with_groups
Guenter Roeck
1
-39
/
+14
2014-05-22
hwmon: (max1619) Drop function macros
Guenter Roeck
1
-68
/
+73
2014-05-22
hwmon: (max1619) Rearrange code to avoid forward declarations
Guenter Roeck
1
-89
/
+69
2014-05-22
hwmon: (max1619) Drop FSF address
Guenter Roeck
1
-5
/
+0
2014-05-22
hwmon: (max1619) Fix critical alarm display
Guenter Roeck
1
-0
/
+5
2014-05-22
hwmon: (jc42) Add support for STTS2004 and AT30TSE004
Guenter Roeck
1
-0
/
+9
2014-05-22
hwmon: (jc42) Convert function macros into functions
Guenter Roeck
1
-110
/
+72
2014-05-22
hwmon: (jc42) Rearrange code to avoid forward declarations
Guenter Roeck
1
-97
/
+89
2014-05-22
hwmon: (emc1403) Add device IDs for EMC1412, EMC1413, and EMC1414
Guenter Roeck
1
-0
/
+3
2014-05-22
hwmon: (emc1403) Add support for min_hyst attributes
Guenter Roeck
1
-3
/
+24
2014-05-22
hwmon: (emc1403) Add support for max_hyst attributes
Guenter Roeck
1
-0
/
+8
2014-05-22
hwmon: (emc1403) Relax hysteresis limit write checks
Guenter Roeck
1
-6
/
+1
2014-05-22
hwmon: (emc1403) Make all hyst attributes except for temp1_crit_hyst read-only
Guenter Roeck
1
-6
/
+3
2014-05-22
hwmon: (emc1403) Add support for alarm and diode fault status on EMC14x2
Guenter Roeck
1
-0
/
+36
2014-05-22
hwmon: (emc1403) Report external diode fault status
Guenter Roeck
1
-0
/
+6
2014-05-22
hwmon: (emc1403) Convert to use regmap
Guenter Roeck
1
-54
/
+63
2014-05-22
hwmon: (emc1403) Add support for emc14x2
Josef Gajdusek
1
-15
/
+43
2014-05-22
hwmon: (adm1029) Update Corentin Labbe's email
LABBE Corentin
1
-2
/
+2
2014-05-22
hwmon: (iio_hwmon) Make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-05-22
hwmon: (gpio-fan) Make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-05-22
hwmon: (g762) Make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-05-22
hwmon: (ltc2945) Fix 1st comment line
Guenter Roeck
1
-1
/
+1
2014-05-22
hwmon: (vt1211) remove unnecessary OOM messages
Jingoo Han
1
-3
/
+1
[next]