mbox series

[0/4] Bunch of improvements for STM32 DMA controllers

Message ID 20201120143320.30367-1-amelie.delaunay@st.com (mailing list archive)
Headers show
Series Bunch of improvements for STM32 DMA controllers | expand

Message

Amelie Delaunay Nov. 20, 2020, 2:33 p.m. UTC
This series brings 3 patches for STM32 DMA and 1 for STM32 MDMA.
They increase the reliability and the efficiency of the transfers.

Amelie Delaunay (4):
  dmaengine: stm32-dma: rework irq handler to manage error before xfer
    events
  dmaengine: stm32-dma: clean channel configuration when channel is
    freed
  dmaengine: stm32-dma: take address into account when computing max
    width
  dmaengine: stm32-mdma: rework interrupt handler

 drivers/dma/stm32-dma.c  | 47 +++++++++++++++++++----------
 drivers/dma/stm32-mdma.c | 64 +++++++++++++++++++++-------------------
 2 files changed, 65 insertions(+), 46 deletions(-)

Comments

Vinod Koul Dec. 11, 2020, 3:43 p.m. UTC | #1
On 20-11-20, 15:33, Amelie Delaunay wrote:
> This series brings 3 patches for STM32 DMA and 1 for STM32 MDMA.
> They increase the reliability and the efficiency of the transfers.

Applied, thanks