summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)AuthorFilesLines
2021-03-24iio:adc:qcom-spmi-vadc: add default scale to LR_MUX2_BAT_ID channelJonathan Albrieux1-1/+1
2021-03-24iio:adc:stm32-adc: Add HAS_IOMEM dependencyJonathan Cameron1-0/+1
2020-12-30iio: adc: rockchip_saradc: fix missing clk_disable_unprepare() on error in ro...Qinglang Miao1-1/+1
2020-11-05iio:adc:ti-adc12138 Fix alignment issue with timestampJonathan Cameron1-4/+9
2020-11-05iio:adc:ti-adc0832 Fix alignment issue with timestampJonathan Cameron1-3/+8
2020-09-17iio:adc:ti-adc081c Fix alignment and data leak issuesJonathan Cameron1-3/+8
2020-09-17iio:adc:max1118 Fix alignment of timestamp and data leak issuesJonathan Cameron1-3/+7
2020-09-17iio:adc:ina2xx Fix timestamp alignment issue.Jonathan Cameron1-4/+7
2020-09-17iio:adc:ti-adc084s021 Fix alignment and data leak issues.Jonathan Cameron1-3/+7
2020-09-17iio: adc: ti-ads1015: fix conversion when CONFIG_PM is not setMaxim Kochetkov1-0/+10
2020-09-17iio: adc: mcp3422: fix locking on error pathAngelo Compagnucci1-1/+3
2020-09-17iio: adc: mcp3422: fix locking scopeAngelo Compagnucci1-5/+7
2020-05-27iio: adc: stm32-dfsdm: fix device used to request dmaFabrice Gasnier1-7/+8
2020-05-27iio: adc: stm32-dfsdm: Use dma_request_chan() instead dma_request_slave_chann...Peter Ujfalusi1-3/+7
2020-05-27iio: adc: stm32-adc: fix device used to request dmaFabrice Gasnier1-4/+4
2020-05-27iio: adc: stm32-adc: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-2/+14
2020-05-02iio:ad7797: Use correct attribute_groupYueHaibing1-1/+1
2020-04-29iio: xilinx-xadc: Make sure not exceed maximum samplerateLars-Peter Clausen1-18/+60
2020-04-29iio: xilinx-xadc: Fix sequencer configuration for aux channels in simultaneou...Lars-Peter Clausen1-0/+10
2020-04-29iio: xilinx-xadc: Fix clearing interrupt when enabling triggerLars-Peter Clausen1-1/+1
2020-04-29iio: xilinx-xadc: Fix ADC-B powerdownLars-Peter Clausen1-2/+3
2020-04-29iio: adc: stm32-adc: fix sleep in atomic contextOlivier Moysan1-3/+28
2020-03-25iio: adc: at91-sama5d2_adc: fix differential channels in triggered modeEugen Hristev1-0/+15
2020-01-09iio: adc: max9611: Fix too short conversion time delayGeert Uytterhoeven1-6/+10
2019-12-31iio: dln2-adc: fix iio_triggered_buffer_postenable() positionAlexandru Ardelean1-6/+14
2019-12-31iio: adc: max1027: Reset the device at probe timeMiquel Raynal1-0/+8
2019-11-20iio: adc: max9611: explicitly cast gain_selectorsStefan Agner1-1/+1
2019-11-12iio: adc: stm32-adc: fix stopping dmaFabrice Gasnier1-2/+2
2019-11-06iio: adc: meson_saradc: Fix memory allocation orderRemi Pommarel1-5/+5
2019-10-17iio: adc: stm32-adc: fix a race when using several adcs with dma and irqFabrice Gasnier2-3/+41
2019-10-17iio: adc: stm32-adc: move registers definitionsFabrice Gasnier3-136/+136
2019-10-17iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede1-0/+32
2019-10-17iio: adc: ad799x: fix probe error handlingMarco Felsch1-2/+2
2019-10-17iio: adc: hx711: fix bug in sampling of dataAndreas Klinger1-5/+5
2019-09-19iio: adc: stm32-dfsdm: fix data typeOlivier Moysan1-2/+2
2019-09-16iio: adc: gyroadc: fix uninitialized return codeArnd Bergmann1-2/+2
2019-09-16iio: adc: exynos-adc: Use proper number of channels for Exynos4x12Krzysztof Kozlowski1-0/+17
2019-09-16iio: adc: exynos-adc: Add S5PV210 variantJonathan Bakker1-0/+14
2019-08-25iio: adc: max9611: Fix temperature reading in probeJacopo Mondi1-1/+1
2019-08-16iio: adc: max9611: Fix misuse of GENMASK macroJoe Perches1-1/+1
2019-07-31iio: adc: stm32-dfsdm: missing error case during probeFabien Dessenne1-2/+6
2019-07-31iio: adc: stm32-dfsdm: manage the get_irq error caseFabien Dessenne1-0/+6
2019-06-09iio: adc: ti-ads8688: fix timestamp is not updated in bufferSean Nyekjaer1-1/+1
2019-05-31iio: adc: ti-ads7950: Fix improper use of mlockJustin Chen1-4/+15
2019-05-31iio: ad_sigma_delta: Properly handle SPI bus locking vs CS assertionLars-Peter Clausen1-5/+11
2019-05-31iio: adc: stm32-dfsdm: fix unmet direct dependencies detectedFabrice Gasnier1-0/+1
2019-05-16iio: adc: xilinx: prevent touching unclocked h/w on removeSven Van Asbroeck1-1/+1
2019-05-16iio: adc: xilinx: fix potential use-after-free on probeSven Van Asbroeck1-0/+1
2019-05-16iio: adc: xilinx: fix potential use-after-free on removeSven Van Asbroeck1-1/+1
2019-04-27iio: adc: at91: disable adc channel interrupt in timeout caseGeorg Ottinger1-11/+17