summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/cpcap-adc.c
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: cpcap-adc: remove redundant assignment to variable cal_data_diffColin Ian King2022-02-071-1/+1
* iio: adc: cpcap-adc: kernel-doc fix - that should be _ in structure nameJonathan Cameron2021-03-251-1/+1
* iio: adc: cpcap: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-211-0/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* iio: adc: cpcap-adc: Demote seemingly unintentional kerneldoc headerLee Jones2020-07-201-3/+3
* iio:adc:cpcap-adc: Drop of_match_ptr protection and use device_get_match_dataJonathan Cameron2020-07-071-16/+6
* iio: Remove superfluous of_node assignmentsLars-Peter Clausen2020-06-141-1/+0
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: adc: cpcap-adc: Fix missing IRQF_ONESHOT as only threaded handler.Jonathan Cameron2019-10-181-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* iio: adc: cpcap: fix incorrect validationPan Bian2017-12-021-1/+1
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: adc: cpcap: Remove hung interrupt quirkTony Lindgren2017-06-031-23/+1
* iio: adc: cpcap: Fix die temperatureTony Lindgren2017-06-031-3/+28
* iio: adc: cpcap: Fix default register values and battery temperatureTony Lindgren2017-06-031-8/+49
* iio: adc: cpcap: Add minimal support for CPCAP PMIC ADCTony Lindgren2017-03-301-0/+1007