RE: Re: [PATCH 2/2] dmaengine: fsl-edma: add PM suspend/resume support

2015-07-15 Thread Yao Yuan
Hi Stefan, Thanks for your review, now I will take over the eDMA. I have some different in understanding with PM suspend/resume support. And I will send a patch for RFC later. Also please check my comment in line for this patch. I hope you can help to review it for me. Thanks. Best Regards, Yua

RE: Re: [PATCH 2/2] dmaengine: fsl-edma: add PM suspend/resume support

2015-07-15 Thread Yao Yuan
Hi Vinod, Thanks for your review, now I will take over the eDMA. I have some different in understanding with PM suspend/resume support. And I will send a patch for RFC later. Also please check my comment in line for this patch. I hope you can help to review it for me. Thanks. Best Regards, Yuan

Re: [PATCH 2/2] dmaengine: fsl-edma: add PM suspend/resume support

2015-03-05 Thread Vinod Koul
On Tue, Dec 30, 2014 at 04:41:47PM +0800, Jingchang Lu wrote: > This adds power management suspend/resume support for > the fsl-edma driver. > > Signed-off-by: Jingchang Lu > --- > drivers/dma/fsl-edma.c | 38 ++ > 1 file changed, 38 insertions(+) > > diff --

Re: [PATCH 2/2] dmaengine: fsl-edma: add PM suspend/resume support

2015-01-30 Thread Stefan Agner
On 2014-12-30 09:41, Jingchang Lu wrote: > This adds power management suspend/resume support for > the fsl-edma driver. > > Signed-off-by: Jingchang Lu > --- > drivers/dma/fsl-edma.c | 38 ++ > 1 file changed, 38 insertions(+) > > diff --git a/drivers/dma/fsl

[PATCH 2/2] dmaengine: fsl-edma: add PM suspend/resume support

2014-12-30 Thread Jingchang Lu
This adds power management suspend/resume support for the fsl-edma driver. Signed-off-by: Jingchang Lu --- drivers/dma/fsl-edma.c | 38 ++ 1 file changed, 38 insertions(+) diff --git a/drivers/dma/fsl-edma.c b/drivers/dma/fsl-edma.c index e0bd517..6a81699 100