[FYI 4/4] ARM: mmci: add support for double buffering

2011-07-08 Thread Per Forlin
This is an example of how to utilize the double buffer support in the mmc framework. This patch is not intended nor ready for mainline. Implement pre_req() and post_reg() hooks. pre_req() runs dma_map_sg and prepares the dma descriptor and post_req calls dma_unmap_sg. Signed-off-by: Per Forlin -

[FYI 4/4] ARM: mmci: add support for double buffering

2011-01-12 Thread Per Forlin
This is an example of how to utilize the double buffer support in the mmc framework. This patch is not intended nor ready for mainline. Implement pre_req() and post_reg() hooks. pre_req() runs dma_map_sg and prepares the dma descriptor and post_req calls dma_unmap_sg. Signed-off-by: Per Forlin -