From 897b69e72054a39c1c1d99c8f334ffed6dc99ac4 Mon Sep 17 00:00:00 2001 From: Seungwon Jeon Date: Wed, 19 Sep 2012 13:58:31 +0800 Subject: [PATCH] mmc: Revert "mmc: dw_mmc: Add check for IDMAC configuration" This reverts commit 94c6cee91 (Add check for IDMAC configuration). Synopsys says that only if internal dmac is not present, optional external dma interface is present. When internal dmac is present, '0' value in DMA_INTERFACE of HCON is reasonable. DMA_INTERFACE indicates external dma interface. And idmac initialization is prohibited now. The commit should be reverted since: the check for IDMAC is not reliable; falling back to PIO would provide awful performance; we wouldn't expect to see instances of this block without DMA support. Signed-off-by: Seungwon Jeon Acked-by: Will Newton Signed-off-by: Chris Ball --- Reading git-format-patch failed