aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83792d.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare1-2/+1
2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare1-1/+1
2009-12-14i2c: Drop the kind parameter from detect callbacksJean Delvare1-2/+2
2009-12-09hwmon: (w83792d) Clean up detect functionJean Delvare1-43/+18
2009-01-07hwmon: Don't overuse I2C_CLIENT_MODULE_PARMJean Delvare1-1/+4
2008-07-16hwmon: (w83792d) Convert to a new-style i2c driverJean Delvare1-142/+72
2008-02-18hwmon: normal_i2c arrays should be constMark M. Hoffman1-1/+2
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-2/+2
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2007-10-09hwmon: (w83792d) Add individual alarm filesGong Jun1-1/+48
2006-12-12hwmon: Update Rudolf Marek's e-mail addressJean Delvare1-1/+1
2006-09-28w83792d: Fix unchecked return statusRudolf Marek1-231/+323
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26spelling fixesAndreas Mohr1-1/+1
2006-06-22[PATCH] w83792d: Add missing data access locksYuan Mu1-5/+25
2006-06-22[PATCH] w83792d: Fix setting the PWM valueYuan Mu1-27/+29
2006-04-14[PATCH] w83792d: Be quiet on misdetectionJean Delvare1-2/+3
2006-03-23[PATCH] hwmon: Semaphore to mutex conversionsIngo Molnar1-4/+5
2006-03-23[PATCH] hwmon: w83792d drop useless macrosJean Delvare1-21/+3
2006-03-23[PATCH] hwmon: w83792d use arrays of attributesYuan Mu1-284/+241
2006-02-06[PATCH] hwmon: Inline w83792d register access functionsJean Delvare1-17/+14
2006-01-05[PATCH] hwmon: w83792d simplify in low bits handlingJean Delvare1-38/+10
2006-01-05[PATCH] hwmon: w83792d misc cleanupsJean Delvare1-20/+9
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-2/+4
2006-01-05[PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare1-1/+0
2005-11-29[PATCH] hwmon: w83792d fix unused fan pinsJean Delvare1-7/+18
2005-10-28[PATCH] hwmon: kzalloc conversionDeepak Saxena1-4/+2
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-1/+0
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: W83792D add hwmon class register 2/3R.Marek@sh.cvut.cz1-6/+27
2005-09-05[PATCH] I2C: W83792D driver 1/3R.Marek@sh.cvut.cz1-0/+1633