index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2012-01-17
hwmon: (lm63) Expose automatic fan speed control lookup table
Jean Delvare
1
-14
/
+134
2012-01-17
hwmon: (lm63) Fix incorrect comment about I2C address
Jean Delvare
1
-1
/
+4
2012-01-17
hwmon: (lm63) LM64 has a dedicated pin for tachometer
Jean Delvare
1
-3
/
+7
2012-01-17
hwmon: (lm63) Add sensor type attribute for external sensor on LM96163
Guenter Roeck
1
-0
/
+50
2012-01-17
hwmon: (lm63) Add support for update_interval sysfs attribute
Guenter Roeck
1
-2
/
+90
2012-01-17
hwmon: (lm63) Add support for writing the external critical temperature
Guenter Roeck
1
-11
/
+44
2012-01-17
hwmon: (lm63) Add support for unsigned upper temperature limits
Guenter Roeck
1
-11
/
+51
2012-01-17
hwmon: (lm63) Add support for LM96163
Guenter Roeck
2
-7
/
+38
2012-01-17
hwmon: (lm63) Add support for external temperature offset register
Guenter Roeck
1
-3
/
+13
2012-01-17
hwmon: (lm63) Fix checkpatch errors
Guenter Roeck
1
-21
/
+53
2012-01-17
hwmon: (max1111) Change sysfs interface to in[0-3]_input in millivolts
Eric Miao
1
-6
/
+9
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
16
-23
/
+23
2012-01-13
module_param: avoid bool abuse, add bint for special cases.
Rusty Russell
1
-1
/
+1
2012-01-09
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
48
-332
/
+571
2012-01-09
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
5
-8
/
+8
2012-01-07
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+3
2012-01-05
max1111.c: fix checkpatch warning
Frans Meulenbroeks
1
-1
/
+1
2012-01-05
hwmon: (lm75) fix checkpatch warnings
Frans Meulenbroeks
1
-3
/
+2
2012-01-05
hwmon: (lm80) fix checkpatch messages
Frans Meulenbroeks
1
-28
/
+42
2012-01-05
hwmon: replaced strict_str* with kstr*
Frans Meulenbroeks
37
-181
/
+181
2012-01-05
hwmon: (lm75) fix checkpatch warning
Frans Meulenbroeks
1
-1
/
+1
2012-01-05
hwmon: (lm75) added error handling
Frans Meulenbroeks
1
-7
/
+16
2012-01-05
hwmon: (ltc4261) set data->valid to 0 if error
Frans Meulenbroeks
1
-0
/
+1
2012-01-05
hwmon: (f75375s) Add support for F75387SG/RG
Björn Gerhart
2
-49
/
+130
2012-01-05
hwmon: (f75375s) Disable setting DC fan control mode for F75373
Guenter Roeck
1
-0
/
+4
2012-01-05
hwmon: (f75375s) Initialize pwmX_mode and pwmX_enable if there is no platform...
Guenter Roeck
1
-2
/
+26
2012-01-05
hwmon: (f75375s) Fix value range for PWM modes
Guenter Roeck
1
-1
/
+1
2012-01-05
hwmon: (f75375s) Use standard sysfs attribute names
Guenter Roeck
1
-19
/
+19
2012-01-05
hwmon: (f75375s) Fix checkpatch errors and warnings
Guenter Roeck
1
-18
/
+68
2012-01-05
hwmon: (pmbus/zl6100) Only instantiate external temperature sensor if enabled
Guenter Roeck
1
-5
/
+14
2012-01-05
hwmon: (pmbus/zl6100) Add support for Ericsson BMR45[0,1] and BMR46[2,3,4]
Guenter Roeck
3
-5
/
+9
2012-01-05
hwmon: (pmbus/zl6100) Add support for ZL2005
Guenter Roeck
2
-4
/
+19
2012-01-05
hwmon: (pmbus/adm1275) Validate device ID
Guenter Roeck
1
-21
/
+50
2012-01-04
switch sysfs_chmod_file() to umode_t
Al Viro
1
-3
/
+3
2012-01-04
switch ->is_visible() to returning umode_t
Al Viro
4
-5
/
+5
2011-12-21
x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'
Kevin Winchester
1
-4
/
+3
2011-12-12
hwmon: (jz4740) Staticise jz4740_hwmon_driver
Axel Lin
1
-1
/
+1
2011-12-12
hwmon: (jz4740) fix signedness bug
Axel Lin
1
-1
/
+1
2011-11-26
hwmon: convert drivers/hwmon/* to use module_platform_driver()
Axel Lin
11
-130
/
+11
2011-11-25
hwmon: Remove redundant spi driver bus initialization
Lars-Peter Clausen
2
-2
/
+0
2011-11-17
hwmon: (exynos4_tmu) Fix Kconfig dependency
Donggeun Kim
1
-1
/
+1
2011-11-07
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-11-06
hwmon: (w83627ehf) Fix broken driver init
Guenter Roeck
1
-3
/
+6
2011-11-06
hwmon: (coretemp) Fix for non-SMP builds
Jean Delvare
1
-2
/
+1
2011-11-04
hwmon: (w83627ehf) Add support for the W83627UHG
Jean Delvare
2
-28
/
+125
2011-11-04
hwmon: (w83627ehf) Clean up probe function
Jean Delvare
1
-21
/
+32
2011-11-04
hwmon: (w83627ehf) Properly report PECI and AMD-SI sensor types
Jean Delvare
1
-1
/
+8
2011-11-04
hwmon: Use i2c_smbus_{read,write}_word_swapped
Jean Delvare
19
-234
/
+115
2011-11-04
hwmon: (smsc47b397) Fix checkpatch errors
Jean Delvare
1
-5
/
+8
2011-11-04
hwmon: (lm90) Make code more readable
Jean Delvare
1
-74
/
+69
[next]