Re: [PATCH v2] mmc mxcmmc: fix falling back to PIO

2011-11-11 Thread Lothar Waßmann
Hi, Sascha Hauer writes: > Hi Chris, > > Can you take this one please? > > Sascha > > On Thu, Aug 25, 2011 at 11:33:05AM +0200, Sascha Hauer wrote: > > When we can't configure the dma channel we want to fall > > back to PIO. We do this by setting host->do_dma to zero. > > This does not work as

Re: [PATCH v2] mmc mxcmmc: fix falling back to PIO

2011-11-11 Thread Sascha Hauer
On Fri, Nov 11, 2011 at 04:13:41PM +0100, Lothar Waßmann wrote: > Hi, > > Sascha Hauer writes: > > Hi Chris, > > > > Can you take this one please? > > > > Sascha > > > > On Thu, Aug 25, 2011 at 11:33:05AM +0200, Sascha Hauer wrote: > > > When we can't configure the dma channel we want to fall >

Re: [PATCH v2] mmc mxcmmc: fix falling back to PIO

2011-11-11 Thread Sascha Hauer
Hi Chris, Can you take this one please? Sascha On Thu, Aug 25, 2011 at 11:33:05AM +0200, Sascha Hauer wrote: > When we can't configure the dma channel we want to fall > back to PIO. We do this by setting host->do_dma to zero. > This does not work as do_dma is used to see whether dma > can be use

Re: [PATCH v2] mmc mxcmmc: fix falling back to PIO

2011-08-25 Thread Sascha Hauer
On Thu, Aug 25, 2011 at 11:33:05AM +0200, Sascha Hauer wrote: > When we can't configure the dma channel we want to fall > back to PIO. We do this by setting host->do_dma to zero. > This does not work as do_dma is used to see whether dma > can be used for the current transfer. Instead, we have > to

[PATCH v2] mmc mxcmmc: fix falling back to PIO

2011-08-25 Thread Sascha Hauer
When we can't configure the dma channel we want to fall back to PIO. We do this by setting host->do_dma to zero. This does not work as do_dma is used to see whether dma can be used for the current transfer. Instead, we have to set host->dma to NULL. Signed-off-by: Sascha Hauer Cc: Chris Ball Cc: