[PATCH v2 22/26] mmc: sdhci: panic write: no dma mapping

2012-11-08 Thread dragos . tatulea
From: Adrian Hunter Implement simple dma ops to avoid usage dma mapping in panic mode. Init & cleanup pave the way for the dma ops implemented through pre and post functions. Signed-off-by: Adrian Hunter Signed-off-by: Irina Tirdea --- drivers/mmc/host/sdhci.c | 158

[PATCH v2 22/26] mmc: sdhci: panic write: no dma mapping

2012-11-08 Thread dragos . tatulea
From: Adrian Hunter adrian.hun...@intel.com Implement simple dma ops to avoid usage dma mapping in panic mode. Init cleanup pave the way for the dma ops implemented through pre and post functions. Signed-off-by: Adrian Hunter adrian.hun...@intel.com Signed-off-by: Irina Tirdea