linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] dmaengine: stm32-dma: some corner case fixes
@ 2021-10-11  9:42 Amelie Delaunay
  2021-10-11  9:42 ` [PATCH 1/3] dmaengine: stm32-dma: mark pending descriptor complete in terminate_all Amelie Delaunay
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Amelie Delaunay @ 2021-10-11  9:42 UTC (permalink / raw)
  To: Vinod Koul, Maxime Coquelin, Alexandre Torgue
  Cc: dmaengine, linux-stm32, linux-arm-kernel, linux-kernel,
	Amelie Delaunay, Pierre-Yves Mordret

This patchset brings some fixes to STM32 DMA driver.
It fixes undefined behaviour of STM32 DMA controller when an unaligned address
is used.
It also prevents accidental repeated completion using dma_cookie_complete() in
terminate_all().

Amelie Delaunay (3):
  dmaengine: stm32-dma: mark pending descriptor complete in
    terminate_all
  dmaengine: stm32-dma: fix stm32_dma_get_max_width
  dmaengine: stm32-dma: fix burst in case of unaligned memory address

 drivers/dma/stm32-dma.c | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-18  6:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-11  9:42 [PATCH 0/3] dmaengine: stm32-dma: some corner case fixes Amelie Delaunay
2021-10-11  9:42 ` [PATCH 1/3] dmaengine: stm32-dma: mark pending descriptor complete in terminate_all Amelie Delaunay
2021-10-11  9:42 ` [PATCH 2/3] dmaengine: stm32-dma: fix stm32_dma_get_max_width Amelie Delaunay
2021-10-11  9:42 ` [PATCH 3/3] dmaengine: stm32-dma: fix burst in case of unaligned memory address Amelie Delaunay
2021-10-18  6:43 ` [PATCH 0/3] dmaengine: stm32-dma: some corner case fixes Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).