Re: [PATCH 2/2] dma: imx-sdma: Adding tasklet_kill() in sdma_remove function.

2014-08-04 Thread Vignesh Raman
On Friday 01 August 2014 10:15 PM, Vinod Koul wrote: > On Fri, Aug 01, 2014 at 07:36:53PM +0530, Vignesh Raman wrote: >> On Thursday 31 July 2014 05:32 PM, Vinod Koul wrote: >>> On Wed, Jul 30, 2014 at 06:41:15PM +0530, Vignesh Raman wrote: Several dma drivers calls tasklet_kill() in remove fu

Re: [PATCH 2/2] dma: imx-sdma: Adding tasklet_kill() in sdma_remove function.

2014-08-01 Thread Vinod Koul
On Fri, Aug 01, 2014 at 07:36:53PM +0530, Vignesh Raman wrote: > On Thursday 31 July 2014 05:32 PM, Vinod Koul wrote: > > On Wed, Jul 30, 2014 at 06:41:15PM +0530, Vignesh Raman wrote: > >> Several dma drivers calls tasklet_kill() in remove function. This is > >> missing in > >> imx driver, so add

Re: [PATCH 2/2] dma: imx-sdma: Adding tasklet_kill() in sdma_remove function.

2014-08-01 Thread Vignesh Raman
On Thursday 31 July 2014 05:32 PM, Vinod Koul wrote: > On Wed, Jul 30, 2014 at 06:41:15PM +0530, Vignesh Raman wrote: >> Several dma drivers calls tasklet_kill() in remove function. This is missing >> in >> imx driver, so adding tasklet_kill() in sdma_remove function. > And why should we do that ?

Re: [PATCH 2/2] dma: imx-sdma: Adding tasklet_kill() in sdma_remove function.

2014-07-31 Thread Vinod Koul
On Wed, Jul 30, 2014 at 06:41:15PM +0530, Vignesh Raman wrote: > Several dma drivers calls tasklet_kill() in remove function. This is missing > in > imx driver, so adding tasklet_kill() in sdma_remove function. And why should we do that ? -- ~Vinod > > Signed-off-by: Vignesh Raman > --- > dr

[PATCH 2/2] dma: imx-sdma: Adding tasklet_kill() in sdma_remove function.

2014-07-30 Thread Vignesh Raman
Several dma drivers calls tasklet_kill() in remove function. This is missing in imx driver, so adding tasklet_kill() in sdma_remove function. Signed-off-by: Vignesh Raman --- drivers/dma/imx-sdma.c |7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/dma/imx-sdma.c b/drivers/dma