aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83791d.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2017-11-16hwmon: (w83791d) Remove duplicate NULL checkAndy Shevchenko1-10/+5
2017-01-02hwmon: (w83791d) use permission-specific DEVICE_ATTR variantsJulia Lawall1-12/+11
2014-08-05hwmon: (w83791d) Fix vrm write operationAxel Lin1-0/+3
2014-08-04hwmon: (w83791d) Fix smatch warningGuenter Roeck1-9/+6
2013-10-18hwmon: Correct some typosLABBE Corentin1-1/+1
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck1-2/+2
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-5/+5
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: (w83791d) Drop unnecessary compare statementsGuenter Roeck1-4/+3
2012-07-21hwmon: (w83791d) Convert to use devm_ functionsGuenter Roeck1-10/+5
2012-03-18hwmon: (w83791d) Fix checkpatch issuesGuenter Roeck1-122/+196
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-12/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-2/+2
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks1-4/+4
2011-09-21hwmon: (w83791d) rename prototype parameter from 'register' to 'reg'Chris Peterson1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
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: (w83791d) Clean up detect functionJean Delvare1-42/+18
2009-01-07hwmon: Don't overuse I2C_CLIENT_MODULE_PARMJean Delvare1-1/+4
2008-10-17hwmon: (w83791d) add support for thermal cruise modeMarc Hulsman1-0/+148
2008-10-17hwmon: (w83791d) add pwm_enable supportMarc Hulsman1-0/+79
2008-10-17hwmon: (w83791d) add manual PWM supportMarc Hulsman1-1/+66
2008-10-17hwmon: (w83791d) fan 4/5 pins can also be used for gpioMarc Hulsman1-3/+27
2008-08-15drivers/hwmon/w83791d.c: fix unused var warningMichael Borisov1-1/+2
2008-08-06hwmon: (w83791d) Use fan divisor bits from vbat registerMarc Hulsman1-4/+20
2008-07-16hwmon: (w83791d) Convert to a new-style i2c driverJean Delvare1-134/+71
2008-02-18hwmon: normal_i2c arrays should be constMark M. Hoffman1-1/+2
2008-02-07hwmon: VRM is not written to registersJean Delvare1-4/+2
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-1/+1
2007-10-09hwmon: VRM is not read from registersJean Delvare1-1/+1
2007-10-09hwmon: (w83791d) new sysfs beep/alarm methodologyCharles Spirakis1-4/+118
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2006-10-18w83791d: Fix unchecked return statusJim Cromie1-29/+56
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-28w83791d: Documentation updateCharles Spirakis1-3/+4
2006-06-22[PATCH] HWMON: w83791d: New hardware monitoring driver for the Winbond W83791DCharles Spirakis1-0/+1255