summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
...
* | | iio:adc:max1118: Drop CONFIG_OF / of_match_ptr protectionsJonathan Cameron2020-07-071-5/+2
* | | iio:adc:max11100: Drop of_match_ptr protection / add mod_devicetable.h includeJonathan Cameron2020-07-071-1/+2
* | | iio:adc:ltc2497 drop of_match_ptr protectionJonathan Cameron2020-07-071-2/+2
* | | iio:adc:cpcap-adc: Drop of_match_ptr protection and use device_get_match_dataJonathan Cameron2020-07-071-16/+6
* | | iio:adc:ltc2496: Drop of_match_ptr and use mod_devicetable.hJonathan Cameron2020-07-071-2/+2
* | | iio:adc:max1027: drop of_match_ptr and CONFIG_OF protectionsJonathan Cameron2020-07-071-3/+2
* | | iio:adc:max1363: Drop of_match_ptr and use generic device_get_match_dataJonathan Cameron2020-07-071-7/+4
* | | iio:adc:hi8435: Drop of_match_ptr protection.Jonathan Cameron2020-07-071-3/+2
* | | iio:adc:hi8435: Drop unused of_gpio.h headerJonathan Cameron2020-07-071-1/+0
* | | iio:adc:lpc32xx: Drop of_match_ptr protectionJonathan Cameron2020-07-071-3/+2
* | | iio: at91-sama5d2_adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean2020-07-071-13/+17
* | | iio: adc: Combine read functions for PMIC5 and PMIC7Jishnu Prakash2020-06-271-30/+19
* | | iio: adc: rockchip_saradc: Add support iio buffersSimon Xue2020-06-271-35/+110
* | | iio: adc: rockchip_saradc: better prefix for channel constantHeiko Stuebner2020-06-271-12/+12
* | | iio: adc: rockchip_saradc: move all of probe to devm-functionsHeiko Stuebner2020-06-271-29/+45
* | | iio: Move attach/detach of the poll func to the coreLars-Peter Clausen2020-06-2015-129/+13
* | | iio: at91_adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean2020-06-201-15/+15
* | | iio: stm32-dfsdm-adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean2020-06-201-32/+33
* | | iio: Remove superfluous of_node assignmentsLars-Peter Clausen2020-06-1449-50/+0
* | | iio: remove left-over parent assignmentsAlexandru Ardelean2020-06-146-7/+0
* | | iio: remove left-over comments about parent assignmentAlexandru Ardelean2020-06-142-2/+0
* | | iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-1491-91/+0
* | | iio: Kconfig: at91_adc: add COMPILE_TEST dependency to driverAlexandru Ardelean2020-06-141-1/+1
* | | iio: stm32-adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean2020-06-141-55/+63
* | | iio: adc: max11100: Constify struct iio_chan_specRikard Falkeborn2020-06-141-1/+1
* | | iio: adc: Update debug printsJishnu Prakash2020-06-141-9/+9
* | | iio: adc: Update return value checksJishnu Prakash2020-06-141-6/+4
* | | iio: adc: Add support for PMIC7 ADCJishnu Prakash2020-06-143-3/+488
* | | iio: adc: Add info property under adc_dataJishnu Prakash2020-06-142-1/+4
|/ /
* | Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-0723-219/+1617
|\ \
| * | Merge 5.7-rc7 into staging-nextGreg Kroah-Hartman2020-05-253-17/+20
| |\|
| * | iio: adc: stm32-adc: fix a wrong error message when probing interruptsFabrice Gasnier2020-05-221-20/+14
| * | iio: adc: exynos: Simplify Exynos7-specific initKrzysztof Kozlowski2020-05-161-3/+0
| * | iio: adc: Add scaling support to exynos adc driverJonathan Bakker2020-05-161-1/+13
| * | Merge tag 'iio-for-5.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-05-155-106/+149
| |\ \
| | * | iio: adc: ad7476: remove redundant null check on an arrayColin Ian King2020-05-031-1/+1
| | * | iio: adc: ti-ads124s08: Use get_unaligned_be24()Andy Shevchenko2020-05-031-4/+3
| | * | iio: adc: mpc3422: Use get_unaligned_beXX()Andy Shevchenko2020-05-031-2/+3
| | * | iio: adc: ad_sigma_delta: Use {get,put}_unaligned_be24()Andy Shevchenko2020-05-031-6/+2
| | * | iio: at91-sama5d2_adc: adjust iio_triggered_buffer_{predisable,postenable} po...Alexandru Ardelean2020-04-251-9/+21
| | * | iio: at91-sama5d2_adc: split at91_adc_current_chan_is_touch() helperAlexandru Ardelean2020-04-251-16/+15
| | * | iio: adc: at91-sama5d2_adc: update for other trigger usageEugen Hristev2020-04-251-70/+72
| | * | iio: adc: at91-sama5d2_adc: handle unfinished conversionsEugen Hristev2020-04-251-14/+48
| * | | Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman2020-04-275-44/+153
| |\ \ \ | | |/ / | |/| |
| * | | Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-04-2317-90/+1442
| |\ \ \
| | * | | iio: Fix misspellings of "Analog Devices"Geert Uytterhoeven2020-04-191-1/+1
| | * | | iio: adc: fsl-imx25-gcq: Use devm_platform_ioremap_resourceAishwarya Ramakrishnan2020-04-191-3/+1
| | * | | iio: adc: at91-adc: Use devm_platform_ioremap_resourceAishwarya Ramakrishnan2020-04-191-4/+1
| | * | | iio: adc: sun4i-gpadc-iio: Use devm_platform_ioremap_resourceAishwarya Ramakrishnan2020-04-191-3/+1
| | * | | iio: xilinx-xadc: Fix typoLars-Peter Clausen2020-04-191-1/+1