aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/adt7462.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-19hwmon: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-3/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-03-03hwmon: (adt7462) Fix an error return in ADT7462_REG_VOLT()Dan Carpenter1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-02-18hwmon: (adt7462) Mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2018-12-16hwmon: (adt7462) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-375/+271
2016-12-09hwmon: (adt7462) Fix overflows seen when writing into limit attributesGuenter Roeck1-6/+6
2014-08-04hwmon: (adt7462) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-64/+42
2014-08-04hwmon: (adt7462) Avoid forward declarationAxel Lin1-24/+18
2013-10-13hwmon: (adt7462) Use error value returned from find_trange_value()Guenter Roeck1-3/+2
2013-08-27hwmon: Change my email address.Darrick J. Wong1-2/+2
2013-08-27hwmon: (adt7462) ADT7462_REG_VOLT_MAX() should return 0Dan Carpenter1-2/+2
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-10/+10
2012-10-10hwmon: Drop needless includes of <linux/delay.h>Jean Delvare1-1/+0
2012-09-23hwmon: (adt7462) Convert to use devm_ functionsGuenter Roeck1-10/+5
2012-03-18hwmon: (adt7462) Fix checkpatch issuesGuenter Roeck1-9/+8
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-12/+1
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks1-14/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-05hwmon: (adt7462) Wrong ADT7462_VOLT_COUNTRay Copeland1-1/+1
2010-01-10hwmon: (adt7462) Fix pin 28 monitoringRoger Blofeld1-1/+1
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare1-4/+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-15/+10
2009-01-06adt74{62, 70, 73}: Use DIV_ROUND_CLOSEST for rounded divisionDarrick J. Wong1-8/+6
2008-11-12adt7462: new hwmon driverDarrick J. Wong1-0/+2002