Re: [CFT 02/11] mmc: omap_hsmmc: add DMA engine support

2012-06-08 Thread Linus Walleij
On Thu, Jun 7, 2012 at 1:06 PM, Russell King wrote: > Add DMA engine support to the OMAP HSMMC driver.  This supplements the > private DMA API implementation contained within this driver, and the > driver can be switched at build time between using DMA engine and the > private DMA API. > > Tested

Re: [CFT 02/11] mmc: omap_hsmmc: add DMA engine support

2012-06-07 Thread Tony Lindgren
* Russell King [120607 04:11]: > Add DMA engine support to the OMAP HSMMC driver. This supplements the > private DMA API implementation contained within this driver, and the > driver can be switched at build time between using DMA engine and the > private DMA API. > > Tested-by: Grazvydas Ignota

[CFT 02/11] mmc: omap_hsmmc: add DMA engine support

2012-06-07 Thread Russell King
Add DMA engine support to the OMAP HSMMC driver. This supplements the private DMA API implementation contained within this driver, and the driver can be switched at build time between using DMA engine and the private DMA API. Tested-by: Grazvydas Ignotas Signed-off-by: Russell King --- drivers