aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-21hwmon: (ads1015) Make gain and datarate configurableDirk Eibach1-40/+109
2011-03-21hwmon: (ads1015) Drop dynamic attribute groupJean Delvare1-32/+18
2011-03-21hwmon: Add support for Texas Instruments ADS1015Dirk Eibach3-0/+293
2011-03-21hwmon: New driver for SMSC SCH5627Hans de Goede3-0/+868
2011-03-21hwmon: (abituguru*) Update my email addressHans de Goede2-4/+4
2011-03-21hwmon: (lm75) Speed up detectionJean Delvare1-21/+19
2011-03-21hwmon: (lm75) Add detection of the National Semiconductor LM75ALen Sorensen2-16/+42
2011-03-21Move lis3lv02d drivers to drivers/miscJean Delvare6-1760/+0
2011-03-21Move hp_accel to drivers/platform/x86Jean Delvare3-425/+0
2011-03-21Let Kconfig handle lis3lv02d dependenciesJean Delvare2-27/+25
2011-03-21hwmon: (sht15) Fix integer overflow in humidity calculationVivien Didelot1-2/+2
2011-03-21hwmon: (sht15) Spelling fixJustin P. Mattock1-1/+1
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-3/+1
2011-03-17Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/stagingLinus Torvalds15-564/+5683
2011-03-17hwmon: change to new flag variablematt mooney1-3/+1
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-5/+4
2011-03-16hwmon: (lineage-pem): Fix in1 voltage alarm sysfs attributesGuenter Roeck1-5/+2
2011-03-14hwmon/f71882fg: Add support for f71808eHans de Goede1-21/+40
2011-03-14hwmon/f71882fg: Add support for f71869f and f71869eHans de Goede1-5/+115
2011-03-14hwmon/f71882fg: Add support for f71889edHans de Goede1-11/+27
2011-03-14hwmon/f71882fg: Break out test for auto pwm's controlled by digital readingsHans de Goede1-17/+23
2011-03-14hwmon/f71882fg: Separate temp beep sysfs attr from the other temp sysfs attrHans de Goede1-23/+53
2011-03-14hwmon/f71882fg: Remove bogus temp2_type for certain modelsHans de Goede1-2/+0
2011-03-14hwmon/f71882fg: Make number of temps configurableHans de Goede1-6/+10
2011-03-14hwmon/f71882fg: Make creation of in sysfs attributes more genericHans de Goede1-77/+103
2011-03-14hwmon/f71882fg: Only allow negative auto point temps if fan_neg_temp is enabledHans de Goede1-2/+16
2011-03-14hwmon/f71882fg: Fix temp1 sensor type reportingHans de Goede1-32/+3
2011-03-14hwmon: (w83627ehf) Display correct temperature sensor labels for systems with NCT6775FGuenter Roeck1-2/+3
2011-03-14hwmon: (w83627ehf) Add fan debounce support for NCT6775F and NCT6776FIan Dobson1-0/+21
2011-03-14hwmon: (w83627ehf) Update Kconfig for W83677HG-B, NCT6775F and NCT6776FGuenter Roeck1-2/+3
2011-03-14hwmon: (w83627ehf) Store rpm instead of raw fan speed dataGuenter Roeck1-18/+9
2011-03-14hwmon: (w83627ehf) Use 16 bit fan count registers if supportedGuenter Roeck1-27/+59
2011-03-14hwmon: (w83627ehf) Add support for Nuvoton NCT6775F and NCT6776FGuenter Roeck1-139/+652
2011-03-14hwmon: (w83627ehf) Permit enabling SmartFan IV mode if configured at startupGuenter Roeck1-2/+10
2011-03-14hwmon: (w83627ehf) Convert register arrays to 16 bit, and convert access to pointersGuenter Roeck1-24/+36
2011-03-14hwmon: (w83627ehf) Improve support for W83667HG-BGuenter Roeck1-31/+124
2011-03-14hwmon: (w83627ehf) Optimize multi-bank register accessGuenter Roeck1-15/+11
2011-03-14hwmon: (w83627ehf) Fixed most checkpatch warnings and errorsGuenter Roeck1-64/+85
2011-03-14hwmon: (w83627ehf) Unify temperature register access, and use strict string conversionsGuenter Roeck1-106/+113
2011-03-14hwmon: Add support for LTC4151per.dalen@appeartv.com3-0/+268
2011-03-14hwmon: (pmbus) Fix LINEAR16 data formatGuenter Roeck1-14/+17
2011-03-14hwmon: (pmbus) Continuously update temperature limit registersGuenter Roeck1-4/+10
2011-03-14hwmon: (pmbus) Improve support for paged temperature sensorsGuenter Roeck1-18/+28
2011-03-14hwmon: (pmbus) Improve support for paged fansGuenter Roeck1-30/+40
2011-03-14hwmon: (pmbus) More stringent checking of VOUT_MODE registerGuenter Roeck1-3/+4
2011-03-14hwmon: (pmbus) Add support for Maxim MAX34440/MAX34441Guenter Roeck3-0/+210
2011-03-14hwmon: (pmbus) Add support for Maxim MAX16064Guenter Roeck3-0/+102
2011-03-14hwmon: (pmbus) Add support for Maxim MAX8688Guenter Roeck3-0/+169
2011-03-14hwmon: PMBus device driverGuenter Roeck5-0/+2173
2011-03-14hwmon: (lm85) Add support for EMC6D103SGuenter Roeck1-24/+51