Re: [PATCH 01/03] omap hsmmc: prevent race between dma and hsmmc callback

2010-08-27 Thread Chris Ball
Hi, Looks like the discussion on this patch stopped: do we think there's a race worth fixing here? On Wed, Mar 10, 2010 at 07:41:38PM +0530, Venkatraman S wrote: > See previous post http://patchwork.kernel.org/patch/82907/ > Rebased to 2.6.34-rc1 and fixed comment alignment. > > CC: Adrian Hunte

Re: [PATCH 01/03] omap hsmmc: prevent race between dma and hsmmc callback

2010-03-10 Thread Kevin Hilman
gt;>> To: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org; >>> linux-...@vger.kernel.org >>> Cc: Adrian Hunter; Chikkature Rajashekar, Madhusudhan; Tony Lindgren >>> Subject: [PATCH 01/03] omap hsmmc: prevent race between dma and hsmmc >>&g

RE: [PATCH 01/03] omap hsmmc: prevent race between dma and hsmmc callback

2010-03-10 Thread Madhusudhan
> Subject: [PATCH 01/03] omap hsmmc: prevent race between dma and hsmmc > callback > > It is observed that sometimes the MMC Transfer Complete (TC) is not > received when DMA completion callback is processed (or takes too long > to process) > This patch moves the releasing

Re: [PATCH 01/03] omap hsmmc: prevent race between dma and hsmmc callback

2010-03-10 Thread Venkatraman S
linux-arm-ker...@lists.infradead.org; >> linux-...@vger.kernel.org >> Cc: Adrian Hunter; Chikkature Rajashekar, Madhusudhan; Tony Lindgren >> Subject: [PATCH 01/03] omap hsmmc: prevent race between dma and hsmmc >> callback >> >> See previous post http://patchwork.kern

RE: [PATCH 01/03] omap hsmmc: prevent race between dma and hsmmc callback

2010-03-10 Thread Shilimkar, Santosh
@vger.kernel.org > Cc: Adrian Hunter; Chikkature Rajashekar, Madhusudhan; Tony Lindgren > Subject: [PATCH 01/03] omap hsmmc: prevent race between dma and hsmmc callback > > See previous post http://patchwork.kernel.org/patch/82907/ > Rebased to 2.6.34-rc1 and fixed comment alignment. >

[PATCH 01/03] omap hsmmc: prevent race between dma and hsmmc callback

2010-03-10 Thread Venkatraman S
See previous post http://patchwork.kernel.org/patch/82907/ Rebased to 2.6.34-rc1 and fixed comment alignment. CC: Adrian Hunter CC: Madhusudhan C CC: Tony Lindgren Signed-off-by: Venkatraman S --- drivers/mmc/host/omap_hsmmc.c | 19 +++ 1 files changed, 11 insertions(+), 8 d

Re: [PATCH 01/03] omap hsmmc: prevent race between dma and hsmmc callback

2010-03-01 Thread Sergei Shtylyov
Hello. Venkatraman S wrote: It is observed that sometimes the MMC Transfer Complete (TC) is not received when DMA completion callback is processed (or takes too long to process) This patch moves the releasing of DMA channel from dma callback to the mmc transfer complete handler. This is observe

[PATCH 01/03] omap hsmmc: prevent race between dma and hsmmc callback

2010-03-01 Thread Venkatraman S
It is observed that sometimes the MMC Transfer Complete (TC) is not received when DMA completion callback is processed (or takes too long to process) This patch moves the releasing of DMA channel from dma callback to the mmc transfer complete handler. This is observed consistently when descriptor l