aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83792d.c
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* hwmon: (w83792d) Implement the standard intrusion detection interfaceJean Delvare2011-01-121-3/+41
* i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare2009-12-141-2/+1
* i2c: Get rid of struct i2c_client_address_dataJean Delvare2009-12-141-1/+1
* i2c: Drop the kind parameter from detect callbacksJean Delvare2009-12-141-2/+2
* hwmon: (w83792d) Clean up detect functionJean Delvare2009-12-091-43/+18
* hwmon: Don't overuse I2C_CLIENT_MODULE_PARMJean Delvare2009-01-071-1/+4
* hwmon: (w83792d) Convert to a new-style i2c driverJean Delvare2008-07-161-142/+72
* hwmon: normal_i2c arrays should be constMark M. Hoffman2008-02-181-1/+2
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-2/+2
* hwmon: Convert from class_device to deviceTony Jones2007-10-091-5/+5
* hwmon: (w83792d) Add individual alarm filesGong Jun2007-10-091-1/+48
* hwmon: Update Rudolf Marek's e-mail addressJean Delvare2006-12-121-1/+1
* w83792d: Fix unchecked return statusRudolf Marek2006-09-281-231/+323
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* spelling fixesAndreas Mohr2006-06-261-1/+1
* [PATCH] w83792d: Add missing data access locksYuan Mu2006-06-221-5/+25
* [PATCH] w83792d: Fix setting the PWM valueYuan Mu2006-06-221-27/+29
* [PATCH] w83792d: Be quiet on misdetectionJean Delvare2006-04-141-2/+3
* [PATCH] hwmon: Semaphore to mutex conversionsIngo Molnar2006-03-231-4/+5
* [PATCH] hwmon: w83792d drop useless macrosJean Delvare2006-03-231-21/+3
* [PATCH] hwmon: w83792d use arrays of attributesYuan Mu2006-03-231-284/+241
* [PATCH] hwmon: Inline w83792d register access functionsJean Delvare2006-02-061-17/+14
* [PATCH] hwmon: w83792d simplify in low bits handlingJean Delvare2006-01-051-38/+10
* [PATCH] hwmon: w83792d misc cleanupsJean Delvare2006-01-051-20/+9
* [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman2006-01-051-1/+0
* [PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11Laurent Riffard2006-01-051-2/+4
* [PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare2006-01-051-1/+0
* [PATCH] hwmon: w83792d fix unused fan pinsJean Delvare2005-11-291-7/+18
* [PATCH] hwmon: kzalloc conversionDeepak Saxena2005-10-281-4/+2
* [PATCH] hwmon: Discard bogus comment about init setting limitsJean Delvare2005-10-281-1/+0
* [PATCH] hwmon: hwmon vs i2c, second round (07/11)Jean Delvare2005-09-051-1/+0
* [PATCH] hwmon: hwmon vs i2c, second round (06/11)Jean Delvare2005-09-051-2/+1
* [PATCH] hwmon: hwmon vs i2c, second round (04/11)Jean Delvare2005-09-051-1/+1
* [PATCH] I2C: refactor message in i2c_detach_clientJean Delvare2005-09-051-4/+1
* [PATCH] I2C: W83792D add hwmon class register 2/3R.Marek@sh.cvut.cz2005-09-051-6/+27
* [PATCH] I2C: W83792D driver 1/3R.Marek@sh.cvut.cz2005-09-051-0/+1633