Re: [PATCH v2 2/3] mmc: davinci_mmc: convert to DMA engine API

2012-09-17 Thread Chris Ball
Hi, On Wed, Aug 22 2012, Koen Kooi wrote: > Op 21-08-12 20:43, Matt Porter schreef: >> Removes use of the DaVinci EDMA private DMA API and replaces it with use >> of the DMA engine API. >> >> Signed-off-by: Matt Porter > > Runtime tested on hawkboard with 3.6.0-rc2 with rootfs on SD and running

Re: [PATCH v2 2/3] mmc: davinci_mmc: convert to DMA engine API

2012-08-22 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 21-08-12 20:43, Matt Porter schreef: > Removes use of the DaVinci EDMA private DMA API and replaces it with use > of the DMA engine API. > > Signed-off-by: Matt Porter Runtime tested on hawkboard with 3.6.0-rc2 with rootfs on SD and running bonni

[PATCH v2 2/3] mmc: davinci_mmc: convert to DMA engine API

2012-08-21 Thread Matt Porter
Removes use of the DaVinci EDMA private DMA API and replaces it with use of the DMA engine API. Signed-off-by: Matt Porter --- drivers/mmc/host/davinci_mmc.c | 271 1 file changed, 82 insertions(+), 189 deletions(-) diff --git a/drivers/mmc/host/davinci