aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/adc128d818.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-04-20hwmon: Use kobj_to_dev()Guenter Roeck1-1/+1
2020-09-23hwmon: use simple i2c probe function (take 2)Stephen Kitt1-3/+2
2020-08-04hwmon: (adc128d818) Fix advanced configuration register initRoy van Doormaal1-12/+12
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-04-15hwmon: (adc128d818) Fix build warningGuenter Roeck1-1/+1
2018-12-16hwmon: (adc128d818) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-80/+55
2017-08-13hwmon: (adc128d818) constify attribute_group structures.Arvind Yadav1-1/+1
2017-04-02hwmon: (adc128d818) Add OF device ID tableJavier Martinez Canillas1-0/+7
2017-01-10hwmon: (adc128d818) Preserve operation modeAlexander Koch1-2/+5
2017-01-10hwmon: (adc128d818) Support operation modes 1-3Alexander Koch1-40/+86
2017-01-10hwmon: (adc128d818) Implement mode selection via dtAlexander Koch1-0/+24
2015-01-25hwmon: (adc128d818) Do proper sign extensionRasmus Villemoes1-1/+2
2014-07-07hwmon: (adc128d818) Drop write support on inX_input attributesGuenter Roeck1-14/+14
2014-03-03hwmon: Driver for TI ADC128D818Guenter Roeck1-0/+491