summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/msm_sdcc.h
diff options
context:
space:
mode:
authorSahitya Tummala2011-01-18 06:52:49 +0100
committerDavid Brown2011-01-22 01:58:00 +0100
commit7a89248a47d201e6ade2daddd79b0fd902cad400 (patch)
tree4c430c1e5a3ffc65022ce2c7ae39c42495166900 /drivers/mmc/host/msm_sdcc.h
parentdrivers: mmc: msm: remove clock disable in probe (diff)
downloadkernel-qcow2-linux-7a89248a47d201e6ade2daddd79b0fd902cad400.tar.gz
kernel-qcow2-linux-7a89248a47d201e6ade2daddd79b0fd902cad400.tar.xz
kernel-qcow2-linux-7a89248a47d201e6ade2daddd79b0fd902cad400.zip
mmc: msm_sdcc: Add gpio handling function to driver
Configure SDCC GPIOs when the host is powered up or powered off. Signed-off-by: Sahitya Tummala <stummala@codeaurora.org>
Diffstat (limited to 'drivers/mmc/host/msm_sdcc.h')
-rw-r--r--drivers/mmc/host/msm_sdcc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/msm_sdcc.h b/drivers/mmc/host/msm_sdcc.h
index 939557af266d..42d7bbc977c5 100644
--- a/drivers/mmc/host/msm_sdcc.h
+++ b/drivers/mmc/host/msm_sdcc.h
@@ -243,6 +243,7 @@ struct msmsdcc_host {
unsigned int cmd_datactrl;
struct mmc_command *cmd_cmd;
u32 cmd_c;
+ bool gpio_config_status;
bool prog_scan;
bool prog_enable;