[PATCH 0/3] STM32 MDMA IRQ handler code cleaning

Amelie Delaunay posted 3 patches 4 years ago
drivers/dma/stm32-mdma.c | 32 ++++++++++++--------------------
1 file changed, 12 insertions(+), 20 deletions(-)
[PATCH 0/3] STM32 MDMA IRQ handler code cleaning
Posted by Amelie Delaunay 4 years ago
This patchset cleans stm32-mdma interrupt handler:
- GISR1 register is not used on any STM32 SoC with MDMA
- Remove chan wrong initialization
- Lower the log level to debug instead of warn in case of spurious it
  on stopped channel

Amelie Delaunay (3):
  dmaengine: stm32-mdma: remove GISR1 register
  dmaengine: stm32-mdma: fix chan initialization in
    stm32_mdma_irq_handler()
  dmaengine: stm32-mdma: use dev_dbg on non-busy channel spurious it

 drivers/dma/stm32-mdma.c | 32 ++++++++++++--------------------
 1 file changed, 12 insertions(+), 20 deletions(-)

-- 
2.25.1
Re: [PATCH 0/3] STM32 MDMA IRQ handler code cleaning
Posted by Vinod Koul 3 years, 11 months ago
On 04-05-22, 17:53, Amelie Delaunay wrote:
> This patchset cleans stm32-mdma interrupt handler:
> - GISR1 register is not used on any STM32 SoC with MDMA
> - Remove chan wrong initialization
> - Lower the log level to debug instead of warn in case of spurious it
>   on stopped channel

Applied, thanks

-- 
~Vinod