summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83792d.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1Star
* hwmon: (w83792d) Remove duplicate NULL checkAndy Shevchenko2017-11-161-10/+5Star
* hwmon: (w83792d) use permission-specific DEVICE_ATTR variantsJulia Lawall2017-01-021-8/+7Star
* hwmon: (w83792d) Additional PWM outputs supportRoger Lucas2015-07-031-5/+22
* hwmon: Avoid initializing the same field twiceJean Delvare2014-04-041-1/+0Star
* hwmon: Correct some typosLABBE Corentin2013-10-181-1/+1
* hwmon: (w83792d) Update module authorShane Huang2013-09-061-2/+2
* hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck2013-04-081-6/+7
* hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck2013-01-261-13/+12Star
* hwmon: Fix chip feature table headersJean Delvare2012-11-051-1/+1
* hwmon: Add missing inclusions of <linux/jiffies.h>Jean Delvare2012-10-101-0/+1
* hwmon: (w83792d) Remove legacy chassis intrusion detection attributesGuenter Roeck2012-09-241-56/+2Star
* hwmon: (w83792d) Convert to use devm_ functionsGuenter Roeck2012-07-221-12/+6Star
* hwmon: (w83792d) Fix checkpatch issuesGuenter Roeck2012-03-191-148/+229
* hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin2012-03-191-15/+1Star
* hwmon: remove () used with returnFrans Meulenbroeks2012-03-191-2/+2
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* hwmon: replaced strict_str* with kstr*Frans Meulenbroeks2012-01-051-1/+1
* 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/+1Star
* 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/+18Star
* 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/+72Star
* hwmon: normal_i2c arrays should be constMark M. Hoffman2008-02-191-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-101-5/+5
* hwmon: (w83792d) Add individual alarm filesGong Jun2007-10-101-1/+48
* hwmon: Update Rudolf Marek's e-mail addressJean Delvare2006-12-121-1/+1
* w83792d: Fix unchecked return statusRudolf Marek2006-09-291-231/+323
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* 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/+3Star
* [PATCH] hwmon: w83792d use arrays of attributesYuan Mu2006-03-231-284/+241Star
* [PATCH] hwmon: Inline w83792d register access functionsJean Delvare2006-02-061-17/+14Star
* [PATCH] hwmon: w83792d simplify in low bits handlingJean Delvare2006-01-061-38/+10Star
* [PATCH] hwmon: w83792d misc cleanupsJean Delvare2006-01-061-20/+9Star
* [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman2006-01-061-1/+0Star
* [PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11Laurent Riffard2006-01-061-2/+4
* [PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare2006-01-061-1/+0Star
* [PATCH] hwmon: w83792d fix unused fan pinsJean Delvare2005-11-301-7/+18
* [PATCH] hwmon: kzalloc conversionDeepak Saxena2005-10-281-4/+2Star
* [PATCH] hwmon: Discard bogus comment about init setting limitsJean Delvare2005-10-281-1/+0Star
* [PATCH] hwmon: hwmon vs i2c, second round (07/11)Jean Delvare2005-09-051-1/+0Star