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

2019-01-08 Thread Robin Gong
Hi Vinod,
I have sent v2 after rebase. Please have a try. 

> -Original Message-
> From: Vinod Koul 
> Sent: 2019年1月4日 23:15
> To: Robin Gong 
> Cc: dan.j.willi...@intel.com; ker...@pengutronix.de;
> dmaeng...@vger.kernel.org; linux-kernel@vger.kernel.org; dl-linux-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
> ^^ space
> after comma please
> 
> > 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.
> 
> I was going to apply it, but it fails to apply for me, please rebase and send
> 
> --
> ~Vinod


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 context only one time
> before channel running and reload after the channel terminated.

I was going to apply it, but it fails to apply for me, please rebase and
send

-- 
~Vinod