aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/ad7124.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-13iio: adc: ad7124: Use devm_ managed calls for all of probe() + drop remove()Jonathan Cameron1-33/+15
2021-05-13iio: adc: ad7124: Fix potential overflow due to non sequential channel numbersJonathan Cameron1-0/+7
2021-05-13iio: adc: ad7124: Fix missbalanced regulator enable / disable on error.Jonathan Cameron1-16/+13
2021-03-25iio: adc: ad7124: allow more than 8 channelsAlexandru Tachici1-158/+301
2020-09-20iio: adc: ad7124: Fix typo in device nameMircea Caprioru1-2/+2
2020-07-22iio: adc: ad7124: move chip ID & name on the chip_info tableAlexandru Ardelean1-14/+59
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-03-08iio: adc: ad7124: Add direct reg accessMircea Caprioru1-0/+30
2020-02-14iio: adc: ad7124: add 3db filterAlexandru Tachici1-1/+68
2020-01-22Merge 5.5-rc7 into staging-nextGreg Kroah-Hartman1-7/+5
2020-01-18iio: adc: ad7124: Set IRQ type to fallingAlexandru Tachici1-1/+1
2020-01-18iio: adc: ad-sigma-delta: Allow custom IRQ flagsAlexandru Tachici1-0/+2
2020-01-13iio: adc: ad7124: Fix DT channel configurationAlexandru Tachici1-7/+5
2019-12-08iio: adc: ad7124: Enable internal referenceMircea Caprioru1-1/+6
2019-06-26iio: adc: ad7124: Shift to dynamic allocation for channel configurationMircea Caprioru1-1/+8
2019-06-26iio: adc: ad7124: Add buffered input supportMircea Caprioru1-2/+15
2019-06-26iio: adc: ad7124: Remove input number limitationMircea Caprioru1-7/+0
2019-04-04iio: adc: ad7124 fix indentation issue, remove extra tabColin Ian King1-1/+1
2018-11-17iio: adc: Add ad7124 supportStefan Popa1-0/+684