From: Yuvaraj CD Date: Mon, 8 Oct 2012 08:59:51 +0000 (+0530) Subject: mmc: dw_mmc: enable controller interrupt before calling mmc_start_host X-Git-Tag: v3.7-rc5~8^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2da1d7f2948900cd50d38643db39f790edb3cc96;p=pandora-kernel.git mmc: dw_mmc: enable controller interrupt before calling mmc_start_host As mmc_start_host is getting called before enabling the dw_mmc controller interrupt, there is a problem of missing the SDMMC_INT_CMD_DONE for the very first command sent by the sdio_reset. This problem occurs only when we disable MMC debugging i.e, MMC_DEBUG=n. This patch enables the dw_mmc controller interrupt before mmc_start_host. Signed-off-by: Yuvaraj CD Reviewed-by: Girish K S Acked-by: Will Newton Signed-off-by: Chris Ball --- Reading git-diff-tree failed