From: Mika Westerberg Date: Sun, 29 May 2011 10:10:06 +0000 (+0300) Subject: spi/ep93xx: add DMA support X-Git-Tag: v3.1-rc1~312^2~26^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=626a96db11698119a67eeda130488e869aa6f14e;p=pandora-kernel.git spi/ep93xx: add DMA support This patch adds DMA support for the EP93xx SPI driver. By default the DMA is not enabled but it can be enabled by setting ep93xx_spi_info.use_dma to true in board configuration file. Note that the SPI driver still uses PIO for small transfers (<= 8 bytes) for performance reasons. Signed-off-by: Mika Westerberg Acked-by: H Hartley Sweeten Acked-by: Vinod Koul Signed-off-by: Grant Likely --- Reading git-diff-tree failed