summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* 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
* hwmon: (coretemp) Fixup platform device ID changeJean Delvare2011-09-281-15/+12
* hwmon: (coretemp) remove struct platform_data * parameter from create_core_da...Jan Beulich2011-09-231-6/+3
* hwmon: (coretemp) constify static dataJan Beulich2011-09-231-2/+2
* hwmon: (coretemp) don't use kernel assigned CPU number as platform device IDJan Beulich2011-09-231-2/+2
* hwmon: (ds620) Fix handling of negative temperaturesRoland Stigge2011-09-211-1/+1
* hwmon: (w83791d) rename prototype parameter from 'register' to 'reg'Chris Peterson2011-09-211-2/+2
* hwmon: (coretemp) Don't use threshold registers for tempX_maxGuenter Roeck2011-09-211-121/+14
* hwmon: (coretemp) Let the user force TjMaxJean Delvare2011-09-211-0/+15
* hwmon: (coretemp) Drop duplicate function get_pkg_tjmaxJean Delvare2011-09-211-22/+4
* hwmon: (coretemp) Initialize tminJean Delvare2011-09-141-1/+6
* hwmon: (pmbus) Fix low limit temperature alarmsGuenter Roeck2011-09-131-1/+8
* hwmon: (ucd9000/ucd9200) Optimize array walkJean Delvare2011-09-062-8/+4
* hwmon: (max16065) Fix current calculationGuenter Roeck2011-09-061-1/+1
* hwmon: (i5k_amb) Drop i5k_channel_pci_idJean Delvare2011-08-231-28/+14
* hwmon: (ntc_thermistor) Simplify if sequenceGuenter Roeck2011-08-221-2/+1
* hwmon: (ibmaem) add missing kfreeJulia Lawall2011-08-111-5/+10
* hwmon: (pmbus/lm25066) Ignore byte writes to non-zero pagesGuenter Roeck2011-08-111-0/+12
* hwmon: (pmbus) Virtualize pmbus_write_byteGuenter Roeck2011-08-112-1/+20
* Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-07-3020-281/+2792
|\
| * hwmon: (lm90) Refactor reading of config2 registerJean Delvare2011-07-281-19/+6