commit | 7ca27a6f80a4042666a28977ff8ee3aa527c6cd4 | [log] [tgz] |
---|---|---|
author | Apelete Seketeli <apelete@seketeli.net> | Mon Jul 21 06:37:44 2014 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Tue Sep 09 13:58:59 2014 +0200 |
tree | 0a4ed5285c9c81216ad90c9c8b1b2784259c29ad | |
parent | f629ba2c04c949aa62c85b48c0b73b915b98defc [diff] |
mmc: jz4740: add dma infrastructure for data transfers 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 capability of the MMC framework. Signed-off-by: Apelete Seketeli <apelete@seketeli.net> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>