summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: Fix incorrect exit of for-loopColin Ian King2021-08-181-2/+2
* iio: adc: ti-ads7950: Ensure CS is deasserted after reading channelsUwe Kleine-König2021-08-181-1/+0
* iio: adc: ti-ads8688: Fix alignment of buffer in iio_push_to_buffers_with_tim...Jonathan Cameron2021-07-141-1/+2
* iio: adc: mxs-lradc: Fix buffer alignment in iio_push_to_buffers_with_timesta...Jonathan Cameron2021-07-141-1/+2
* iio: adc: hx711: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-07-141-2/+2
* iio: adc: at91-sama5d2: Fix buffer alignment in iio_push_to_buffers_with_time...Jonathan Cameron2021-07-141-1/+2
* iio: at91-sama5d2_adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean2021-07-141-13/+17
* iio: adc: vf610: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-07-141-3/+7
* iio: adc: ti-ads1015: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron2021-07-141-4/+8
* iio: adc: ad7793: Add missing error code in ad7793_setup()YueHaibing2021-06-031-0/+1
* iio: adc: ad7124: Fix potential overflow due to non sequential channel numbersJonathan Cameron2021-06-031-0/+7
* iio: adc: ad7124: Fix missbalanced regulator enable / disable on error.Jonathan Cameron2021-06-031-16/+13
* iio: adc: ad7768-1: Fix too small buffer passed to iio_push_to_buffers_with_t...Jonathan Cameron2021-06-031-2/+6
* iio: adc: ad7949: fix wrong ADC result due to incorrect bit maskWilfried Wessner2021-03-241-1/+1
* iio:adc:qcom-spmi-vadc: add default scale to LR_MUX2_BAT_ID channelJonathan Albrieux2021-03-241-1/+1
* iio:adc:stm32-adc: Add HAS_IOMEM dependencyJonathan Cameron2021-03-241-0/+1
* iio:adc:ti-ads124s08: Fix alignment and data leak issues.Jonathan Cameron2020-12-301-3/+10
* iio:adc:ti-ads124s08: Fix buffer being too long.Jonathan Cameron2020-12-301-1/+1
* iio: adc: rockchip_saradc: fix missing clk_disable_unprepare() on error in ro...Qinglang Miao2020-12-301-1/+1
* iio: adc: mediatek: fix unset fieldFabien Parent2020-11-241-2/+4
* iio:adc:ti-adc12138 Fix alignment issue with timestampJonathan Cameron2020-11-051-4/+9
* iio:adc:ti-adc0832 Fix alignment issue with timestampJonathan Cameron2020-11-051-3/+8
* iio: adc: gyroadc: fix leak of device node iteratorTobias Jordan2020-11-051-6/+15
* iio: adc: stm32-adc: fix runtime autosuspend delay when slow pollingFabrice Gasnier2020-10-291-1/+8
* iio: adc: qcom-spmi-adc5: fix driver nameDmitry Baryshkov2020-10-071-1/+1
* iio:adc:ti-adc081c Fix alignment and data leak issuesJonathan Cameron2020-09-171-3/+8
* iio:adc:max1118 Fix alignment of timestamp and data leak issuesJonathan Cameron2020-09-171-3/+7
* iio:adc:ina2xx Fix timestamp alignment issue.Jonathan Cameron2020-09-171-4/+7
* iio:adc:ti-adc084s021 Fix alignment and data leak issues.Jonathan Cameron2020-09-171-3/+7
* iio: adc: ti-ads1015: fix conversion when CONFIG_PM is not setMaxim Kochetkov2020-09-171-0/+10
* iio: adc: mcp3422: fix locking scopeAngelo Compagnucci2020-09-171-5/+7
* iio: adc: mcp3422: fix locking on error pathAngelo Compagnucci2020-09-171-1/+3
* iio: adc: ad7780: Fix a resource handling path in 'ad7780_probe()'Christophe JAILLET2020-07-221-1/+1
* iio: adc: stm32-adc: fix a wrong error message when probing interruptsFabrice Gasnier2020-06-101-20/+14
* iio: adc: stm32-dfsdm: fix device used to request dmaFabrice Gasnier2020-05-271-10/+11
* iio: adc: stm32-dfsdm: Use dma_request_chan() instead dma_request_slave_chann...Peter Ujfalusi2020-05-271-4/+17
* iio: adc: stm32-adc: fix device used to request dmaFabrice Gasnier2020-05-271-4/+4
* iio: adc: stm32-adc: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2020-05-271-2/+14
* iio: adc: ti-ads8344: Fix channel selectionGregory CLEMENT2020-05-271-3/+5
* iio:ad7797: Use correct attribute_groupYueHaibing2020-05-021-1/+1
* iio: xilinx-xadc: Make sure not exceed maximum samplerateLars-Peter Clausen2020-04-291-18/+60
* iio: xilinx-xadc: Fix sequencer configuration for aux channels in simultaneou...Lars-Peter Clausen2020-04-291-0/+10
* iio: xilinx-xadc: Fix clearing interrupt when enabling triggerLars-Peter Clausen2020-04-291-1/+1
* iio: xilinx-xadc: Fix ADC-B powerdownLars-Peter Clausen2020-04-291-2/+3
* iio: adc: ti-ads8344: properly byte swap valueAlexandre Belloni2020-04-291-3/+3
* iio: adc: stm32-adc: fix sleep in atomic contextOlivier Moysan2020-04-291-3/+28
* iio: adc: at91-sama5d2_adc: fix differential channels in triggered modeEugen Hristev2020-03-251-0/+15
* iio: adc: stm32-dfsdm: fix sleep in atomic contextOlivier Moysan2020-03-251-33/+10
* iio: adc: stm32-dfsdm: fix single conversionOlivier Moysan2020-02-011-0/+2
* iio: adc: ad7124: Fix DT channel configurationAlexandru Tachici2020-01-231-7/+5