[PATCH 1/2] omap: dma: Fix buffering disable bit setting for omap24xx

2010-10-01 Thread Peter Ujfalusi
From: Jarkko Nikula jhnik...@gmail.com An errata workaround for omap24xx is not setting the buffering disable bit 25 what is the purpose but channel enable bit 7 instead. Background for this fix is the DMA stalling issue with ASoC omap-mcbsp driver. Peter Ujfalusi peter.ujfal...@nokia.com has

Re: [PATCH 1/2] omap: dma: Fix buffering disable bit setting for omap24xx

2010-10-01 Thread Nishanth Menon
Peter Ujfalusi had written, on 10/01/2010 01:39 AM, the following: [...] diff --git a/arch/arm/plat-omap/dma.c b/arch/arm/plat-omap/dma.c index ec7eddf..7115884 100644 --- a/arch/arm/plat-omap/dma.c +++ b/arch/arm/plat-omap/dma.c @@ -1000,7 +1000,7 @@ void omap_start_dma(int lch) * This

Re: [PATCH 1/2] omap: dma: Fix buffering disable bit setting for omap24xx

2010-10-01 Thread Jarkko Nikula
On Fri, 1 Oct 2010 02:47:10 -0500 Nishanth Menon n...@ti.com wrote: Peter Ujfalusi had written, on 10/01/2010 01:39 AM, the following: [...] diff --git a/arch/arm/plat-omap/dma.c b/arch/arm/plat-omap/dma.c index ec7eddf..7115884 100644 --- a/arch/arm/plat-omap/dma.c +++