summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
AgeCommit message (Expand)AuthorFilesLines
2020-07-07iio:adc:ltc2497 drop of_match_ptr protectionJonathan Cameron1-2/+2
2020-07-07iio:adc:cpcap-adc: Drop of_match_ptr protection and use device_get_match_dataJonathan Cameron1-16/+6
2020-07-07iio:adc:ltc2496: Drop of_match_ptr and use mod_devicetable.hJonathan Cameron1-2/+2
2020-07-07iio:adc:max1027: drop of_match_ptr and CONFIG_OF protectionsJonathan Cameron1-3/+2
2020-07-07iio:adc:max1363: Drop of_match_ptr and use generic device_get_match_dataJonathan Cameron1-7/+4
2020-07-07iio:adc:hi8435: Drop of_match_ptr protection.Jonathan Cameron1-3/+2
2020-07-07iio:adc:hi8435: Drop unused of_gpio.h headerJonathan Cameron1-1/+0
2020-07-07iio:adc:lpc32xx: Drop of_match_ptr protectionJonathan Cameron1-3/+2
2020-07-07iio: at91-sama5d2_adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean1-13/+17
2020-07-05iio: adc: ad7780: Fix a resource handling path in 'ad7780_probe()'Christophe JAILLET1-1/+1
2020-07-04iio: adc: adi-axi-adc: Fix object reference countingNuno Sá1-2/+2
2020-06-27iio: adc: Combine read functions for PMIC5 and PMIC7Jishnu Prakash1-30/+19
2020-06-27iio: adc: rockchip_saradc: Add support iio buffersSimon Xue1-35/+110
2020-06-27iio: adc: rockchip_saradc: better prefix for channel constantHeiko Stuebner1-12/+12
2020-06-27iio: adc: rockchip_saradc: move all of probe to devm-functionsHeiko Stuebner1-29/+45
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen15-129/+13
2020-06-20iio: at91_adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean1-15/+15
2020-06-20iio: stm32-dfsdm-adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean1-32/+33
2020-06-14iio: Remove superfluous of_node assignmentsLars-Peter Clausen49-50/+0
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean6-7/+0
2020-06-14iio: remove left-over comments about parent assignmentAlexandru Ardelean2-2/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean91-91/+0
2020-06-14iio: Kconfig: at91_adc: add COMPILE_TEST dependency to driverAlexandru Ardelean1-1/+1
2020-06-14iio: stm32-adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean1-55/+63
2020-06-14iio: adc: max11100: Constify struct iio_chan_specRikard Falkeborn1-1/+1
2020-06-14iio: adc: Update debug printsJishnu Prakash1-9/+9
2020-06-14iio: adc: Update return value checksJishnu Prakash1-6/+4
2020-06-14iio: adc: Add support for PMIC7 ADCJishnu Prakash3-3/+488
2020-06-14iio: adc: Add info property under adc_dataJishnu Prakash2-1/+4
2020-06-07Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds23-219/+1617
2020-06-04Merge tag 'mfd-next-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds3-0/+219
2020-05-26iio: adc: mp2629: Add support for mp2629 ADC driverSaravanan Sekar3-0/+219
2020-05-25Merge 5.7-rc7 into staging-nextGreg Kroah-Hartman3-17/+20
2020-05-22iio: adc: stm32-adc: fix a wrong error message when probing interruptsFabrice Gasnier1-20/+14
2020-05-16iio: adc: exynos: Simplify Exynos7-specific initKrzysztof Kozlowski1-3/+0
2020-05-16iio: adc: Add scaling support to exynos adc driverJonathan Bakker1-1/+13
2020-05-15Merge tag 'iio-for-5.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman5-106/+149
2020-05-03iio: adc: stm32-dfsdm: fix device used to request dmaFabrice Gasnier1-10/+11
2020-05-03iio: adc: stm32-adc: fix device used to request dmaFabrice Gasnier1-4/+4
2020-05-03iio: adc: ti-ads8344: Fix channel selectionGregory CLEMENT1-3/+5
2020-05-03iio: adc: ad7476: remove redundant null check on an arrayColin Ian King1-1/+1
2020-05-03iio: adc: ti-ads124s08: Use get_unaligned_be24()Andy Shevchenko1-4/+3
2020-05-03iio: adc: mpc3422: Use get_unaligned_beXX()Andy Shevchenko1-2/+3
2020-05-03iio: adc: ad_sigma_delta: Use {get,put}_unaligned_be24()Andy Shevchenko1-6/+2
2020-04-27Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman5-44/+153
2020-04-25iio: at91-sama5d2_adc: adjust iio_triggered_buffer_{predisable,postenable} po...Alexandru Ardelean1-9/+21
2020-04-25iio: at91-sama5d2_adc: split at91_adc_current_chan_is_touch() helperAlexandru Ardelean1-16/+15
2020-04-25iio: adc: at91-sama5d2_adc: update for other trigger usageEugen Hristev1-70/+72
2020-04-25iio: adc: at91-sama5d2_adc: handle unfinished conversionsEugen Hristev1-14/+48
2020-04-23Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman17-90/+1442