aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-23hwmon: (coretemp) remove struct platform_data * parameter from create_core_data()Jan Beulich1-6/+3
2011-09-23hwmon: (coretemp) constify static dataJan Beulich1-2/+2
2011-09-23hwmon: (coretemp) don't use kernel assigned CPU number as platform device IDJan Beulich1-2/+2
2011-09-21hwmon: (ds620) Fix handling of negative temperaturesRoland Stigge1-1/+1
2011-09-21hwmon: (w83791d) rename prototype parameter from 'register' to 'reg'Chris Peterson1-2/+2
2011-09-21hwmon: (coretemp) Don't use threshold registers for tempX_maxGuenter Roeck1-121/+14
2011-09-21hwmon: (coretemp) Let the user force TjMaxJean Delvare1-0/+15
2011-09-21hwmon: (coretemp) Drop duplicate function get_pkg_tjmaxJean Delvare1-22/+4
2011-09-14hwmon: (coretemp) Initialize tminJean Delvare1-1/+6
2011-09-13hwmon: (pmbus) Fix low limit temperature alarmsGuenter Roeck1-1/+8
2011-09-06hwmon: (ucd9000/ucd9200) Optimize array walkJean Delvare2-8/+4
2011-09-06hwmon: (max16065) Fix current calculationGuenter Roeck1-1/+1
2011-08-23hwmon: (i5k_amb) Drop i5k_channel_pci_idJean Delvare1-28/+14
2011-08-22hwmon: (ntc_thermistor) Simplify if sequenceGuenter Roeck1-2/+1
2011-08-11hwmon: (ibmaem) add missing kfreeJulia Lawall1-5/+10
2011-08-11hwmon: (pmbus/lm25066) Ignore byte writes to non-zero pagesGuenter Roeck1-0/+12
2011-08-11hwmon: (pmbus) Virtualize pmbus_write_byteGuenter Roeck2-1/+20
2011-07-30Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/stagingLinus Torvalds20-281/+2792
2011-07-28hwmon: (lm90) Refactor reading of config2 registerJean Delvare1-19/+6
2011-07-28hwmon: (lm90) Make SA56004 detection more robustJean Delvare1-2/+13
2011-07-28hwmon: (lm90) Simplify handling of extended local temp registerJean Delvare1-15/+6
2011-07-28hwmon: (pmbus) Add client driver for LM25066, LM5064, and LM5066Guenter Roeck5-1/+354
2011-07-28hwmon: (max34440) Add support for peak attributesGuenter Roeck1-0/+63
2011-07-28hwmon: (max8688) Add support for peak attributesGuenter Roeck1-0/+61
2011-07-28hwmon: (max16064) Add support for peak attributesGuenter Roeck1-0/+51
2011-07-28hwmon: (adm1275) Add support for peak attributesGuenter Roeck1-0/+60
2011-07-28hwmon: (pmbus) Add support for peak attributesGuenter Roeck2-15/+163
2011-07-28hwmon: (pmbus) Strengthen check for status register existenceGuenter Roeck1-21/+23
2011-07-28hwmon: (pmbus) Add support for virtual pagesGuenter Roeck2-28/+20
2011-07-28hwmon: (pmbus) Support reading and writing of word registers in device specific codeGuenter Roeck2-6/+50
2011-07-28hwmon: (pmbus) Increase attribute name sizeGuenter Roeck1-4/+6
2011-07-28hwmon: (pmbus) Add ADP4000, NCP4200 and NCP4208 to list of supported devicesGuenter Roeck2-2/+5
2011-07-28hwmon: (pmbus) Add support for VID output voltage modeGuenter Roeck7-34/+105
2011-07-28hwmon: (pmbus) Move PMBus drivers to drivers/hwmon/pmbusGuenter Roeck13-95/+104
2011-07-28hwmon: (coretemp) Add core/pkg threshold support to CoretempDurgadoss R1-45/+132
2011-07-28hwmon: (lm95241) Add support for LM95231Guenter Roeck2-14/+22
2011-07-28hwmon: LM95245 driverAlexander Stein3-0/+553
2011-07-28hwmon: (lm90) Add support for Philips SA56004Stijn Devriendt2-4/+38
2011-07-28hwmon: Driver for NTC ThermistorsDonggeun Kim3-0/+468
2011-07-28hwmon: (max1668) Add support for tempX_fault attributesGuenter Roeck1-4/+26
2011-07-28hwmon: Driver for MAX1668David George3-0/+491
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-25Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds12-466/+1243
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-25hwmon: (lm78) Become the maintainerJean Delvare1-3/+1
2011-07-25hwmon: (lm78) Make ISA interface depend on CONFIG_ISAJean Delvare1-19/+79
2011-07-25hwmon: (lm78) Avoid forward declarationsJean Delvare1-107/+98
2011-07-25hwmon: (sht15) Correct a comment mistakeVivien Didelot1-1/+1
2011-07-25hwmon: (max1111) Avoid extra memory allocationsJean Delvare1-21/+6
2011-07-25hwmon: (it87) Add chassis intrusion detection supportJean Delvare1-0/+29