summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)AuthorFilesLines
2020-06-10iio: adc: stm32-adc: fix a wrong error message when probing interruptsFabrice Gasnier1-20/+14
2020-05-27iio: adc: stm32-dfsdm: fix device used to request dmaFabrice Gasnier1-10/+11
2020-05-27iio: adc: stm32-dfsdm: Use dma_request_chan() instead dma_request_slave_chann...Peter Ujfalusi1-4/+17
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-27iio: adc: ti-ads8344: Fix channel selectionGregory CLEMENT1-3/+5
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: ti-ads8344: properly byte swap valueAlexandre Belloni1-3/+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-03-25iio: adc: stm32-dfsdm: fix sleep in atomic contextOlivier Moysan1-33/+10
2020-02-01iio: adc: stm32-dfsdm: fix single conversionOlivier Moysan1-0/+2
2020-01-23iio: adc: ad7124: Fix DT channel configurationAlexandru Tachici1-7/+5
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-12-17iio: ad7949: fix channels mixupsAndrea Merello1-5/+17
2019-12-17iio: ad7949: kill pointless "readback"-handling codeAndrea Merello1-24/+3
2019-12-17iio: adc: ad7124: Enable internal referenceMircea Caprioru1-1/+6
2019-12-17iio: adc: ad7606: fix reading unnecessary data from deviceBeniamin Bia1-1/+1
2019-10-27iio: adc: stm32-adc: fix stopping dmaFabrice Gasnier1-2/+2
2019-10-10Merge tag 'iio-fixes-for-5.4a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman7-151/+221
2019-10-09iio: adc: ad799x: fix probe error handlingMarco Felsch1-2/+2
2019-10-09iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede1-0/+32
2019-10-09iio: adc: stm32-adc: fix a race when using several adcs with dma and irqFabrice Gasnier2-3/+41
2019-10-09iio: adc: stm32-adc: move registers definitionsFabrice Gasnier3-136/+136
2019-10-09iio: adc: hx711: fix bug in sampling of dataAndreas Klinger1-5/+5
2019-09-18Merge tag 'staging-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds25-236/+663
2019-09-08iio: adc: meson_saradc: Fix memory allocation orderRemi Pommarel1-5/+5
2019-09-03Merge tag 'iio-for-5.4b-take3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman5-88/+157
2019-09-03hwmon: Remove ads1015 driverGuenter Roeck1-1/+1
2019-08-25iio: adc: ad7606: Add support for AD7606B ADCStefan Popa3-3/+123
2019-08-19Merge 5.3-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2019-08-18iio: adc: sc27xx: Change to polling mode to read dataFreeman Liu1-54/+27
2019-08-18iio: adc: max1027: Use device-managed APIsChuhong Yuan1-31/+7
2019-08-12Merge tag 'iio-for-5.4a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman24-153/+511
2019-08-11iio: hi8435: Drop hi8435_remove() by using devres for remaining elementsAndrey Smirnov1-21/+11
2019-08-11iio: hi8435: Use gpiod_set_value_cansleep()Andrey Smirnov1-1/+1
2019-08-05iio: adc: max9611: Fix temperature reading in probeJacopo Mondi1-1/+1
2019-08-05iio: Remove dev_err() usage after platform_get_irq()Stephen Boyd20-56/+17
2019-07-28iio: adc: ad7606: Add debug mode for ad7616Beniamin Bia1-1/+32
2019-07-28iio: adc: ad7606: Add support for software mode for ad7616Beniamin Bia3-9/+213
2019-07-28iio: adc: ad7606: Allow reconfigration after resetBeniamin Bia1-0/+4
2019-07-28iio: adc: ad7606: Move spi dependent features to spi fileBeniamin Bia2-27/+5
2019-07-28iio: adc: ad7606: Move common channel definition to headerBeniamin Bia2-23/+23
2019-07-27iio: adc: gyroadc: fix uninitialized return codeArnd Bergmann1-2/+2