aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-02hwmon: (s3c-hwmon) Fix compilationMaurus Cuelenaere1-2/+0
2010-12-14Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/stagingLinus Torvalds1-2/+2
2010-12-13hwmon: (ltc4215) make sysfs file match the alarm causeIra W. Snyder1-2/+2
2010-12-08hwmon: (adm1026) Allow 1 as a valid divider valueGabriele Gorla1-3/+1
2010-12-08hwmon: (adm1026) Fix setting fan_divGabriele Gorla1-7/+9
2010-12-08hwmon: (it87) Fix manual fan speed control on IT8721FJean Delvare1-16/+45
2010-11-22hwmon: (lis3lv02d_i2c) Fix compile warningsGuenter Roeck1-6/+4
2010-11-22hwmon: (i5k_amb) Fix compile warningGuenter Roeck1-0/+2
2010-11-15hwmon: (w83795) Check for BEEP pin availabilityJean Delvare1-7/+51
2010-11-15hwmon: (w83795) Clear intrusion alarm immediatelyJean Delvare1-0/+4
2010-11-15hwmon: (w83795) Read the intrusion state properlyJean Delvare1-3/+20
2010-11-15hwmon: (w83795) Print the actual temperature channels as sourcesJean Delvare1-10/+20
2010-11-15hwmon: (w83795) List all usable temperature sourcesJean Delvare1-3/+54
2010-11-15hwmon: (w83795) Expose fan control methodJean Delvare1-1/+18
2010-11-15hwmon: (w83795) Fix fan control mode attributesJean Delvare1-10/+8
2010-11-15hwmon: (lm95241) Check validity of input valuesJean Delvare1-5/+14
2010-11-15hwmon: Change mail address of Hans J. KochHans J. Koch3-4/+4
2010-11-11hwmon: (gpio-fan) Fix fan_ctrl_init error pathAxel Lin1-4/+4
2010-11-11hwmon: (ad7414) Return proper error code for ad7414_probe()Axel Lin1-2/+4
2010-11-11hwmon: (adt7470) Return proper error code for adt7470_probe()Axel Lin1-1/+3
2010-11-05hwmon: (ltc4261) Fix error message formatJean Delvare1-2/+1
2010-11-05hwmon: (ltc4261) Add missing newline in debug messageGuenter Roeck1-1/+1
2010-10-28hwmon: (it87) Add support for the IT8721F/IT8758EJean Delvare2-24/+96
2010-10-28hwmon: (it87) Move conversion functionsJean Delvare1-50/+52
2010-10-28hwmon: Remove many EXPERIMENTAL flagsJean Delvare1-16/+12
2010-10-28hwmon: (lm85) Add support for ADT7468 high-frequency PWM modeJean Delvare1-7/+28
2010-10-28hwmon: (lm85) Document the ADT7468 as supportedJean Delvare1-1/+2
2010-10-28hwmon: (lm85) Fix ADT7468 frequency tableJean Delvare1-0/+1
2010-10-28hwmon: I2C addresses are constantJean Delvare3-5/+5
2010-10-28Move ams driver to macintoshJean Delvare8-990/+0
2010-10-28hwmon: (pcf8591) Don't attempt to detect devicesJean Delvare1-26/+0
2010-10-28hwmon: (pcf8591) Register as a hwmon deviceJean Delvare1-0/+12
2010-10-28hwmon: (w83795) Use standard attributes for chassis intrusionJean Delvare1-3/+8
2010-10-28hwmon: (w83795) Exclude fan control feature by defaultJean Delvare2-0/+27
2010-10-28hwmon: (w83795) Add myself as co-author and maintainerJean Delvare1-1/+2
2010-10-28hwmon: (w83795) More style cleanupsJean Delvare1-15/+13
2010-10-28hwmon: (w83795) Fix LSB reading of voltage limitsJean Delvare1-1/+1
2010-10-28hwmon: (w83795) Use dev_get_drvdata() where possibleJean Delvare1-6/+3
2010-10-28hwmon: (w83795) Delay reading pwm config registersJean Delvare1-22/+29
2010-10-28hwmon: (w83795) Delay reading limit registersJean Delvare1-1/+6
2010-10-28hwmon: (w83795) Move register reads to dedicated functionsJean Delvare1-99/+119
2010-10-28hwmon: (w83795) Pack similar register readsJean Delvare1-16/+6
2010-10-28hwmon: (w83795) Make W83795_REG_PWM more efficientJean Delvare1-12/+8
2010-10-28hwmon: (w83795) Don't pre-read values we'll update laterJean Delvare1-26/+7
2010-10-28hwmon: (w83795) Simplify temperature sensor type handlingJean Delvare1-83/+24
2010-10-28hwmon: (w83795) Drop _NUM constantsJean Delvare1-10/+6
2010-10-28hwmon: (w83795) Drop REST_VLT_BEGIN/ENDJean Delvare1-6/+3
2010-10-28hwmon: (w83795) Fix parity checksJean Delvare1-4/+4
2010-10-28hwmon: (w83795) Get rid of VRLSB_SHIFTJean Delvare1-10/+5
2010-10-28hwmon: (w83795) Avoid reading the same register twiceJean Delvare1-2/+9