summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/stm32-adc.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-29iio: adc: stm32-adc: use 'time_left' variable with wait_for_completion_interr...Wolfram Sang1-5/+5
2024-04-13iio: adc: stm32: Use device_for_each_child_node_scoped()Jonathan Cameron1-38/+24
2024-04-13iio: adc: stm32: Fixing err code to not indicate successJonathan Cameron1-0/+1
2023-10-05iio: adc: stm32-adc: Replace deprecated strncpy() with strscpy()Justin Stitt1-1/+1
2023-09-23iio: adc: stm32-adc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-06-15Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman1-0/+2
2023-05-13iio: adc: stm32-adc: add debug info if dt uses legacy channel configSean Nyekjaer1-0/+2
2023-05-13iio: adc: stm32-adc: skip adc-channels setup if none is presentSean Nyekjaer1-19/+23
2023-05-13iio: adc: stm32-adc: skip adc-diff-channels setup if none is presentSean Nyekjaer1-10/+9
2023-03-12iio: adc: stm32-adc: set some stm32-adc.c variables storage-class-specifier t...Tom Rix1-3/+3
2022-11-23iio: adc: stm32-adc: add debugfs to read raw calibration resultOlivier Moysan1-0/+22
2022-11-23iio: adc: stm32-adc: improve calibration error logOlivier Moysan1-2/+3
2022-11-23iio: adc: stm32-adc: smart calibration supportOlivier Moysan1-56/+52
2022-11-23iio: adc: stm32: manage min sampling time on all internal channelsOlivier Moysan1-7/+19
2022-11-23iio: adc: stm32-adc: add stm32mp13 supportOlivier Moysan1-27/+183
2022-10-17iio: adc: stm32-adc: fix channel sampling time initOlivier Moysan1-5/+6
2022-08-16iio: adc: stm32-adc: convert to device propertiesNuno Sá1-55/+73
2022-07-14Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-0/+6
2022-07-01iio: adc: stm32-adc: disable adc before calibrationOlivier Moysan1-0/+3
2022-07-01iio: adc: stm32-adc: make safe adc disableOlivier Moysan1-0/+3
2022-06-19iio: adc: stm32: fix vrefint wrong calibration value handlingOlivier Moysan1-10/+17
2022-06-19iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs messageYannick Brosseau1-10/+0
2022-02-21iio:adc:stm32:Switch from CONFIG_PM guards to pm_ptr()Jonathan Cameron1-8/+4
2021-12-22Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-1/+2
2021-11-27iio: adc: stm32: fix null pointer on defer_probe errorOlivier Moysan1-1/+1
2021-11-17iio: adc: stm32: fix a current leak by resetting pcsel before disabling vddaFabrice Gasnier1-0/+1
2021-11-17iio: adc: stm32-adc: Fix of_node_put() issue in stm32-adcWan Jiabing1-1/+2
2021-10-20iio: adc: stm32-adc: use generic binding for sample-timeOlivier Moysan1-29/+41
2021-10-20iio: adc: stm32-adc: add vrefint calibration supportOlivier Moysan1-6/+68
2021-10-20iio: adc: stm32-adc: add support of internal channelsOlivier Moysan1-3/+135
2021-10-20iio: adc: stm32-adc: add support of generic channels bindingOlivier Moysan1-9/+86
2021-10-20iio: adc: stm32-adc: split channel init into several routinesOlivier Moysan1-44/+87
2021-05-17iio: adc: stm32-adc: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron1-16/+8
2021-05-17iio: adc: stm32-adc: Fix docs wrongly marked as kernel-docJonathan Cameron1-2/+2
2021-03-11iio: adc: stm32-adc: enable timestamping for non-DMA usageAhmad Fatoum1-8/+31
2021-01-10iio: adc: stm32-adc: Remove redundant null check before clk_prepare_enable/cl...Xu Wang1-9/+5
2020-11-24Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-23/+6
2020-11-08iio: adc: stm32-adc: dma transfers cleanupOlivier Moysan1-23/+6
2020-11-01iio: adc: stm32-adc: fix a regression when using dma and irqOlivier Moysan1-2/+48
2020-09-03iio: adc: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski1-7/+3
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen1-31/+5
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-06-14iio: stm32-adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean1-55/+63
2020-05-03iio: adc: stm32-adc: fix device used to request dmaFabrice Gasnier1-4/+4
2020-03-28iio: adc: stm32-adc: fix sleep in atomic contextOlivier Moysan1-3/+28
2020-01-12iio: adc: stm32-adc: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-2/+14
2019-12-15iio: adc: stm32-adc: Add check on overrun interruptFabrice Gasnier1-2/+53
2019-11-11Merge 5.4-rc7 into staging-nextGreg Kroah-Hartman1-2/+2
2019-10-27iio: adc: stm32-adc: fix stopping dmaFabrice Gasnier1-2/+2
2019-10-22iio: adc: stm32-adc: fix kernel-doc warningsFabrice Gasnier1-8/+13