aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83627hf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-08hwmon: (w83627hf) push nr+1 offset into *_REG_FAN macros and simplifyJim Cromie1-13/+14
2007-11-08hwmon: (w83627hf) hoist nr-1 offset out of show-store-temp-XJim Cromie1-84/+42
2007-10-13hwmon: (w83627hf) don't assume bank 0Jean Delvare1-22/+22
2007-10-13hwmon: (w83627hf) Fix setting fan min right after driver loadJean Delvare1-12/+22
2007-10-13hwmon: (w83627hf) De-macro sysfs callback functionsJim Cromie1-359/+342
2007-10-09hwmon: VRM is not read from registersJean Delvare1-1/+1
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2007-10-09hwmon: Don't export thermistor betaJean Delvare1-9/+10
2007-10-09hwmon: Allow writing of negative trigger temperaturesChristian Hohnstaedt1-3/+3
2007-07-30hwmon: Add missing __devexit tags in various driversJean Delvare1-1/+1
2007-07-19hwmon: Fix a potential race condition on unloadJean Delvare1-1/+2
2007-07-19hwmon/w83627hf: Add PWM frequency selection supportCarlos Olalla Martinez1-1/+140
2007-07-19hwmon: Use platform_device_add_data()Jean Delvare1-6/+3
2007-05-27hwmon/w83627hf: Be quiet when no chip is foundJean Delvare1-1/+3
2007-05-08hwmon/w83627hf: Convert to a platform driverJean Delvare1-281/+310
2007-05-08hwmon/w83627hf: Preliminary cleanupsJean Delvare1-40/+36
2007-05-08hwmon: Only call vid_which_vrm() when neededJean Delvare1-4/+5
2007-02-14hwmon: Cleanup a bogus legacy commentJean Delvare1-3/+2
2006-09-28hwmon: Fix unchecked return status, batch 1Mark M. Hoffman1-94/+138
2006-09-26i2c-isa: Restore driver ownerJean Delvare1-0/+1
2006-06-26spelling fixesAndreas Mohr1-1/+1
2006-03-23[PATCH] I2C: hwmon: Rename register parametersDarren Jenkins1-3/+2
2006-03-23[PATCH] hwmon: Add support for the Winbond W83687THFJean Delvare1-14/+58
2006-03-23[PATCH] hwmon: Semaphore to mutex conversionsIngo Molnar1-28/+29
2006-01-05[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11Laurent Riffard1-3/+5
2006-01-05[PATCH] hwmon: W83627THF VID fixesYuan Mu1-9/+7
2005-11-23[PATCH] hwmon: Fix missing boundary check when setting W83627THF in0 limitsYuan Mu1-2/+6
2005-11-07[PATCH] hwmon: Fix two w83627hf bugsYuan Mu1-12/+4
2005-10-28[PATCH] hwmon: kzalloc conversionDeepak Saxena1-2/+1
2005-10-28[PATCH] hwmon: Drop useless w83627hf initialization stepJean Delvare1-7/+0
2005-10-28[PATCH] hwmon: Fix w83627ehf/hf vs PNPACPI conflict (bug #4014)Petr Vandrovec1-8/+13
2005-10-28[PATCH] hwmon: Discard bogus comment about init setting limitsJean Delvare1-1/+0
2005-09-09[PATCH] hwmon: w83627hf: no reset by defaultJean Delvare1-1/+13
2005-09-05[PATCH] hwmon: hwmon vs i2c, second round (07/11)Jean Delvare1-2/+2
2005-09-05[PATCH] hwmon: hwmon vs i2c, second round (06/11)Jean Delvare1-1/+0
2005-09-05[PATCH] hwmon: tag super-i/o find functions __initJean Delvare1-1/+1
2005-09-05[PATCH] I2C: refactor message in i2c_detach_clientJean Delvare1-4/+1
2005-09-05[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (5/9)Jean Delvare1-37/+12
2005-09-05[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (3/9)Jean Delvare1-2/+3
2005-09-05[PATCH] I2C hwmon: add hwmon sysfs class to driversMark M. Hoffman1-1/+15
2005-07-11[PATCH] I2C: Move hwmon drivers (2/3)Jean Delvare1-0/+1511