Re: [PATCH 10/12] spi: omap2-mcspi: add DMA engine support

2012-04-27 Thread Grant Likely
On Mon, 23 Apr 2012 17:07:32 +0100, Russell King wrote: > Add DMA engine support to the OMAP SPI driver. This supplements the > private DMA API implementation contained within this driver, and the > driver can be independently switched at build time between using DMA > engine and the private DMA

[PATCH 10/12] spi: omap2-mcspi: add DMA engine support

2012-04-23 Thread Russell King
Add DMA engine support to the OMAP SPI driver. This supplements the private DMA API implementation contained within this driver, and the driver can be independently switched at build time between using DMA engine and the private DMA API for the transmit and receive sides. Tested-by: Shubhrajyoti