aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83781d.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-08hwmon: (w83781d) Add missing curly bracesJean Delvare1-1/+2
2007-10-09hwmon: (w83781d) Add individual alarm and beep filesJean Delvare1-6/+162
2007-10-09hwmon: VRM is not read from registersJean Delvare1-1/+1
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-9/+9
2007-10-09hwmon: Don't export thermistor betaJean Delvare1-7/+9
2007-10-09hwmon: Allow writing of negative trigger temperaturesChristian Hohnstaedt1-1/+1
2007-09-09hwmon: End of I/O region off-by-oneJean Delvare1-1/+1
2007-08-11hwmon: fix w83781d temp sensor type settingMark M. Hoffman1-2/+2
2007-05-08hwmon/w83781d: Deprecate W83627HF supportJean Delvare1-0/+5
2007-05-08hwmon/w83781d: Use dynamic sysfs callbacksJean Delvare1-264/+214
2007-05-08hwmon/w83781d: Be less i2c_client-centricJean Delvare1-101/+92
2007-05-08hwmon/w83781d: Clean up conversion macrosJean Delvare1-28/+24
2007-05-08hwmon/w83781d: No longer use i2c-isaJean Delvare1-194/+377
2007-02-14hwmon: Cleanup a bogus legacy commentJean Delvare1-8/+2
2006-10-18hwmon: Fix debug messages in w83781dJean Delvare1-8/+10
2006-10-18hwmon: Let w83781d and lm78 load againJean Delvare1-6/+6
2006-09-28w83781d: Fix unchecked return statusJim Cromie1-134/+143
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] w83781d: Don't reset the chip by defaultJean Delvare1-1/+21
2006-03-23[PATCH] hwmon: Semaphore to mutex conversionsIngo Molnar1-27/+28
2006-02-13[PATCH] w83781d: Use real-time status registersJean Delvare1-18/+25
2006-01-05[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman1-2/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11Laurent Riffard1-5/+9
2006-01-05[PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare1-1/+0
2005-11-07[PATCH] kfree cleanup: misc remaining driversJesper Juhl1-4/+2
2005-10-28[PATCH] hwmon: kzalloc conversionDeepak Saxena1-7/+3
2005-10-28[PATCH] hwmon: Discard bogus comment about init setting limitsJean Delvare1-1/+0
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-2/+1
2005-09-05[PATCH] hwmon: hwmon vs i2c, second round (04/11)Jean 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 (7/9)Jean Delvare1-1/+0
2005-09-05[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (5/9)Jean Delvare1-2/+10
2005-09-05[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (3/9)Jean Delvare1-3/+25
2005-09-05[PATCH] I2C hwmon: add hwmon sysfs class to driversMark M. Hoffman1-8/+31
2005-07-11[PATCH] I2C: Move hwmon drivers (2/3)Jean Delvare1-0/+1632