summaryrefslogtreecommitdiff
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * drivers/hwmon: add module.h to ultra45_env.cPaul Gortmaker2011-10-311-0/+1
* | hwmon: (w83627ehf) Fix broken driver initGuenter Roeck2011-11-061-3/+6
* | hwmon: (coretemp) Fix for non-SMP buildsJean Delvare2011-11-061-2/+1
* | 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/+115
* | hwmon: (smsc47b397) Fix checkpatch errorsJean Delvare2011-11-041-5/+8
* | hwmon: (lm90) Make code more readableJean Delvare2011-11-041-74/+69
* | 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/+2
* | 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-10-311-39/+8
* | | hwmon: convert idr to ida and use ida_simple interfaceJonathan Cameron2011-10-311-24/+8
| |/ |/|
* | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-10-281-24/+4
|\ \
| * | coretemp: Get microcode revision from cpu_dataAndi Kleen2011-10-141-24/+4
* | | hwmon: (w83627ehf) Better fix for negative temperature valuesJean Delvare2011-10-241-25/+26
* | | hwmon: (w83627ehf) Uninline is_word_sizedJean Delvare2011-10-241-1/+1
* | | hwmon: (lm75) Document why clones are not detectedJean Delvare2011-10-241-13/+24
* | | hwmon: (w83627ehf) Move fan pins check to a separate functionJean Delvare2011-10-241-53/+67
* | | hwmon: (w83627ehf) Skip reading unused voltage registersJean Delvare2011-10-241-0/+3
* | | hwmon: (lm75) Add support for Analog Devices ADT75Michael Hennerich2011-10-242-0/+3
* | | hwmon: (pmbus_core) Simplify sign extensionsGuenter Roeck2011-10-241-13/+4
* | | hwmon: (pmbus) Add support for Lineage Power DC-DC convertersGuenter Roeck2011-10-241-0/+4
* | | hwmon: (pmbus/ltc2978) Add support for LTC3880 to LTC2978 driverGuenter Roeck2011-10-242-14/+127
* | | hwmon: (pmbus/ltc2978) Explicit driver for LTC2978Guenter Roeck2011-10-244-2/+307
* | | hwmon: (pmbus) Add support for TEMP2 peak attributesGuenter Roeck2011-10-242-5/+43
* | | hwmon: AD7314 driver (ported from IIO)Jonathan Cameron2011-10-243-0/+197
* | | hwmon: (pmbus) Add support for Intersil power management chipsGuenter Roeck2011-10-243-0/+268
* | | hwmon: (pmbus) Always call _pmbus_read_byte in core driverGuenter Roeck2011-10-246-15/+17
* | | hwmon: (pmbus) Replace EINVAL return codes with more appropriate errorsGuenter Roeck2011-10-244-13/+13
* | | hwmon/f71882fg: Make the decision wether to register fan attr. per fanHans de Goede2011-10-241-65/+54
* | | hwmon/f71882fg: Add a f71882fg_create_fan_sysfs_files helper functionHans de Goede2011-10-241-44/+64
* | | hwmon/f71882fg: Make all fan/pwm attr tables 2 dimensionalHans de Goede2011-10-241-24/+26
* | | hwmon: (exynos4_tmu) Remove IRQF_DISABLEDYong Zhang2011-10-241-1/+1
* | | hwmon: Add driver for EXYNOS4 TMUDonggeun Kim2011-10-243-0/+535
* | | hwmon: (pmbus/adm1275) Add support for ADM1276Guenter Roeck2011-10-242-10/+54
* | | hwmon: (pmbus/adm1275) Add support for second current limitGuenter Roeck2011-10-241-7/+88
* | | hwmon: (pmbus) Don't return errors from driver remove functionsGuenter Roeck2011-10-2410-21/+18
* | | hwmon: (pmbus) Add comments explaining internal driver API return valuesGuenter Roeck2011-10-241-2/+16
* | | hwmon: (w83627ehf) add caseopen detectionDmitry Artamonow2011-10-241-0/+62
| |/ |/|
* | hwmon: (w83627ehf) Fix negative 8-bit temperature valuesJean Delvare2011-10-201-2/+3
* | hwmon: (w83627ehf) Properly report thermal diode sensorsJean Delvare2011-10-131-4/+11
|/
* hwmon: (coretemp) Avoid leaving around dangling pointerGuenter Roeck2011-09-281-0/+1