aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83781d.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04Merge tag 'hwmon-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds1-1/+1
2022-09-19hwmon: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2021-10-12hwmon: cleanup non-bool "valid" data fieldsPaul Fertser1-2/+2
2021-08-17hwmon: (w83781d) Match on device tree compatiblesLinus Walleij1-0/+11
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-4/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-09-03hwmon: (w83781d) convert to i2c_new_dummy_deviceWolfram Sang1-3/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2017-11-16hwmon: (w83781d) Remove duplicate NULL checkAndy Shevchenko1-8/+4
2017-01-02hwmon: (w83781d) use permission-specific DEVICE_ATTR variantsJulia Lawall1-18/+16
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-1/+1
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck1-17/+19
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-9/+8
2012-11-28hwmon: remove use of __devexitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devinitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-05hwmon: Fix chip feature table headersJean Delvare1-1/+1
2012-07-21hwmon: (w83781d) Fix compile warningGuenter Roeck1-3/+3
2012-07-21hwmon: (w83781d) Convert to use devm_ functionsGuenter Roeck1-30/+16
2012-03-18hwmon: (w83781d) Fix: do not use assignment in if conditionGuenter Roeck1-68/+72
2012-03-18hwmon: (w83781d) Fix multi-line commentsGuenter Roeck1-80/+117
2012-03-18hwmon: (w83781d) Fix checkpatch issuesGuenter Roeck1-54/+92
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-2/+2
2011-11-04hwmon: Use i2c_smbus_{read,write}_word_swappedJean Delvare1-5/+5
2011-01-12hwmon: (w83781d) Use pr_fmt and pr_<level>Joe Perches1-15/+14
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-2/+0
2010-02-05hwmon: (w83781d) Request I/O ports individually for probingJean Delvare1-13/+13
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare1-2/+3
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/+1
2009-12-09hwmon: (w83781d) Clean up detect functionJean Delvare1-78/+53
2009-09-15hwmon: Include <linux/io.h> instead of <asm/io.h>H Hartley Sweeten1-1/+1
2009-05-08hwmon: (w83781d) Fix W83782D support (NULL pointer dereference)Jean Delvare1-1/+2
2009-01-07hwmon: Don't overuse I2C_CLIENT_MODULE_PARMJean Delvare1-1/+4
2008-10-26hwmon: (w83781d) Fix linking when built-inGeert Uytterhoeven1-2/+2
2008-10-17hwmon: (w83781d) Use new style driver bindingWolfgang Grandegger1-175/+134
2008-10-17hwmon: (w83781d) Stop abusing struct i2c_client for ISA devicesJean Delvare1-37/+26
2008-10-17hwmon: (w83781d) Make ISA interface depend on CONFIG_ISAWolfgang Grandegger1-280/+393
2008-10-17hwmon: (w83781d) Detect alias chipsJean Delvare1-13/+66
2008-10-17hwmon: (w83781d) Refactor beep enable handlingJean Delvare1-37/+9
2008-03-27hwmon: (w83781d) Fix I/O resource conflict with PNPJean Delvare1-5/+16
2008-02-18hwmon: normal_i2c arrays should be constMark M. Hoffman1-2/+2
2008-02-07hwmon: (w83781d) Misc cleanupsJean Delvare1-9/+4
2008-02-07hwmon: (w83781d) Drop W83627HF supportJean Delvare1-24/+5
2008-02-07hwmon: (lm78/w83781d) Probe fewer I2C addressesJean Delvare1-4/+3
2007-11-08hwmon: (w83781d) Add missing curly bracesJean Delvare1-1/+2
2007-10-09hwmon: (w83781d) Add individual alarm and beep filesJean Delvare1-6/+162
2007-10-09hwmon: VRM is not read from registersJean Delvare1-1/+1