aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* hwmon (coretemp): Fix build breakage if SMP is undefinedGuenter Roeck2010-09-281-0/+1
* x86/hwmon: pkgtemp has no dependency on PCIJan Beulich2010-09-242-2/+1
* x86/hwmon: register alternate sibling upon CPU removalJan Beulich2010-09-241-7/+15
* x86/hwmon: fix initialization of pkgtempJan Beulich2010-09-241-7/+3
* x86/hwmon: fix initialization of coretempJan Beulich2010-09-241-16/+13
* x86/hwmon: don't leak device attribute file from pkgtemp_probe() and pkgtemp_...Jan Beulich2010-09-241-1/+4
* x86/hwmon: avoid deadlock on CPU removal in pkgtempJan Beulich2010-09-241-3/+4
* x86/hwmon: fix module init for hotplug-but-no-device-found caseJan Beulich2010-09-241-1/+4
* hwmon: (lis3) Fix Oops with NULL platform dataTakashi Iwai2010-09-241-2/+2
* hwmon: (lm95241) Replace rate sysfs attribute with update_intervalGuenter Roeck2010-09-171-10/+11
* hwmon: (adm1031) Replace update_rate sysfs attribute with update_intervalGuenter Roeck2010-09-171-19/+24
* hwmon: (w83627ehf) Use proper exit sequenceJonas Jonsson2010-09-171-0/+1
* hwmon: (emc1403) Remove unnecessary hwmon_device_unregisterYong Wang2010-09-171-1/+0
* hwmon: (f75375s) Do not overwrite values read from registersGuillem Jover2010-09-171-2/+2
* hwmon: (f75375s) Shift control mode to the correct bit positionGuillem Jover2010-09-171-1/+1
* hwmon: (lis3lv02d) Prevent NULL pointer dereferenceKuninori Morimoto2010-09-172-4/+4
* hp_accel: add quirks for HP ProBook 532x and HP Mini 5102Takashi Iwai2010-09-091-0/+2
* hwmon: (k8temp) Differentiate between AM2 and ASB1Andreas Herrmann2010-08-251-3/+32
* hwmon: (ads7871) Fix ads7871_probe error pathsAxel Lin2010-08-251-19/+19
* hwmon: (coretemp) Fix harmless build warningJean Delvare2010-08-251-1/+0
* revert "hwmon: f71882fg: add support for the Fintek F71808E"Andrew Morton2010-08-202-78/+11
* hwmon: (via-cputemp) Remove bogus "SHOW" global variableH. Peter Anvin2010-08-141-1/+1
* hwmon: jc42 depends on I2CRandy Dunlap2010-08-141-0/+1
* hwmon: (pc87427) Move sysfs file removal to a separate functionJean Delvare2010-08-141-32/+26
* hwmon: (pc87427) Add temperature monitoring supportJean Delvare2010-08-142-6/+366
* hwmon: (pc87427) Add support for the second logical deviceJean Delvare2010-08-141-42/+87
* hwmon: (pc87427) Add support for manual fan speed controlJean Delvare2010-08-142-3/+271
* hwmon: (pc87427) Minor style cleanupsJean Delvare2010-08-141-15/+16
* hwmon: (pc87427) Handle disabled fan inputs properlyJean Delvare2010-08-141-9/+58
* hwmon: (w83627ehf) Add support for W83667HG-BGuenter Roeck2010-08-141-9/+33
* hwmon: (w83627ehf) Driver cleanupGuenter Roeck2010-08-141-3/+56
* hwmon: Add driver for SMSC EMC2103 temperature monitor and fan controllerSteve Glendinning2010-08-143-0/+751
* hwmon: (asc7621) Clean up and improve detect functionJean Delvare2010-08-141-7/+2
* hwmon: (it87) Export labels for internal sensorsJean Delvare2010-08-141-2/+44
* hwmon: (lm75) Add suspend/resume featureShubhrajyoti Datta2010-08-142-0/+40
* hwmon: (emc1403) Add power supportAlan Cox2010-08-141-0/+33
* hwmon: (ltc4245) Expose all GPIO pins as analog voltagesIra W. Snyder2010-08-141-10/+167
* hwmon: (pc87360) Fix device resource declarationJean Delvare2010-08-141-14/+17
* hwmon: (k8temp) Adjust confusing if indentationJulia Lawall2010-08-141-1/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2010-08-121-4/+13
|\
| * hwmon: Don't access struct mc13783 directly from mc13783-adcUwe Kleine-König2010-08-121-4/+13
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-122-3/+3
|\ \ | |/ |/|
| * of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-062-3/+3
* | fix "hwmon: coretemp: update hotplug condition check"Andrew Morton2010-08-111-3/+0
* | hwmon: f71882fg: add support for the Fintek F71808EGiel van Schijndel2010-08-092-11/+78
* | drivers/hwmon/coretemp.c: remove unneeded #ifdef CONFIG_HOTPLUG_CPUAndrew Morton2010-08-091-4/+0
* | hwmon: coretemp: documentation update and cleanupChen Gong2010-08-091-1/+1
* | hwmon: coretemp: enable coretemp device add operation failureChen Gong2010-08-091-14/+3
* | hwmon: coretemp: update hotplug condition checkChen Gong2010-08-091-0/+5
* | hwmon: add support for JEDEC JC 42.4 compliant temperature sensorsGuenter Roeck2010-08-093-0/+605