summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/stm32-adc.c
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: stm32: manage min sampling time on all internal channelsOlivier Moysan2022-11-231-7/+19
* iio: adc: stm32-adc: add stm32mp13 supportOlivier Moysan2022-11-231-27/+183
* iio: adc: stm32-adc: fix channel sampling time initOlivier Moysan2022-10-171-5/+6
* iio: adc: stm32-adc: convert to device propertiesNuno Sá2022-08-151-55/+73
* Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-07-141-0/+6
|\
| * iio: adc: stm32-adc: disable adc before calibrationOlivier Moysan2022-07-011-0/+3
| * iio: adc: stm32-adc: make safe adc disableOlivier Moysan2022-07-011-0/+3
* | iio: adc: stm32: fix vrefint wrong calibration value handlingOlivier Moysan2022-06-191-10/+17
* | iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs messageYannick Brosseau2022-06-191-10/+0
|/
* iio:adc:stm32:Switch from CONFIG_PM guards to pm_ptr()Jonathan Cameron2022-02-211-8/+4
* Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-12-221-1/+2
|\
| * iio: adc: stm32-adc: Fix of_node_put() issue in stm32-adcWan Jiabing2021-11-171-1/+2
* | iio: adc: stm32: fix null pointer on defer_probe errorOlivier Moysan2021-11-271-1/+1
* | iio: adc: stm32: fix a current leak by resetting pcsel before disabling vddaFabrice Gasnier2021-11-171-0/+1
|/
* iio: adc: stm32-adc: use generic binding for sample-timeOlivier Moysan2021-10-201-29/+41
* iio: adc: stm32-adc: add vrefint calibration supportOlivier Moysan2021-10-201-6/+68
* iio: adc: stm32-adc: add support of internal channelsOlivier Moysan2021-10-201-3/+135
* iio: adc: stm32-adc: add support of generic channels bindingOlivier Moysan2021-10-201-9/+86
* iio: adc: stm32-adc: split channel init into several routinesOlivier Moysan2021-10-201-44/+87
* iio: adc: stm32-adc: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron2021-05-171-16/+8
* iio: adc: stm32-adc: Fix docs wrongly marked as kernel-docJonathan Cameron2021-05-171-2/+2
* iio: adc: stm32-adc: enable timestamping for non-DMA usageAhmad Fatoum2021-03-111-8/+31
* iio: adc: stm32-adc: Remove redundant null check before clk_prepare_enable/cl...Xu Wang2021-01-091-9/+5
* Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2020-11-241-23/+6
|\
| * iio: adc: stm32-adc: dma transfers cleanupOlivier Moysan2020-11-081-23/+6
* | iio: adc: stm32-adc: fix a regression when using dma and irqOlivier Moysan2020-11-011-2/+48
|/
* iio: adc: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-7/+3
* iio: Move attach/detach of the poll func to the coreLars-Peter Clausen2020-06-201-31/+5
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: stm32-adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean2020-06-141-55/+63
* iio: adc: stm32-adc: fix device used to request dmaFabrice Gasnier2020-05-031-4/+4
* iio: adc: stm32-adc: fix sleep in atomic contextOlivier Moysan2020-03-281-3/+28
* iio: adc: stm32-adc: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2020-01-121-2/+14
* iio: adc: stm32-adc: Add check on overrun interruptFabrice Gasnier2019-12-151-2/+53
* Merge 5.4-rc7 into staging-nextGreg Kroah-Hartman2019-11-111-2/+2
|\
| * iio: adc: stm32-adc: fix stopping dmaFabrice Gasnier2019-10-271-2/+2
* | iio: adc: stm32-adc: fix kernel-doc warningsFabrice Gasnier2019-10-221-8/+13
|/
* iio: adc: stm32-adc: move registers definitionsFabrice Gasnier2019-10-091-109/+0
* iio: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-051-3/+1
* iio: adc: stm32-adc: switch off running adc when going to low powerFabrice Gasnier2018-11-251-16/+63
* iio: adc: stm32-adc: add power management supportFabrice Gasnier2018-11-251-37/+132
* iio: adc: stm32-adc: move self-calibration to prepare routineFabrice Gasnier2018-11-251-35/+24
* iio: adc: stm32-adc: add support for STM32MP1Fabrice Gasnier2018-05-071-4/+43
* iio: adc: stm32: fix stm32h7_adc_enable error handlingFabrice Gasnier2018-01-281-3/+4
* iio: adc: stm32: fix scan of multiple channels with DMAFabrice Gasnier2018-01-081-1/+2
* iio: stm32: Adopt SPDX identifierBenjamin Gaignard2018-01-081-14/+1
* iio: adc: stm32: add support for differential channelsFabrice Gasnier2017-12-021-20/+103
* iio: adc: stm32: remove const channel names definitionFabrice Gasnier2017-12-021-52/+14
* iio: adc: stm32: add tim15 triggerFabrice Gasnier2017-10-211-0/+1
* Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman2017-10-091-1/+1
|\