summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83791d.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (w83791d) convert to use devm_i2c_new_dummy_deviceWolfram Sang2019-09-031-23/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* hwmon: (w83791d) Remove duplicate NULL checkAndy Shevchenko2017-11-161-10/+5
* hwmon: (w83791d) use permission-specific DEVICE_ATTR variantsJulia Lawall2017-01-021-12/+11
* hwmon: (w83791d) Fix vrm write operationAxel Lin2014-08-051-0/+3
* hwmon: (w83791d) Fix smatch warningGuenter Roeck2014-08-041-9/+6
* hwmon: Correct some typosLABBE Corentin2013-10-181-1/+1
* hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck2013-04-071-2/+2
* hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck2013-01-251-5/+5
* 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: (w83791d) Drop unnecessary compare statementsGuenter Roeck2012-09-231-4/+3
* hwmon: (w83791d) Convert to use devm_ functionsGuenter Roeck2012-07-211-10/+5
* hwmon: (w83791d) Fix checkpatch issuesGuenter Roeck2012-03-181-122/+196
* hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin2012-03-181-12/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-2/+2
* hwmon: replaced strict_str* with kstr*Frans Meulenbroeks2012-01-051-4/+4
* hwmon: (w83791d) rename prototype parameter from 'register' to 'reg'Chris Peterson2011-09-211-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* 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: (w83791d) Clean up detect functionJean Delvare2009-12-091-42/+18
* hwmon: Don't overuse I2C_CLIENT_MODULE_PARMJean Delvare2009-01-071-1/+4
* hwmon: (w83791d) add support for thermal cruise modeMarc Hulsman2008-10-171-0/+148
* hwmon: (w83791d) add pwm_enable supportMarc Hulsman2008-10-171-0/+79
* hwmon: (w83791d) add manual PWM supportMarc Hulsman2008-10-171-1/+66
* hwmon: (w83791d) fan 4/5 pins can also be used for gpioMarc Hulsman2008-10-171-3/+27
* drivers/hwmon/w83791d.c: fix unused var warningMichael Borisov2008-08-151-1/+2
* hwmon: (w83791d) Use fan divisor bits from vbat registerMarc Hulsman2008-08-061-4/+20
* hwmon: (w83791d) Convert to a new-style i2c driverJean Delvare2008-07-161-134/+71
* hwmon: normal_i2c arrays should be constMark M. Hoffman2008-02-181-1/+2
* hwmon: VRM is not written to registersJean Delvare2008-02-071-4/+2
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-1/+1
* hwmon: VRM is not read from registersJean Delvare2007-10-091-1/+1
* hwmon: (w83791d) new sysfs beep/alarm methodologyCharles Spirakis2007-10-091-4/+118
* hwmon: Convert from class_device to deviceTony Jones2007-10-091-5/+5
* w83791d: Fix unchecked return statusJim Cromie2006-10-181-29/+56
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* w83791d: Documentation updateCharles Spirakis2006-09-281-3/+4
* [PATCH] HWMON: w83791d: New hardware monitoring driver for the Winbond W83791DCharles Spirakis2006-06-221-0/+1255