Re: [PATCH v6 1/2] mmc: jz4740: add dma infrastructure for data transfers

2014-08-12 Thread Ulf Hansson
On 21 July 2014 06:37, Apelete Seketeli wrote: > Until now the MMC driver for JZ4740 SoC was relying on PIO mode only > for data transfers. > This patch allows the use of DMA for data trasnfers in addition to PIO > mode by relying on DMA Engine. > > DMA tranfers performance might be further improv

[PATCH v6 1/2] mmc: jz4740: add dma infrastructure for data transfers

2014-07-20 Thread Apelete Seketeli
Until now the MMC driver for JZ4740 SoC was relying on PIO mode only for data transfers. This patch allows the use of DMA for data trasnfers in addition to PIO mode by relying on DMA Engine. DMA tranfers performance might be further improved by taking advantage of the asynchronous request capabili