Age | Commit message (Expand) | Author | Files | Lines |
2013-10-14 | hwmon: (f71882fg) Remove extra return statement | Guenter Roeck | 1 | -1/+0 |
2013-08-12 | hwmon: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2013-01-26 | hwmon: Replace SENSORS_LIMIT with clamp_val | Guenter Roeck | 1 | -13/+12 |
2012-11-28 | hwmon: remove use of __devinit | Bill Pemberton | 1 | -4/+4 |
2012-09-24 | hwmon: (f71882fg) Convert to use devm_ functions | Guenter Roeck | 1 | -11/+4 |
2012-09-24 | hwmon: (f71882fg) Fix build warning | Guenter Roeck | 1 | -16/+17 |
2012-03-19 | hwmon: (f71882fg) Fix multi-line comments | Guenter Roeck | 1 | -22/+37 |
2012-03-19 | hwmon: (f71882fg) fix checkpatch issues | Frans Meulenbroeks | 1 | -2/+2 |
2012-01-05 | hwmon: replaced strict_str* with kstr* | Frans Meulenbroeks | 1 | -16/+16 |
2011-10-24 | hwmon/f71882fg: Make the decision wether to register fan attr. per fan | Hans de Goede | 1 | -65/+54 |
2011-10-24 | hwmon/f71882fg: Add a f71882fg_create_fan_sysfs_files helper function | Hans de Goede | 1 | -44/+64 |
2011-10-24 | hwmon/f71882fg: Make all fan/pwm attr tables 2 dimensional | Hans de Goede | 1 | -24/+26 |
2011-07-03 | hwmon: (f71882fg) Add support for the F71869A | Hans de Goede | 1 | -2/+15 |
2011-07-03 | hwmon: Use <> rather than () around my e-mail address | Hans de Goede | 1 | -1/+1 |
2011-05-25 | hwmon: (f71882fg) Add support for F71808A | Hans de Goede | 1 | -3/+84 |
2011-05-25 | hwmon: (f71882fg) Split has_beep in fan_has_beep and temp_has_beep | Hans de Goede | 1 | -7/+21 |
2011-03-26 | hwmon: (f71882fg) Add support for the F71889A | Hans de Goede | 1 | -1/+13 |
2011-03-26 | hwmon: (f71882fg) Add support for the F81865F | Jean Delvare | 1 | -8/+14 |
2011-03-26 | hwmon: (f71882fg) Document all supported devices | Jean Delvare | 1 | -1/+1 |
2011-03-26 | hwmon: (f71882fg) Per-chip fan/temperature input count tables | Jean Delvare | 1 | -6/+30 |
2011-03-26 | hwmon: (f71882fg) Secure chip property definition arrays | Jean Delvare | 1 | -27/+27 |
2011-03-15 | hwmon/f71882fg: Add support for f71808e | Hans de Goede | 1 | -21/+40 |
2011-03-15 | hwmon/f71882fg: Add support for f71869f and f71869e | Hans de Goede | 1 | -5/+115 |
2011-03-15 | hwmon/f71882fg: Add support for f71889ed | Hans de Goede | 1 | -11/+27 |
2011-03-15 | hwmon/f71882fg: Break out test for auto pwm's controlled by digital readings | Hans de Goede | 1 | -17/+23 |
2011-03-15 | hwmon/f71882fg: Separate temp beep sysfs attr from the other temp sysfs attr | Hans de Goede | 1 | -23/+53 |
2011-03-15 | hwmon/f71882fg: Remove bogus temp2_type for certain models | Hans de Goede | 1 | -2/+0 |
2011-03-15 | hwmon/f71882fg: Make number of temps configurable | Hans de Goede | 1 | -6/+10 |
2011-03-15 | hwmon/f71882fg: Make creation of in sysfs attributes more generic | Hans de Goede | 1 | -77/+103 |
2011-03-15 | hwmon/f71882fg: Only allow negative auto point temps if fan_neg_temp is enabled | Hans de Goede | 1 | -2/+16 |
2011-03-15 | hwmon/f71882fg: Fix temp1 sensor type reporting | Hans de Goede | 1 | -32/+3 |
2011-03-13 | hwmon/f71882fg: Set platform drvdata to NULL later | Hans de Goede | 1 | -1/+1 |
2011-03-13 | hwmon/f71882fg: Fix a typo in a comment | Hans de Goede | 1 | -1/+1 |
2011-01-08 | hwmon: (f71882fg) Use pr_fmt and pr_<level> | Joe Perches | 1 | -11/+12 |
2010-10-03 | hwmon: f71882fg: use a muxed resource lock for the Super I/O port | Giel van Schijndel | 1 | -13/+19 |
2010-08-20 | revert "hwmon: f71882fg: add support for the Fintek F71808E" | Andrew Morton | 1 | -75/+8 |
2010-08-10 | hwmon: f71882fg: add support for the Fintek F71808E | Giel van Schijndel | 1 | -8/+75 |
2010-05-27 | hwmon: (f71882fg) Acquire I/O regions while we're working with them | Giel van Schijndel | 1 | -0/+8 |
2010-05-27 | hwmon: (f71882fg) Code cleanup | Giel van Schijndel | 1 | -12/+6 |
2010-05-27 | hwmon: (f71882fg) Use strict_stro(l|ul) instead of simple_strto$1 | Giel van Schijndel | 1 | -29/+104 |
2010-05-27 | hwmon: (f71882fg) Fixed braces coding style issues | Giel van Schijndel | 1 | -6/+5 |
2009-12-09 | hwmon: (f71882fg) Add support for the f71889fg (version 2) | Hans de Goede | 1 | -18/+68 |
2009-12-09 | hwmon: (f71882fg) Fix sysfs file removal | Hans de Goede | 1 | -25/+66 |
2009-12-09 | hwmon: (f71882fg) Cleanup sysfs attr creation 2/2 | Hans de Goede | 1 | -64/+52 |
2009-12-09 | hwmon: (f71882fg) Cleanup sysfs attr creation 1/2 | Hans de Goede | 1 | -48/+89 |
2009-06-15 | hwmon: (f71882fg) Add support for the F71858F | Hans de Goede | 1 | -36/+156 |
2009-06-15 | hwmon: (f71882fg) Add temp#_fault sysfs attr for f8000 | Hans de Goede | 1 | -0/+3 |
2009-06-15 | hwmon: (f71882fg) Sanity check f8000 pwm settings | Hans de Goede | 1 | -13/+23 |
2009-06-15 | hwmon: (f71882fg) Cleanup f8000 pwm handling | Hans de Goede | 1 | -9/+8 |
2009-06-15 | hwmon: Fix more __devexit_p glitches | Jean Delvare | 1 | -1/+1 |