summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83793.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (w83793) Remove duplicate NULL checkAndy Shevchenko2017-11-161-10/+5
* hwmon: (w83793) make const array watchdog_minors static, reduces object code ...Colin Ian King2017-10-291-1/+3
* hwmon: (w83793) use permission-specific DEVICE_ATTR variantsJulia Lawall2017-01-021-3/+3
* hwmon: (w83793) Fix vrm write operationAxel Lin2014-08-051-0/+3
* hwmon: (w83793) Clean up a signedness issueDan Carpenter2013-10-191-1/+2
* hwmon: Correct some typosLABBE Corentin2013-10-181-1/+1
* hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck2013-04-071-4/+4
* hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck2013-01-251-9/+9
* hwmon: Add missing inclusions of <linux/jiffies.h>Jean Delvare2012-10-101-0/+1
* hwmon: (w83793) Remove legacy chassis intrusion detection sysfs attributesGuenter Roeck2012-09-231-23/+0
* watchdog: nowayout is boolWim Van Sebroeck2012-03-271-2/+2
* hwmon: (w83793) Fix checkpatch issuesGuenter Roeck2012-03-181-181/+253
* hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin2012-03-181-12/+1
* hwmon: remove () used with returnFrans Meulenbroeks2012-03-181-3/+3
* 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: (w83793) Drop useless mutexJean Delvare2011-01-121-4/+1
* hwmon: (w83793) Implement the standard intrusion detection interfaceJean Delvare2011-01-121-3/+30
* drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-3/+3
* drivers: Push down BKL into various driversArnd Bergmann2010-05-171-4/+6
* hwmon: (w83793) Saving negative errors in unsignedDan Carpenter2010-03-291-1/+1
* hwmon: (w83793) Add watchdog functionalitySven Anders2010-03-051-3/+479
* 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: Clean up detect functionsJean Delvare2009-12-091-35/+18
* hwmon: Don't overuse I2C_CLIENT_MODULE_PARMJean Delvare2009-01-071-1/+4
* hwmon: (w83793) Convert to a new-style i2c driverJean Delvare2008-07-161-137/+90
* hwmon: (w83793) VID and VRM handling cleanupsJean Delvare2008-04-271-12/+14
* hwmon: normal_i2c arrays should be constMark M. Hoffman2008-02-181-1/+2
* hwmon: VRM is not written to registersJean Delvare2008-02-071-6/+2
* hwmon: (w83793) remove duplicated definesNicolas Kaiser2008-02-071-4/+1
* hwmon: Convert from class_device to deviceTony Jones2007-10-091-5/+5
* hwmon/w83793: Hide invalid VID readingsGong Jun2007-01-181-3/+30
* hwmon/w83793: Fix the fan input detectionRudolf Marek2007-01-181-0/+14
* hwmon/w83793: Ignore disabled temperature channelsGong Jun2007-01-181-9/+54
* hwmon/w83793: Remove the description of AMDSI and update the voltage formulaGong Jun2007-01-181-5/+12
* hwmon: New Winbond W83793 hardware monitoring driverRudolf Marek2006-12-121-0/+1609