RE: [PATCH v1] dmaengine: imx-sdma: refine to load context only once

2019-01-08 Thread Robin Gong
x-imx > > Subject: Re: [PATCH v1] dmaengine: imx-sdma: refine to load context only once > > On 06-12-18, 06:36, Robin Gong wrote: > > The context loaded only one time before channel running,but > ^^ spac

Re: [PATCH v1] dmaengine: imx-sdma: refine to load context only once

2019-01-04 Thread Vinod Koul
On 06-12-18, 06:36, Robin Gong wrote: > The context loaded only one time before channel running,but ^^ space after comma please > currently sdma_config_channel() and dma_prep_* duplicated with > sdma_load_context(), so refine it to load

[PATCH v1] dmaengine: imx-sdma: refine to load context only once

2018-12-05 Thread Robin Gong
The context loaded only one time before channel running,but currently sdma_config_channel() and dma_prep_* duplicated with sdma_load_context(), so refine it to load context only one time before channel running and reload after the channel terminated. Signed-off-by: Robin Gong ---

[PATCH v1] dmaengine: imx-sdma: refine to load context only once

2018-12-05 Thread Robin Gong
The context loaded only one time before channel running,but currently sdma_config_channel() and dma_prep_* duplicated with sdma_load_context(), so refine it to load context only one time before channel running and reload after the channel terminated. Signed-off-by: Robin Gong ---