summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* iio: ad_sigma_delta: return directly in ad_sd_buffer_postenable()Alexandru Ardelean2019-06-171-2/+1
* iio: imx7d_adc: Remove unneeded 'average_en' memberFabio Estevam2019-06-171-6/+2
* iio: imx7d_adc: Fit into a single lineFabio Estevam2019-06-171-3/+1
* iio: imx7d_adc: Introduce a definition for the input clockFabio Estevam2019-06-171-3/+2
* iio: imx7d_adc: Remove unneeded error messageFabio Estevam2019-06-171-5/+2
* iio: adc: ad7606: Add software configurationBeniamin Bia2019-06-162-3/+39
* iio: adc: ad7606: Move oversampling and scale options to chip infoBeniamin Bia2019-06-162-18/+58
* iio: adc: meson_saradc: update with SPDX Licence identifierNeil Armstrong2019-06-161-7/+1
* iio: adc: mediatek: mt6577-auxadc, add mt6765 supportChun-Hung Wu2019-05-191-13/+41
* iio: adc: sun4i-gpadc-iio convert to SPDX license tagsYangtao Li2019-05-181-4/+1
* iio: stmpe-adc: Reset possible interruptsPhilippe Schenker2019-05-111-0/+5
* iio: stmpe-adc: Use wait_for_completion_timeoutPhilippe Schenker2019-05-111-12/+4
* iio: stmpe-adc: Enable all stmpe-adc interrupts just oncePhilippe Schenker2019-05-111-3/+3
* iio: stmpe-adc: Reinit completion struct on begin conversionPhilippe Schenker2019-05-111-0/+4
* iio: stmpe-adc: Add compatible namePhilippe Schenker2019-05-111-1/+6
* iio: stmpe-adc: Remove unnecessary assignmentPhilippe Schenker2019-05-051-2/+0
* iio: adc: rcar-gyroadc: Remove devm_iio_device_alloc() error printingGeert Uytterhoeven2019-05-051-3/+1
* iio: adc: stm32-dfsdm: missing error case during probeFabien Dessenne2019-04-271-2/+6
* iio: adc: stm32-dfsdm: manage the get_irq error caseFabien Dessenne2019-04-271-0/+6
* iio: adc: at91: Use dev_get_drvdata()Kefeng Wang2019-04-272-10/+6
* Merge tag 'iio-for-5.2b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2019-04-258-129/+415
|\
| * iio: adc: qcom-spmi-adc5: Fix of-based module autoloadingBjorn Andersson2019-04-221-0/+1
| * iio: adc: stm32-dfsdm: fix triggered buffer build dependencyFabrice Gasnier2019-04-221-0/+1
| * iio: adc: stm32-dfsdm: fix unmet direct dependencies detectedFabrice Gasnier2019-04-221-0/+1
| * iio: imx7d_adc: Use devm_iio_device_register()Andrey Smirnov2019-04-221-12/+1
| * iio: imx7d_adc: Simplify imx7d_adc_remove() with imx7d_adc_suspend()Andrey Smirnov2019-04-221-22/+24
| * iio: imx7d_adc: Simplify imx7d_adc_probe() with imx7d_adc_resume()Andrey Smirnov2019-04-221-52/+36
| * iio: adc: Add driver for the TI ADS8344 A/DC chipsGregory CLEMENT2019-04-223-0/+215
| * iio: adc: ti-ads7950: Fix build error without CONFIG_GPIOLIBYueHaibing2019-04-141-1/+1
| * iio: imx7d_adc: Use devm_platform_ioremap_resource()Andrey Smirnov2019-04-141-3/+1
| * iio: imx7d_adc: Replace pr_err with dev_errAndrey Smirnov2019-04-141-2/+3
| * iio: imx7d_adc: Add local struct device pointer in imx7d_adc_probe()Andrey Smirnov2019-04-141-19/+18
| * iio: adc: ad7616: Add support for AD7616 ADCBeniamin Bia2019-04-143-3/+54
| * iio: adc: ad7606: Move oversampling options in chip info and rework *_avail a...Stefan Popa2019-04-142-23/+67
| * iio: adc: Fix MAX9611 spacingFabrizio Castro2019-04-141-1/+1
* | Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman2019-04-213-12/+20
|\ \ | |/ |/|
| * iio: ad_sigma_delta: select channel when reading registerDragos Bogdan2019-03-241-0/+1
| * iio: adc: xilinx: prevent touching unclocked h/w on removeSven Van Asbroeck2019-03-161-1/+1
| * iio: adc: xilinx: fix potential use-after-free on probeSven Van Asbroeck2019-03-161-0/+1
| * iio: adc: xilinx: fix potential use-after-free on removeSven Van Asbroeck2019-03-161-1/+1
| * iio: adc: at91: disable adc channel interrupt in timeout caseGeorg Ottinger2019-03-091-11/+17
* | iio: ad_sigma_delta: Properly handle SPI bus locking vs CS assertionLars-Peter Clausen2019-04-041-5/+11
* | iio: adc: stm32-dfsdm: add PM supportFabrice Gasnier2019-04-042-32/+206
* | iio: adc: stm32-dfsdm: improve sampling frequency accuracyFabrice Gasnier2019-04-041-26/+30
* | iio: adc: stm32-dfsdm: claim direct mode for raw read and settingsFabrice Gasnier2019-04-041-1/+16
* | iio: adc: stm32-dfsdm: add support for buffer modesFabrice Gasnier2019-04-041-24/+194
* | iio: adc: stm32-dfsdm: add support for scan modeFabrice Gasnier2019-04-041-40/+142
* | iio: adc: stm32-dfsdm: enable hw consumerFabrice Gasnier2019-04-041-1/+13
* | iio: adc: stm32-dfsdm: move dma slave config to start routineFabrice Gasnier2019-04-041-20/+11
* | iio: adc: stm32-dfsdm: move dma enable from start_conv() to start_dma()Fabrice Gasnier2019-04-041-39/+38