Re: [PATCH v3 04/14] dmaengine: imx-sdma: remove dupilicated sdma_load_context

2019-05-20 Thread Vinod Koul
On 07-05-19, 09:16, Robin Gong wrote: > Since sdma_transfer_init() will do sdma_load_context before any > sdma transfer, no need once more in sdma_config_channel(). Acked-by: Vinod Koul -- ~Vinod

[PATCH v3 04/14] dmaengine: imx-sdma: remove dupilicated sdma_load_context

2019-05-07 Thread Robin Gong
Since sdma_transfer_init() will do sdma_load_context before any sdma transfer, no need once more in sdma_config_channel(). Signed-off-by: Robin Gong --- drivers/dma/imx-sdma.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/dma/imx-sdma.c b/drivers/dma/imx-sdma.c