summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83781d.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-081-1/+1
* Merge tag 'hwmon-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2022-10-041-1/+1
|\
| * hwmon: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-191-1/+1
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
|/
* hwmon: cleanup non-bool "valid" data fieldsPaul Fertser2021-10-121-2/+2
* hwmon: (w83781d) Match on device tree compatiblesLinus Walleij2021-08-171-0/+11
* hwmon: use simple i2c probe functionStephen Kitt2020-09-231-4/+5
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* hwmon: (w83781d) convert to i2c_new_dummy_deviceWolfram Sang2019-09-031-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* hwmon: (w83781d) Remove duplicate NULL checkAndy Shevchenko2017-11-161-8/+4
* hwmon: (w83781d) use permission-specific DEVICE_ATTR variantsJulia Lawall2017-01-021-18/+16
* hwmon: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* Update Jean Delvare's e-mail addressJean Delvare2014-01-291-1/+1
* hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck2013-04-071-17/+19
* hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck2013-01-251-9/+8
* hwmon: remove use of __devexitBill Pemberton2012-11-281-1/+1
* hwmon: remove use of __devinitBill Pemberton2012-11-281-1/+1
* hwmon: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* hwmon: Fix chip feature table headersJean Delvare2012-11-051-1/+1
* hwmon: (w83781d) Fix compile warningGuenter Roeck2012-07-211-3/+3
* hwmon: (w83781d) Convert to use devm_ functionsGuenter Roeck2012-07-211-30/+16
* hwmon: (w83781d) Fix: do not use assignment in if conditionGuenter Roeck2012-03-181-68/+72
* hwmon: (w83781d) Fix multi-line commentsGuenter Roeck2012-03-181-80/+117
* hwmon: (w83781d) Fix checkpatch issuesGuenter Roeck2012-03-181-54/+92
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-2/+2
* hwmon: Use i2c_smbus_{read,write}_word_swappedJean Delvare2011-11-041-5/+5
* hwmon: (w83781d) Use pr_fmt and pr_<level>Joe Perches2011-01-121-15/+14
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-2/+0
* hwmon: (w83781d) Request I/O ports individually for probingJean Delvare2010-02-051-13/+13
* i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare2009-12-141-2/+3
* 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/+1
* hwmon: (w83781d) Clean up detect functionJean Delvare2009-12-091-78/+53
* hwmon: Include <linux/io.h> instead of <asm/io.h>H Hartley Sweeten2009-09-151-1/+1
* hwmon: (w83781d) Fix W83782D support (NULL pointer dereference)Jean Delvare2009-05-081-1/+2
* hwmon: Don't overuse I2C_CLIENT_MODULE_PARMJean Delvare2009-01-071-1/+4
* hwmon: (w83781d) Fix linking when built-inGeert Uytterhoeven2008-10-261-2/+2
* hwmon: (w83781d) Use new style driver bindingWolfgang Grandegger2008-10-171-175/+134
* hwmon: (w83781d) Stop abusing struct i2c_client for ISA devicesJean Delvare2008-10-171-37/+26
* hwmon: (w83781d) Make ISA interface depend on CONFIG_ISAWolfgang Grandegger2008-10-171-280/+393
* hwmon: (w83781d) Detect alias chipsJean Delvare2008-10-171-13/+66
* hwmon: (w83781d) Refactor beep enable handlingJean Delvare2008-10-171-37/+9
* hwmon: (w83781d) Fix I/O resource conflict with PNPJean Delvare2008-03-271-5/+16
* hwmon: normal_i2c arrays should be constMark M. Hoffman2008-02-181-2/+2
* hwmon: (w83781d) Misc cleanupsJean Delvare2008-02-071-9/+4
* hwmon: (w83781d) Drop W83627HF supportJean Delvare2008-02-071-24/+5
* hwmon: (lm78/w83781d) Probe fewer I2C addressesJean Delvare2008-02-071-4/+3
* hwmon: (w83781d) Add missing curly bracesJean Delvare2007-11-081-1/+2
* hwmon: (w83781d) Add individual alarm and beep filesJean Delvare2007-10-091-6/+162