aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-14hwmon: (via-cputemp) Remove bogus "SHOW" global variableH. Peter Anvin1-1/+1
2010-08-14hwmon: jc42 depends on I2CRandy Dunlap1-0/+1
2010-08-14hwmon: (pc87427) Move sysfs file removal to a separate functionJean Delvare1-32/+26
2010-08-14hwmon: (pc87427) Add temperature monitoring supportJean Delvare2-6/+366
2010-08-14hwmon: (pc87427) Add support for the second logical deviceJean Delvare1-42/+87
2010-08-14hwmon: (pc87427) Add support for manual fan speed controlJean Delvare2-3/+271
2010-08-14hwmon: (pc87427) Minor style cleanupsJean Delvare1-15/+16
2010-08-14hwmon: (pc87427) Handle disabled fan inputs properlyJean Delvare1-9/+58
2010-08-14hwmon: (w83627ehf) Add support for W83667HG-BGuenter Roeck1-9/+33
2010-08-14hwmon: (w83627ehf) Driver cleanupGuenter Roeck1-3/+56
2010-08-14hwmon: Add driver for SMSC EMC2103 temperature monitor and fan controllerSteve Glendinning3-0/+751
2010-08-14hwmon: (asc7621) Clean up and improve detect functionJean Delvare1-7/+2
2010-08-14hwmon: (it87) Export labels for internal sensorsJean Delvare1-2/+44
2010-08-14hwmon: (lm75) Add suspend/resume featureShubhrajyoti Datta2-0/+40
2010-08-14hwmon: (emc1403) Add power supportAlan Cox1-0/+33
2010-08-14hwmon: (ltc4245) Expose all GPIO pins as analog voltagesIra W. Snyder1-10/+167
2010-08-14hwmon: (pc87360) Fix device resource declarationJean Delvare1-14/+17
2010-08-14hwmon: (k8temp) Adjust confusing if indentationJulia Lawall1-1/+2
2010-08-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-4/+13
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-3/+3
2010-08-12hwmon: Don't access struct mc13783 directly from mc13783-adcUwe Kleine-König1-4/+13
2010-08-11fix "hwmon: coretemp: update hotplug condition check"Andrew Morton1-3/+0
2010-08-09hwmon: f71882fg: add support for the Fintek F71808EGiel van Schijndel2-11/+78
2010-08-09drivers/hwmon/coretemp.c: remove unneeded #ifdef CONFIG_HOTPLUG_CPUAndrew Morton1-4/+0
2010-08-09hwmon: coretemp: documentation update and cleanupChen Gong1-1/+1
2010-08-09hwmon: coretemp: enable coretemp device add operation failureChen Gong1-14/+3
2010-08-09hwmon: coretemp: update hotplug condition checkChen Gong1-0/+5
2010-08-09hwmon: add support for JEDEC JC 42.4 compliant temperature sensorsGuenter Roeck3-0/+605
2010-08-09hwmon: driver for SMM665 Six-Channel Active DC Output Controller/MonitorGuenter Roeck3-0/+759
2010-08-09drivers/hwmon/hdaps.c: add Lenovo Thinkpad T400 to the whitelistRitesh Raj Sarraf1-0/+1
2010-08-06Merge branch 'x86-hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-0/+464
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely2-3/+3
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+2
2010-08-05HWMON: Add JZ4740 ADC driverLars-Peter Clausen3-0/+241
2010-08-03x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driverFenghua Yu3-0/+464
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely1-2/+2
2010-07-09hwmon: (coretemp) Properly label the sensorsJean Delvare1-1/+5
2010-07-09hwmon: (coretemp) Skip duplicate CPU entriesJean Delvare1-1/+25
2010-07-09hwmon: (it87) Fix in7 on IT8720FJean Delvare1-0/+22
2010-07-09hwmon: (k8temp) Fix temperature reporting for ASB1 processor revisionsAndreas Herrmann1-4/+6
2010-06-20hwmon: (k8temp) Bypass core swapping on single-core processorsJean Delvare1-1/+1
2010-06-20hwmon: (i5k_amb) Fix sysfs attribute for lockdepKAMEZAWA Hiroyuki1-0/+6
2010-06-20hwmon: (k10temp) Do not blacklist known working CPU modelsJean Delvare1-2/+12
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang10-18/+0
2010-05-27hwmon: (lm75) Add support for the Texas Instruments TMP105Shubhrajyoti Datta2-1/+4
2010-05-27hwmon: (ltc4245) Read only one GPIO pinIra W. Snyder1-13/+5
2010-05-27hwmon: (dme1737) Add SCH5127 supportJuerg Haefliger1-103/+225
2010-05-27hwmon: (tmp102) Don't always stop chip at exitJean Delvare1-10/+28
2010-05-27hwmon: (tmp102) Fix suspend and resume functionsJean Delvare1-4/+12
2010-05-27hwmon: (tmp102) Various fixesJean Delvare2-37/+35