All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] dmaengine: stm32-dma: some corner case fixes
@ 2021-10-11  9:42 ` Amelie Delaunay
  0 siblings, 0 replies; 10+ 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] 10+ messages in thread

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

Thread overview: 10+ 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 ` 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   ` 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   ` 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-11  9:42   ` Amelie Delaunay
2021-10-18  6:43 ` [PATCH 0/3] dmaengine: stm32-dma: some corner case fixes Vinod Koul
2021-10-18  6:43   ` Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.