aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-05hwmon: (pmbus/zl6100) Add support for ZL2005Guenter Roeck2-4/+19
2012-01-05hwmon: (pmbus/adm1275) Validate device IDGuenter Roeck1-21/+50
2012-01-03switch sysfs_chmod_file() to umode_tAl Viro1-3/+3
2012-01-03switch ->is_visible() to returning umode_tAl Viro4-5/+5
2011-12-21x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester1-4/+3
2011-12-12hwmon: (jz4740) Staticise jz4740_hwmon_driverAxel Lin1-1/+1
2011-12-12hwmon: (jz4740) fix signedness bugAxel Lin1-1/+1
2011-11-26hwmon: convert drivers/hwmon/* to use module_platform_driver()Axel Lin11-130/+11
2011-11-25hwmon: Remove redundant spi driver bus initializationLars-Peter Clausen2-2/+0
2011-11-17hwmon: (exynos4_tmu) Fix Kconfig dependencyDonggeun Kim1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-06hwmon: (w83627ehf) Fix broken driver initGuenter Roeck1-3/+6
2011-11-06hwmon: (coretemp) Fix for non-SMP buildsJean Delvare1-2/+1
2011-11-04hwmon: (w83627ehf) Add support for the W83627UHGJean Delvare2-28/+125