| Commit message (Expand) | Author | Age | Files | Lines |
* | hwmon: (w83627hf) Refactor beep enable handling | Jean Delvare | 2008-02-07 | 1 | -51/+25 |
* | hwmon: (w83627hf) Add individual alarm and beep files | Jean Delvare | 2008-02-07 | 1 | -3/+139 |
* | hwmon: (w83627hf) Enable VBAT monitoring | Jean Delvare | 2008-02-07 | 1 | -0/+5 |
* | hwmon: Let the user override the detected Super-I/O device ID | Jean Delvare | 2008-02-07 | 1 | -1/+5 |
* | hwmon: (w83627hf) push nr+1 offset into *_REG_FAN macros and simplify | Jim Cromie | 2007-11-08 | 1 | -13/+14 |
* | hwmon: (w83627hf) hoist nr-1 offset out of show-store-temp-X | Jim Cromie | 2007-11-08 | 1 | -84/+42 |
* | hwmon: (w83627hf) don't assume bank 0 | Jean Delvare | 2007-10-13 | 1 | -22/+22 |
* | hwmon: (w83627hf) Fix setting fan min right after driver load | Jean Delvare | 2007-10-13 | 1 | -12/+22 |
* | hwmon: (w83627hf) De-macro sysfs callback functions | Jim Cromie | 2007-10-13 | 1 | -359/+342 |
* | hwmon: VRM is not read from registers | Jean Delvare | 2007-10-09 | 1 | -1/+1 |
* | hwmon: Convert from class_device to device | Tony Jones | 2007-10-09 | 1 | -5/+5 |
* | hwmon: Don't export thermistor beta | Jean Delvare | 2007-10-09 | 1 | -9/+10 |
* | hwmon: Allow writing of negative trigger temperatures | Christian Hohnstaedt | 2007-10-09 | 1 | -3/+3 |
* | hwmon: Add missing __devexit tags in various drivers | Jean Delvare | 2007-07-30 | 1 | -1/+1 |
* | hwmon: Fix a potential race condition on unload | Jean Delvare | 2007-07-19 | 1 | -1/+2 |
* | hwmon/w83627hf: Add PWM frequency selection support | Carlos Olalla Martinez | 2007-07-19 | 1 | -1/+140 |
* | hwmon: Use platform_device_add_data() | Jean Delvare | 2007-07-19 | 1 | -6/+3 |
* | hwmon/w83627hf: Be quiet when no chip is found | Jean Delvare | 2007-05-27 | 1 | -1/+3 |
* | hwmon/w83627hf: Convert to a platform driver | Jean Delvare | 2007-05-08 | 1 | -281/+310 |
* | hwmon/w83627hf: Preliminary cleanups | Jean Delvare | 2007-05-08 | 1 | -40/+36 |
* | hwmon: Only call vid_which_vrm() when needed | Jean Delvare | 2007-05-08 | 1 | -4/+5 |
* | hwmon: Cleanup a bogus legacy comment | Jean Delvare | 2007-02-14 | 1 | -3/+2 |
* | hwmon: Fix unchecked return status, batch 1 | Mark M. Hoffman | 2006-09-28 | 1 | -94/+138 |
* | i2c-isa: Restore driver owner | Jean Delvare | 2006-09-26 | 1 | -0/+1 |
* | spelling fixes | Andreas Mohr | 2006-06-26 | 1 | -1/+1 |
* | [PATCH] I2C: hwmon: Rename register parameters | Darren Jenkins | 2006-03-23 | 1 | -3/+2 |
* | [PATCH] hwmon: Add support for the Winbond W83687THF | Jean Delvare | 2006-03-23 | 1 | -14/+58 |
* | [PATCH] hwmon: Semaphore to mutex conversions | Ingo Molnar | 2006-03-23 | 1 | -28/+29 |
* | [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed | Greg Kroah-Hartman | 2006-01-05 | 1 | -1/+0 |
* | [PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11 | Laurent Riffard | 2006-01-05 | 1 | -3/+5 |
* | [PATCH] hwmon: W83627THF VID fixes | Yuan Mu | 2006-01-05 | 1 | -9/+7 |
* | [PATCH] hwmon: Fix missing boundary check when setting W83627THF in0 limits | Yuan Mu | 2005-11-23 | 1 | -2/+6 |
* | [PATCH] hwmon: Fix two w83627hf bugs | Yuan Mu | 2005-11-07 | 1 | -12/+4 |
* | [PATCH] hwmon: kzalloc conversion | Deepak Saxena | 2005-10-28 | 1 | -2/+1 |
* | [PATCH] hwmon: Drop useless w83627hf initialization step | Jean Delvare | 2005-10-28 | 1 | -7/+0 |
* | [PATCH] hwmon: Fix w83627ehf/hf vs PNPACPI conflict (bug #4014) | Petr Vandrovec | 2005-10-28 | 1 | -8/+13 |
* | [PATCH] hwmon: Discard bogus comment about init setting limits | Jean Delvare | 2005-10-28 | 1 | -1/+0 |
* | [PATCH] hwmon: w83627hf: no reset by default | Jean Delvare | 2005-09-09 | 1 | -1/+13 |
* | [PATCH] hwmon: hwmon vs i2c, second round (07/11) | Jean Delvare | 2005-09-05 | 1 | -2/+2 |
* | [PATCH] hwmon: hwmon vs i2c, second round (06/11) | Jean Delvare | 2005-09-05 | 1 | -1/+0 |
* | [PATCH] hwmon: tag super-i/o find functions __init | Jean Delvare | 2005-09-05 | 1 | -1/+1 |
* | [PATCH] I2C: refactor message in i2c_detach_client | Jean Delvare | 2005-09-05 | 1 | -4/+1 |
* | [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (5/9) | Jean Delvare | 2005-09-05 | 1 | -37/+12 |
* | [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (3/9) | Jean Delvare | 2005-09-05 | 1 | -2/+3 |
* | [PATCH] I2C hwmon: add hwmon sysfs class to drivers | Mark M. Hoffman | 2005-09-05 | 1 | -1/+15 |
* | [PATCH] I2C: Move hwmon drivers (2/3) | Jean Delvare | 2005-07-11 | 1 | -0/+1511 |