aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83793.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 272Thomas Gleixner1-14/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2017-11-16hwmon: (w83793) Remove duplicate NULL checkAndy Shevchenko1-10/+5
2017-10-29hwmon: (w83793) make const array watchdog_minors static, reduces object code sizeColin Ian King1-1/+3
2017-01-02hwmon: (w83793) use permission-specific DEVICE_ATTR variantsJulia Lawall1-3/+3
2014-08-05hwmon: (w83793) Fix vrm write operationAxel Lin1-0/+3
2013-10-19hwmon: (w83793) Clean up a signedness issueDan Carpenter1-1/+2
2013-10-18hwmon: Correct some typosLABBE Corentin1-1/+1
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck1-4/+4
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-9/+9
2012-10-10hwmon: Add missing inclusions of <linux/jiffies.h>Jean Delvare1-0/+1
2012-09-23hwmon: (w83793) Remove legacy chassis intrusion detection sysfs attributesGuenter Roeck1-23/+0
2012-03-27watchdog: nowayout is boolWim Van Sebroeck1-2/+2
2012-03-18hwmon: (w83793) Fix checkpatch issuesGuenter Roeck1-181/+253
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-12/+1
2012-03-18hwmon: remove () used with returnFrans Meulenbroeks1-3/+3
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: (w83793) Drop useless mutexJean Delvare1-4/+1
2011-01-12hwmon: (w83793) Implement the standard intrusion detection interfaceJean Delvare1-3/+30
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann1-3/+3
2010-05-17drivers: Push down BKL into various driversArnd Bergmann1-4/+6
2010-03-29hwmon: (w83793) Saving negative errors in unsignedDan Carpenter1-1/+1
2010-03-05hwmon: (w83793) Add watchdog functionalitySven Anders1-3/+479
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: Clean up detect functionsJean Delvare1-35/+18
2009-01-07hwmon: Don't overuse I2C_CLIENT_MODULE_PARMJean Delvare1-1/+4
2008-07-16hwmon: (w83793) Convert to a new-style i2c driverJean Delvare1-137/+90
2008-04-27hwmon: (w83793) VID and VRM handling cleanupsJean Delvare1-12/+14
2008-02-18hwmon: normal_i2c arrays should be constMark M. Hoffman1-1/+2
2008-02-07hwmon: VRM is not written to registersJean Delvare1-6/+2
2008-02-07hwmon: (w83793) remove duplicated definesNicolas Kaiser1-4/+1
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2007-01-18hwmon/w83793: Hide invalid VID readingsGong Jun1-3/+30
2007-01-18hwmon/w83793: Fix the fan input detectionRudolf Marek1-0/+14
2007-01-18hwmon/w83793: Ignore disabled temperature channelsGong Jun1-9/+54
2007-01-18hwmon/w83793: Remove the description of AMDSI and update the voltage formulaGong Jun1-5/+12
2006-12-12hwmon: New Winbond W83793 hardware monitoring driverRudolf Marek1-0/+1609