aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/stm32-adc.c
AgeCommit message (Expand)Author
2023-10-05iio: adc: stm32-adc: Replace deprecated strncpy() with strscpy()Justin Stitt
2023-09-23iio: adc: stm32-adc: Convert to platform remove callback returning voidUwe Kleine-König
2023-06-15Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman
2023-05-13iio: adc: stm32-adc: add debug info if dt uses legacy channel configSean Nyekjaer
2023-05-13iio: adc: stm32-adc: skip adc-channels setup if none is presentSean Nyekjaer
2023-05-13iio: adc: stm32-adc: skip adc-diff-channels setup if none is presentSean Nyekjaer
2023-03-12iio: adc: stm32-adc: set some stm32-adc.c variables storage-class-specifier t...Tom Rix
2022-11-23iio: adc: stm32-adc: add debugfs to read raw calibration resultOlivier Moysan
2022-11-23iio: adc: stm32-adc: improve calibration error logOlivier Moysan
2022-11-23iio: adc: stm32-adc: smart calibration supportOlivier Moysan
2022-11-23iio: adc: stm32: manage min sampling time on all internal channelsOlivier Moysan
2022-11-23iio: adc: stm32-adc: add stm32mp13 supportOlivier Moysan
2022-10-17iio: adc: stm32-adc: fix channel sampling time initOlivier Moysan
2022-08-15iio: adc: stm32-adc: convert to device propertiesNuno Sá
2022-07-14Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2022-07-01iio: adc: stm32-adc: disable adc before calibrationOlivier Moysan
2022-07-01iio: adc: stm32-adc: make safe adc disableOlivier Moysan
2022-06-19iio: adc: stm32: fix vrefint wrong calibration value handlingOlivier Moysan
2022-06-19iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs messageYannick Brosseau
2022-02-21iio:adc:stm32:Switch from CONFIG_PM guards to pm_ptr()Jonathan Cameron
2021-12-22Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2021-11-27iio: adc: stm32: fix null pointer on defer_probe errorOlivier Moysan
2021-11-17iio: adc: stm32: fix a current leak by resetting pcsel before disabling vddaFabrice Gasnier
2021-11-17iio: adc: stm32-adc: Fix of_node_put() issue in stm32-adcWan Jiabing
2021-10-20iio: adc: stm32-adc: use generic binding for sample-timeOlivier Moysan
2021-10-20iio: adc: stm32-adc: add vrefint calibration supportOlivier Moysan
2021-10-20iio: adc: stm32-adc: add support of internal channelsOlivier Moysan
2021-10-20iio: adc: stm32-adc: add support of generic channels bindingOlivier Moysan
2021-10-20iio: adc: stm32-adc: split channel init into several routinesOlivier Moysan
2021-05-17iio: adc: stm32-adc: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron
2021-05-17iio: adc: stm32-adc: Fix docs wrongly marked as kernel-docJonathan Cameron
2021-03-11iio: adc: stm32-adc: enable timestamping for non-DMA usageAhmad Fatoum
2021-01-09iio: adc: stm32-adc: Remove redundant null check before clk_prepare_enable/cl...Xu Wang
2020-11-24Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2020-11-08iio: adc: stm32-adc: dma transfers cleanupOlivier Moysan
2020-11-01iio: adc: stm32-adc: fix a regression when using dma and irqOlivier Moysan
2020-09-03iio: adc: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean
2020-06-14iio: stm32-adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean
2020-05-03iio: adc: stm32-adc: fix device used to request dmaFabrice Gasnier
2020-03-28iio: adc: stm32-adc: fix sleep in atomic contextOlivier Moysan
2020-01-12iio: adc: stm32-adc: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2019-12-15iio: adc: stm32-adc: Add check on overrun interruptFabrice Gasnier
2019-11-11Merge 5.4-rc7 into staging-nextGreg Kroah-Hartman
2019-10-27iio: adc: stm32-adc: fix stopping dmaFabrice Gasnier
2019-10-22iio: adc: stm32-adc: fix kernel-doc warningsFabrice Gasnier
2019-10-09iio: adc: stm32-adc: move registers definitionsFabrice Gasnier
2019-08-05iio: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2018-11-25iio: adc: stm32-adc: switch off running adc when going to low powerFabrice Gasnier