2022-02-03 14:36:08

by Mehta, Sanju

[permalink] [raw]
Subject: [PATCH v2 0/2] Added few improvement and fixes.

From: Sanjay R Mehta <[email protected]>

This patch series fixes a concurrency issue with DMA transfer and
descriptor handling with a graceful exit.

Sanjay R Mehta (2):
dmaengine: ptdma: fix concurrency issue with multiple dma transfer
dmaengine: ptdma: handle the cases based on DMA is complete

drivers/dma/ptdma/ptdma-dmaengine.c | 24 +++++++++++++++++-------
1 file changed, 17 insertions(+), 7 deletions(-)

--
2.7.4


2022-02-15 05:49:25

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] Added few improvement and fixes.

On 02-02-22, 09:14, Sanjay R Mehta wrote:
> From: Sanjay R Mehta <[email protected]>
>
> This patch series fixes a concurrency issue with DMA transfer and
> descriptor handling with a graceful exit.

Applied, thanks

--
~Vinod