Re: [PATCH] dmaengine: pl330: Fix burst length if burst size is smaller than bus width

2020-08-25 Thread Vinod Koul
On 25-08-20, 08:46, Marek Szyprowski wrote: > Move the burst len fixup after setting the generic value for it. This > finally enables the fixup introduced by commit 137bd11090d8 ("dmaengine: > pl330: Align DMA memcpy operations to MFIFO width"), which otherwise was > overwritten by the generic valu

[PATCH] dmaengine: pl330: Fix burst length if burst size is smaller than bus width

2020-08-24 Thread Marek Szyprowski
Move the burst len fixup after setting the generic value for it. This finally enables the fixup introduced by commit 137bd11090d8 ("dmaengine: pl330: Align DMA memcpy operations to MFIFO width"), which otherwise was overwritten by the generic value. Reported-by: kernel test robot Fixes: 137bd1109