From: Ulf Hansson Date: Mon, 1 Dec 2014 15:13:39 +0000 (+0100) Subject: mmc: dw_mmc: Convert to mmc_send_tuning() X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~125^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c2c6506101f030808c0f2d429399dc1ee7a1a06;p=pandora-kernel.git mmc: dw_mmc: Convert to mmc_send_tuning() Instead of having a local hack taking care of sending the tuning command and as well to verify the response pattern, let's convert to the common mmc_send_tuning() API. This change affects the Exynos variant, since it's the only one which support the dw_mmc's ->execute_tuning() callback. It's seems like dw_mmc internal logic expects failed data transfers to be ended using a stop command. Let the tuning requests also fall into this category, since there are data transfer involved. Signed-off-by: Ulf Hansson Acked-by: Jaehoon Chung Reviewed-by: Alim Akhtar Tested-by: Alim Akhtar --- Reading git-diff-tree failed