Re: [PATCH v2 0/3] dmaengine: ti: k3-udma: memcpy throughput improvement

2021-01-13 Thread Vinod Koul
On 13-01-21, 13:49, Peter Ujfalusi wrote: > Hi, > > Changes since v1: > - Added Kishon's tested-by to the first two patch > - Moved the variable definitions to the start of their respective functions > - Remove braces where they are not needed > - correct indentation of cases > - additional patch

[PATCH v2 0/3] dmaengine: ti: k3-udma: memcpy throughput improvement

2021-01-13 Thread Peter Ujfalusi
Hi, Changes since v1: - Added Kishon's tested-by to the first two patch - Moved the variable definitions to the start of their respective functions - Remove braces where they are not needed - correct indentation of cases - additional patch to clean up the ret = 0 initializations in tisci channel