aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)Author
2012-02-09hwmon: (f75375s) Let f75375_update_device treat pwmX as a measured valueNikolaus Schulz
2012-02-08hwmon: (f75375s) Fix bit shifting in f75375_write16Nikolaus Schulz
2012-02-08hwmon: (f75375s) Fix reading of wrong register when initializing the F75387Nikolaus Schulz
2012-02-08hwmon: (f75375s) Fix automatic pwm mode setting for F75373 & F75375Nikolaus Schulz
2012-02-08hwmon: (w83627ehf) Remove duplicate codeGuenter Roeck
2012-02-04hwmon: (w83627ehf) Fix number of fans for NCT6776FGuenter Roeck
2012-01-29hwmon: (w83627ehf) Disable setting DC mode for pwm2, pwm3 on NCT6776FGuenter Roeck
2012-01-29hwmon: (sht15) fix bad error codeVivien Didelot
2012-01-20hwmon: (f71805f) Fix clamping of temperature limitsJean Delvare
2012-01-16hwmon: (adm1031) Fix coding style issuesGuenter Roeck
2012-01-16hwmon: (it87) Add IT8728F supportJean Delvare
2012-01-16hwmon: (coretemp) Add missing section annotationsJean Delvare
2012-01-16hwmon: (lm90) Add range check to set_update_intervalGuenter Roeck
2012-01-16hwmon: (lm63) Support extended lookup table of LM96163Jean Delvare
2012-01-16hwmon: (lm63) Expose automatic fan speed control lookup tableJean Delvare
2012-01-16hwmon: (lm63) Fix incorrect comment about I2C addressJean Delvare
2012-01-16hwmon: (lm63) LM64 has a dedicated pin for tachometerJean Delvare
2012-01-16hwmon: (lm63) Add sensor type attribute for external sensor on LM96163Guenter Roeck
2012-01-16hwmon: (lm63) Add support for update_interval sysfs attributeGuenter Roeck
2012-01-16hwmon: (lm63) Add support for writing the external critical temperatureGuenter Roeck
2012-01-16hwmon: (lm63) Add support for unsigned upper temperature limitsGuenter Roeck
2012-01-16hwmon: (lm63) Add support for LM96163Guenter Roeck
2012-01-16hwmon: (lm63) Add support for external temperature offset registerGuenter Roeck
2012-01-16hwmon: (lm63) Fix checkpatch errorsGuenter Roeck
2012-01-16hwmon: (max1111) Change sysfs interface to in[0-3]_input in millivoltsEric Miao
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2012-01-13module_param: avoid bool abuse, add bint for special cases.Rusty Russell
2012-01-08Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-06Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-01-05max1111.c: fix checkpatch warningFrans Meulenbroeks
2012-01-05hwmon: (lm75) fix checkpatch warningsFrans Meulenbroeks
2012-01-05hwmon: (lm80) fix checkpatch messagesFrans Meulenbroeks
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks
2012-01-05hwmon: (lm75) fix checkpatch warningFrans Meulenbroeks
2012-01-05hwmon: (lm75) added error handlingFrans Meulenbroeks
2012-01-05hwmon: (ltc4261) set data->valid to 0 if errorFrans Meulenbroeks
2012-01-05hwmon: (f75375s) Add support for F75387SG/RGBjörn Gerhart
2012-01-05hwmon: (f75375s) Disable setting DC fan control mode for F75373Guenter Roeck
2012-01-05hwmon: (f75375s) Initialize pwmX_mode and pwmX_enable if there is no platform...Guenter Roeck
2012-01-05hwmon: (f75375s) Fix value range for PWM modesGuenter Roeck
2012-01-05hwmon: (f75375s) Use standard sysfs attribute namesGuenter Roeck
2012-01-05hwmon: (f75375s) Fix checkpatch errors and warningsGuenter Roeck
2012-01-05hwmon: (pmbus/zl6100) Only instantiate external temperature sensor if enabledGuenter Roeck
2012-01-05hwmon: (pmbus/zl6100) Add support for Ericsson BMR45[0,1] and BMR46[2,3,4]Guenter Roeck
2012-01-05hwmon: (pmbus/zl6100) Add support for ZL2005Guenter Roeck
2012-01-05hwmon: (pmbus/adm1275) Validate device IDGuenter Roeck
2012-01-03switch sysfs_chmod_file() to umode_tAl Viro
2012-01-03switch ->is_visible() to returning umode_tAl Viro
2011-12-21x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester