mmc: sh_mmcif: add DMA support
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Wed, 24 Nov 2010 10:05:22 +0000 (10:05 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 25 Nov 2010 07:26:46 +0000 (16:26 +0900)
The MMCIF controller on sh-mobile platforms can use the DMA controller for data
transfers. Interface to the SH dmaengine driver to enable DMA. We also have to
lower the maximum number of segments to match with the number od DMA
descriptors on SuperH, this doesn't significantly affect driver's PIO
performance.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found