Panic: mmc: SDHCI: implement panic ops for MFLD SDHCI driver
authorChuanxiao Dong <chuanxiao.dong@intel.com>
Tue, 25 Oct 2011 12:27:00 +0000 (20:27 +0800)
committerbuildbot <buildbot@intel.com>
Thu, 8 Dec 2011 09:59:04 +0000 (01:59 -0800)
commit262eea385b3b12f0a7c523dbe335f4bd80ffed91
tree8a3b044d7625acda84c47e21ead46eb66a2ff8b8
parent460a6df053652a2d24518d68b35349156afb966c
Panic: mmc: SDHCI: implement panic ops for MFLD SDHCI driver

BZ: 16578

Port this patch from R2

This patch will implement the panic ops for MFLD sdhci host driver.
The original sdhci host driver was using interrupt mode which is not
preferred in panic mode. So implemented another ops which will use
polling mode instead

Change-Id: I4d808405eadd7565141f3bf8e1531148e6c0fc9a
Signed-off-by: Chuanxiao Dong <chuanxiao.dong@intel.com>
Reviewed-on: http://android.intel.com:8080/26321
Reviewed-by: Gross, Mark <mark.gross@intel.com>
Reviewed-by: Yang, Fei <fei.yang@intel.com>
Tested-by: Sun, Jianhua <jianhua.sun@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
drivers/mmc/host/sdhci-pci.c
drivers/mmc/host/sdhci.c
drivers/mmc/host/sdhci.h