aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83792d.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2017-11-16hwmon: (w83792d) Remove duplicate NULL checkAndy Shevchenko1-10/+5
2017-01-02hwmon: (w83792d) use permission-specific DEVICE_ATTR variantsJulia Lawall1-8/+7
2015-07-03hwmon: (w83792d) Additional PWM outputs supportRoger Lucas1-5/+22
2014-04-04hwmon: Avoid initializing the same field twiceJean Delvare1-1/+0
2013-10-18hwmon: Correct some typosLABBE Corentin1-1/+1
2013-09-06hwmon: (w83792d) Update module authorShane Huang1-2/+2
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck1-6/+7
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-13/+12
2012-11-05hwmon: Fix chip feature table headersJean Delvare1-1/+1
2012-10-10hwmon: Add missing inclusions of <linux/jiffies.h>Jean Delvare1-0/+1
2012-09-23hwmon: (w83792d) Remove legacy chassis intrusion detection attributesGuenter Roeck1-56/+2
2012-07-21hwmon: (w83792d) Convert to use devm_ functionsGuenter Roeck1-12/+6
2012-03-18hwmon: (w83792d) Fix checkpatch issuesGuenter Roeck1-148/+229
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-15/+1
2012-03-18hwmon: remove () used with returnFrans Meulenbroeks1-2/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-12hwmon: (w83792d) Implement the standard intrusion detection interfaceJean Delvare1-3/+41
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