aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-24hwmon: (max34440) Fix resetting temperature historyGuenter Roeck1-1/+1
2012-02-23hwmon: (f75375s) Fix register write order when setting fans to full speedNikolaus Schulz1-4/+3
2012-02-23hwmon: (ads1015) Fix file leak in probe functionGuenter Roeck1-2/+1
2012-02-21hwmon: (max6639) Fix PPR register initialization to set both channelsChris D Schimp1-7/+9
2012-02-21hwmon: (max6639) Fix FAN_FROM_REG calculationChris D Schimp1-3/+3
2012-02-09hwmon: (f75375s) Let f75375_update_device treat pwmX as a measured valueNikolaus Schulz1-3/+2
2012-02-08hwmon: (f75375s) Fix bit shifting in f75375_write16Nikolaus Schulz1-1/+1
2012-02-08hwmon: (f75375s) Fix reading of wrong register when initializing the F75387Nikolaus Schulz1-1/+1
2012-02-08hwmon: (f75375s) Fix automatic pwm mode setting for F75373 & F75375Nikolaus Schulz1-1/+1
2012-02-08hwmon: (w83627ehf) Remove duplicate codeGuenter Roeck1-5/+0
2012-02-04hwmon: (w83627ehf) Fix number of fans for NCT6776FGuenter Roeck1-3/+20
2012-01-29hwmon: (w83627ehf) Disable setting DC mode for pwm2, pwm3 on NCT6776FGuenter Roeck1-0/+6
2012-01-29hwmon: (sht15) fix bad error codeVivien Didelot1-1/+2
2012-01-20hwmon: (f71805f) Fix clamping of temperature limitsJean Delvare1-5/+5
2012-01-16hwmon: (adm1031) Fix coding style issuesGuenter Roeck1-50/+103
2012-01-16hwmon: (it87) Add IT8728F supportJean Delvare2-17/+48
2012-01-16hwmon: (coretemp) Add missing section annotationsJean Delvare1-11/+15
2012-01-16hwmon: (lm90) Add range check to set_update_intervalGuenter Roeck1-1/+1
2012-01-16hwmon: (lm63) Support extended lookup table of LM96163Jean Delvare1-7/+62
2012-01-16hwmon: (lm63) Expose automatic fan speed control lookup tableJean Delvare1-14/+134
2012-01-16hwmon: (lm63) Fix incorrect comment about I2C addressJean Delvare1-1/+4
2012-01-16hwmon: (lm63) LM64 has a dedicated pin for tachometerJean Delvare1-3/+7
2012-01-16hwmon: (lm63) Add sensor type attribute for external sensor on LM96163Guenter Roeck1-0/+50
2012-01-16hwmon: (lm63) Add support for update_interval sysfs attributeGuenter Roeck1-2/+90
2012-01-16hwmon: (lm63) Add support for writing the external critical temperatureGuenter Roeck1-11/+44
2012-01-16hwmon: (lm63) Add support for unsigned upper temperature limitsGuenter Roeck1-11/+51
2012-01-16hwmon: (lm63) Add support for LM96163Guenter Roeck2-7/+38
2012-01-16hwmon: (lm63) Add support for external temperature offset registerGuenter Roeck1-3/+13
2012-01-16hwmon: (lm63) Fix checkpatch errorsGuenter Roeck1-21/+53
2012-01-16hwmon: (max1111) Change sysfs interface to in[0-3]_input in millivoltsEric Miao1-6/+9
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell16-23/+23
2012-01-13module_param: avoid bool abuse, add bint for special cases.Rusty Russell1-1/+1
2012-01-08Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds48-332/+571
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-8/+8
2012-01-06Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+3
2012-01-05max1111.c: fix checkpatch warningFrans Meulenbroeks1-1/+1
2012-01-05hwmon: (lm75) fix checkpatch warningsFrans Meulenbroeks1-3/+2
2012-01-05hwmon: (lm80) fix checkpatch messagesFrans Meulenbroeks1-28/+42
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks37-181/+181
2012-01-05hwmon: (lm75) fix checkpatch warningFrans Meulenbroeks1-1/+1
2012-01-05hwmon: (lm75) added error handlingFrans Meulenbroeks1-7/+16
2012-01-05hwmon: (ltc4261) set data->valid to 0 if errorFrans Meulenbroeks1-0/+1
2012-01-05hwmon: (f75375s) Add support for F75387SG/RGBjörn Gerhart2-49/+130
2012-01-05hwmon: (f75375s) Disable setting DC fan control mode for F75373Guenter Roeck1-0/+4
2012-01-05hwmon: (f75375s) Initialize pwmX_mode and pwmX_enable if there is no platform dataGuenter Roeck1-2/+26
2012-01-05hwmon: (f75375s) Fix value range for PWM modesGuenter Roeck1-1/+1
2012-01-05hwmon: (f75375s) Use standard sysfs attribute namesGuenter Roeck1-19/+19
2012-01-05hwmon: (f75375s) Fix checkpatch errors and warningsGuenter Roeck1-18/+68
2012-01-05hwmon: (pmbus/zl6100) Only instantiate external temperature sensor if enabledGuenter Roeck1-5/+14
2012-01-05hwmon: (pmbus/zl6100) Add support for Ericsson BMR45[0,1] and BMR46[2,3,4]Guenter Roeck3-5/+9