summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/adc128d818.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hwmon-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-141-1/+1
|\
| * hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-011-1/+1
* | hwmon: (adc128d818) simplify final return in probeDavid Lechner2024-05-071-3/+1
* | hwmon: (adc128d818) Use devm_regulator_get_enable_read_voltage()David Lechner2024-05-031-40/+17
|/
* 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: Use kobj_to_dev()Guenter Roeck2021-04-201-1/+1
* hwmon: use simple i2c probe function (take 2)Stephen Kitt2020-09-231-3/+2
* hwmon: (adc128d818) Fix advanced configuration register initRoy van Doormaal2020-08-041-12/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* hwmon: (adc128d818) Fix build warningGuenter Roeck2019-04-151-1/+1
* hwmon: (adc128d818) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2018-12-161-80/+55
* hwmon: (adc128d818) constify attribute_group structures.Arvind Yadav2017-08-131-1/+1
* hwmon: (adc128d818) Add OF device ID tableJavier Martinez Canillas2017-04-021-0/+7
* hwmon: (adc128d818) Preserve operation modeAlexander Koch2017-01-101-2/+5
* hwmon: (adc128d818) Support operation modes 1-3Alexander Koch2017-01-101-40/+86
* hwmon: (adc128d818) Implement mode selection via dtAlexander Koch2017-01-101-0/+24
* hwmon: (adc128d818) Do proper sign extensionRasmus Villemoes2015-01-251-1/+2
* hwmon: (adc128d818) Drop write support on inX_input attributesGuenter Roeck2014-07-071-14/+14
* hwmon: Driver for TI ADC128D818Guenter Roeck2014-03-031-0/+491