RE: [PATCH] ARM: OMAP: SDMA: Fix omap_stop_dma() API for channel linking

2009-10-15 Thread Shilimkar, Santosh
> > > This fix should be tested in linux-omap before we send this to > mainline. > > Yes ofcourse. That what I meant by merge. > > Yeah, we should still have enough time to get it into mainline kernel > as a fix during this -rc cycle. OK. Also please merge other two patches in linux-omap master

Re: [PATCH] ARM: OMAP: SDMA: Fix omap_stop_dma() API for channel linking

2009-10-15 Thread Tony Lindgren
a > > Subject: Re: [PATCH] ARM: OMAP: SDMA: Fix omap_stop_dma() API for channel > > linking > > > > * Santosh Shilimkar [091013 23:14]: > > > OMAP sDMA driver API omap_stop_dma() doesn't really stop the dma when > > used > > > in linking scenario.

RE: [PATCH] ARM: OMAP: SDMA: Fix omap_stop_dma() API for channel linking

2009-10-14 Thread Shilimkar, Santosh
> -Original Message- > From: Tony Lindgren [mailto:t...@atomide.com] > Sent: Wednesday, October 14, 2009 10:36 PM > To: Shilimkar, Santosh > Cc: linux-omap@vger.kernel.org; S, Venkatraman; Hari n; Jarkko Nikula > Subject: Re: [PATCH] ARM: OMAP: SDMA: Fix omap_stop_dma

Re: [PATCH] ARM: OMAP: SDMA: Fix omap_stop_dma() API for channel linking

2009-10-14 Thread Tony Lindgren
* Santosh Shilimkar [091013 23:14]: > OMAP sDMA driver API omap_stop_dma() doesn't really stop the dma when used > in linking scenario. This patch fixes the same. To me it looks like this will break things for omap1 as the DMA channel interrupt is not disabled first. I guess the fix is to move th

[PATCH] ARM: OMAP: SDMA: Fix omap_stop_dma() API for channel linking

2009-10-13 Thread Santosh Shilimkar
OMAP sDMA driver API omap_stop_dma() doesn't really stop the dma when used in linking scenario. This patch fixes the same. Signed-off-by: Santosh Shilimkar Signed-off-by: Venkatraman S CC: Hari n CC: Jarkko Nikula --- arch/arm/plat-omap/dma.c |9 + 1 files changed, 5 insertions(+)