aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-09hwmon: (adt7475) Implement pwm_use_point2_pwm_at_critJean Delvare1-0/+42
2009-12-09hwmon: (adt7475) Add support for the ADT7473Jean Delvare3-12/+26
2009-12-09hwmon: (f71882fg) Add support for the f71889fg (version 2)Hans de Goede2-21/+71
2009-12-09hwmon: (f71882fg) Fix sysfs file removalHans de Goede1-25/+66
2009-12-09hwmon: (f71882fg) Cleanup sysfs attr creation 2/2Hans de Goede1-64/+52
2009-12-09hwmon: (f71882fg) Cleanup sysfs attr creation 1/2Hans de Goede1-48/+89
2009-12-09hwmon: (thmc50) Stop using I2C_CLIENT_MODULE_PARMJean Delvare1-1/+5
2009-12-09hwmon: Add Freescale MC13783 ADC driverLuotao Fu3-0/+243
2009-12-09hwmon: (w83791d) Remove experimental dependencyMarc Hulsman1-1/+1
2009-12-09hwmon: Clean up detect functionsJean Delvare29-714/+393
2009-12-09hwmon: (w83l785ts) Clean up detect functionJean Delvare1-47/+23
2009-12-09hwmon: (w83792d) Clean up detect functionJean Delvare1-43/+18
2009-12-09hwmon: (w83791d) Clean up detect functionJean Delvare1-42/+18
2009-12-09hwmon: (w83781d) Clean up detect functionJean Delvare1-78/+53
2009-12-09hwmon: (tmp401/tmp421) Clean up detect functionsJean Delvare2-53/+47
2009-12-09hwmon: (lm90) Clean up detect functionJean Delvare1-132/+96
2009-12-09hwmon: (lm85) Clean up detect functionJean Delvare1-92/+65
2009-12-09hwmon: (lm83) Clean up detect functionJean Delvare1-55/+26
2009-12-09hwmon: (lm77) Clean up detect functionJean Delvare1-41/+39
2009-12-09hwmon: (adm1025) Clean up detect functionJean Delvare1-53/+20
2009-12-09hwmon: (adm1021) Clean up detect functionJean Delvare1-51/+25
2009-12-09hwmon: New driver for the National Semiconductor LM73Adrien Demarez3-0/+215
2009-12-09hwmon: (w83627hf) Stop using globals for I/O port numbersJean Delvare1-43/+42
2009-12-09hwmon: (w83627hf) Drop the force_addr module parameterJean Delvare1-11/+0
2009-12-09hwmon: (it87) Check for fan2 and fan3 availabilityJean Delvare1-3/+24
2009-12-09hwmon: (it87) Verify the VID pin usageJean Delvare1-4/+16
2009-12-09hwmon: (s3c-hwmon) Fix build errorBen Dooks1-2/+2
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina2-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2-2/+2
2009-11-16hwmon: (adt7475) Fix sysfs file namesJean Delvare1-6/+6
2009-11-16hwmon: (adt7475) Cache limits for 60 secondsJean Delvare1-1/+1
2009-11-16hwmon: (adt7475) Fix temperature fault flagsJean Delvare1-2/+1
2009-11-16hwmon: (s3c-hwmon) Ignore invalid divider settingsBen Dooks1-2/+9
2009-10-29Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds3-9/+27
2009-10-29lis3: add support for the HP HDX 18Ian E. Morgan1-0/+1
2009-10-29lis3: add support for the HP EliteBook 8530wÉric Piel1-0/+1
2009-10-29lis3: better support for hp 6730xPavel Herrmann1-1/+2
2009-10-24hwmon: (it87) Fix VID reading on IT8718F/IT8720FJean Delvare1-3/+2
2009-10-24hwmon: (dme1737) No vid attributes for SCH311xJean Delvare1-5/+24
2009-10-24hwmon: (fschmd) Fix check on unsigned in watchdog_write()Roel Kluin1-1/+1
2009-10-11Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds3-57/+291
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-09hwmon: (s3c-hwmon) Disable build for S3C64xxMark Brown1-1/+1
2009-10-09hwmon: (asus_atk0110) Enable the ECLuca Tettamanti1-1/+184
2009-10-09hwmon: (asus_atk0110) Refactor the codeLuca Tettamanti1-56/+102
2009-10-09hwmon: (sht15) Fix spurious section mismatch warningRakib Mullick1-1/+6
2009-10-08lis3lv02d_spi: module unload didn't remove sysfs entrySamu Onkalo1-1/+2
2009-10-04ltc4215/ltc4245: Discard obsolete detect methodsJean Delvare2-168/+10
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-23Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds8-1382/+90