summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/stm32-adc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-09-251-1/+1
| |\
| | * iio: adc: stm32: fix bad error check on max_channelsFabrice Gasnier2017-09-241-1/+1
* | | Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-09-251-1/+0
|\ \ \ | |/ / |/| |
| * | iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
| |/
* | Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2017-09-071-2/+12
|\ \ | |/ |/|
| * iio: adc: stm32: add support for lptimer triggersFabrice Gasnier2017-09-041-2/+12
* | iio: adc: stm32: add optional st,min-sample-time-nsecsFabrice Gasnier2017-08-091-4/+136
|/
* iio: adc: stm32: add support for STM32H7Fabrice Gasnier2017-06-111-1/+531
* iio: adc: stm32: make per instance bus clock optionalFabrice Gasnier2017-06-111-8/+20
* iio: adc: stm32: introduce compatible data cfgFabrice Gasnier2017-06-111-52/+150
* iio: adc: stm32: add dt option to set resolutionFabrice Gasnier2017-04-031-1/+49
* iio: adc: stm32: add optional dma supportFabrice Gasnier2017-01-291-14/+215
* iio: adc: stm32: add trigger polarity extended attributeFabrice Gasnier2017-01-281-1/+45
* iio: adc: stm32: Enable use of stm32 timer triggersFabrice Gasnier2017-01-281-0/+65
* iio: adc: stm32: add support for triggered buffer modeFabrice Gasnier2017-01-281-21/+296
* iio: adc: Add support for STM32 ADCFabrice Gasnier2016-11-191-0/+518