Re: [PATCH 1/1] iio: adc: stm32-adc: fix a regression when using dma and irq

2020-11-01 Thread Jonathan Cameron
On Wed, 21 Oct 2020 10:53:13 +0200 Olivier Moysan wrote: > Since overrun interrupt support has been added, there's a regression when > two ADCs are used at the same time, with: > - an ADC configured to use IRQs. EOCIE bit is set. The handler is normally > called in this case. > - an ADC

[PATCH 1/1] iio: adc: stm32-adc: fix a regression when using dma and irq

2020-10-21 Thread Olivier Moysan
Since overrun interrupt support has been added, there's a regression when two ADCs are used at the same time, with: - an ADC configured to use IRQs. EOCIE bit is set. The handler is normally called in this case. - an ADC configured to use DMA. EOCIE bit isn't set. EOC triggers the DMA request.