[PATCH v2 0/2] iio: adc: stm32: Fix ADC IRQ handling on STM32F4

Yannick Brosseau posted 2 patches 3 years, 11 months ago
drivers/iio/adc/stm32-adc-core.c |  7 ++++++-
drivers/iio/adc/stm32-adc.c      | 10 ----------
2 files changed, 6 insertions(+), 11 deletions(-)
[PATCH v2 0/2] iio: adc: stm32: Fix ADC IRQ handling on STM32F4
Posted by Yannick Brosseau 3 years, 11 months ago
Changes to the STM32 ADC irq handling broke the STM32F4 platforms
These two patches bring it back to a working state.

Changes:
 * Removed spurious IRQs detection
 * Updated comments and commit messages

Yannick Brosseau (2):
  iio: adc: stm32: Fix ADCs iteration in irq handler
  iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs
    message

 drivers/iio/adc/stm32-adc-core.c |  7 ++++++-
 drivers/iio/adc/stm32-adc.c      | 10 ----------
 2 files changed, 6 insertions(+), 11 deletions(-)

-- 
2.36.1
Re: [PATCH v2 0/2] iio: adc: stm32: Fix ADC IRQ handling on STM32F4
Posted by Jonathan Cameron 3 years, 11 months ago
On Mon, 16 May 2022 16:39:37 -0400
Yannick Brosseau <yannick.brosseau@gmail.com> wrote:

> Changes to the STM32 ADC irq handling broke the STM32F4 platforms
> These two patches bring it back to a working state.
Applied to the fixes-togreg branch of iio.git and marked for stable.

Thanks,

Jonathan

> 
> Changes:
>  * Removed spurious IRQs detection
>  * Updated comments and commit messages
> 
> Yannick Brosseau (2):
>   iio: adc: stm32: Fix ADCs iteration in irq handler
>   iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs
>     message
> 
>  drivers/iio/adc/stm32-adc-core.c |  7 ++++++-
>  drivers/iio/adc/stm32-adc.c      | 10 ----------
>  2 files changed, 6 insertions(+), 11 deletions(-)
>