lkml.org 
[lkml]   [2020]   [Jan]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/8] STM32 DMA driver fixes and improvements
Date
This series brings improvements to the STM32 DMA driver, with support of
power management and descriptor reuse. Probe function gets a cleanup and
properties like copy_align and max_segment_size are set.
A "sleeping function called from invalid context" bug is also fixed. And
to avoid a race with vchan_complete, driver now adopts
vchan_terminate_vdesc().

Amelie Delaunay (4):
dmaengine: stm32-dma: use dma_set_max_seg_size to set the sg limit
dmaengine: stm32-dma: add copy_align constraint
dmaengine: stm32-dma: fix sleeping function called from invalid
context
dmaengine: stm32-dma: use vchan_terminate_vdesc() in .terminate_all

Etienne Carriere (2):
dmaengine: stm32-dma: use reset controller only at probe time
dmaengine: stm32-dma: driver defers probe for reset

Pierre-Yves MORDRET (2):
dmaengine: stm32-dma: add suspend/resume power management support
dmaengine: stm32-dma: enable descriptor_reuse

drivers/dma/stm32-dma.c | 96 ++++++++++++++++++++++++++++-------------
1 file changed, 67 insertions(+), 29 deletions(-)

--
2.17.1

\
 
 \ /
  Last update: 2020-01-29 16:37    [W:0.059 / U:0.128 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site