summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-01-0848-332/+571
|\
| * max1111.c: fix checkpatch warningFrans Meulenbroeks2012-01-051-1/+1
| * hwmon: (lm75) fix checkpatch warningsFrans Meulenbroeks2012-01-051-3/+2Star
| * hwmon: (lm80) fix checkpatch messagesFrans Meulenbroeks2012-01-051-28/+42
| * hwmon: replaced strict_str* with kstr*Frans Meulenbroeks2012-01-0537-181/+181
| * hwmon: (lm75) fix checkpatch warningFrans Meulenbroeks2012-01-051-1/+1
| * hwmon: (lm75) added error handlingFrans Meulenbroeks2012-01-051-7/+16
| * hwmon: (ltc4261) set data->valid to 0 if errorFrans Meulenbroeks2012-01-051-0/+1
| * hwmon: (f75375s) Add support for F75387SG/RGBjörn Gerhart2012-01-052-49/+130
| * hwmon: (f75375s) Disable setting DC fan control mode for F75373Guenter Roeck2012-01-051-0/+4
| * hwmon: (f75375s) Initialize pwmX_mode and pwmX_enable if there is no platform...Guenter Roeck2012-01-051-2/+26
| * hwmon: (f75375s) Fix value range for PWM modesGuenter Roeck2012-01-051-1/+1
| * hwmon: (f75375s) Use standard sysfs attribute namesGuenter Roeck2012-01-051-19/+19
| * hwmon: (f75375s) Fix checkpatch errors and warningsGuenter Roeck2012-01-051-18/+68
| * hwmon: (pmbus/zl6100) Only instantiate external temperature sensor if enabledGuenter Roeck2012-01-051-5/+14
| * hwmon: (pmbus/zl6100) Add support for Ericsson BMR45[0,1] and BMR46[2,3,4]Guenter Roeck2012-01-053-5/+9
| * hwmon: (pmbus/zl6100) Add support for ZL2005Guenter Roeck2012-01-052-4/+19
| * hwmon: (pmbus/adm1275) Validate device IDGuenter Roeck2012-01-051-21/+50
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-085-8/+8
|\ \
| * | switch sysfs_chmod_file() to umode_tAl Viro2012-01-041-3/+3
| * | switch ->is_visible() to returning umode_tAl Viro2012-01-044-5/+5
| |/
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-061-4/+3Star
|\ \ | |/ |/|
| * x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester2011-12-211-4/+3Star
* | hwmon: (jz4740) Staticise jz4740_hwmon_driverAxel Lin2011-12-121-1/+1
* | hwmon: (jz4740) fix signedness bugAxel Lin2011-12-121-1/+1
|/
* hwmon: convert drivers/hwmon/* to use module_platform_driver()Axel Lin2011-11-2611-130/+11Star
* hwmon: Remove redundant spi driver bus initializationLars-Peter Clausen2011-11-252-2/+0Star
* hwmon: (exynos4_tmu) Fix Kconfig dependencyDonggeun Kim2011-11-171-1/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * drivers/hwmon: add module.h to ultra45_env.cPaul Gortmaker2011-11-011-0/+1
* | hwmon: (w83627ehf) Fix broken driver initGuenter Roeck2011-11-061-3/+6
* | hwmon: (coretemp) Fix for non-SMP buildsJean Delvare2011-11-061-2/+1Star
* | hwmon: (w83627ehf) Add support for the W83627UHGJean Delvare2011-11-042-28/+125
* | hwmon: (w83627ehf) Clean up probe functionJean Delvare2011-11-041-21/+32
* | hwmon: (w83627ehf) Properly report PECI and AMD-SI sensor typesJean Delvare2011-11-041-1/+8
* | hwmon: Use i2c_smbus_{read,write}_word_swappedJean Delvare2011-11-0419-234/+115Star
* | hwmon: (smsc47b397) Fix checkpatch errorsJean Delvare2011-11-041-5/+8
* | hwmon: (lm90) Make code more readableJean Delvare2011-11-041-74/+69Star
* | hwmon: (lm90) Fix warningsJean Delvare2011-11-041-15/+16
* | hwmon: (ibmaem) Avoid repeated memory allocationsJean Delvare2011-11-041-8/+20
* | hwmon: (ibmaem) Make instance initializations independentJean Delvare2011-11-041-10/+2Star
* | hwmon: (ibmaem) Fix error pathsJean Delvare2011-11-041-8/+12
* | hwmon: (lm73) Make detection less problematicJean Delvare2011-11-041-4/+18
* | hwmon: Avoid building drivers for powerpc that read/write ISA addressesDean Nelson2011-11-041-2/+13
* | Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds2011-11-031-6/+6
|\ \
| * | hwmon: Convert mc13783-adc to mc13xxx APIUwe Kleine-König2011-10-241-6/+6
* | | drivers/hwmon/hwmon.c: convert idr to ida and use ida_simple_get()Jonathan Cameron2011-11-011-39/+8Star
* | | hwmon: convert idr to ida and use ida_simple interfaceJonathan Cameron2011-11-011-24/+8Star
| |/ |/|
* | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-10-281-24/+4Star
|\ \
| * | coretemp: Get microcode revision from cpu_dataAndi Kleen2011-10-141-24/+4Star