commit | 7a89248a47d201e6ade2daddd79b0fd902cad400 | [log] [tgz] |
---|---|---|
author | Sahitya Tummala <stummala@codeaurora.org> | Tue Jan 18 11:22:49 2011 +0530 |
committer | David Brown <davidb@codeaurora.org> | Fri Jan 21 16:58:00 2011 -0800 |
tree | 4c430c1e5a3ffc65022ce2c7ae39c42495166900 | |
parent | 727a99a576ba562e5074d54cfcc57a1ce101c240 [diff] [blame] |
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>
diff --git a/drivers/mmc/host/msm_sdcc.h b/drivers/mmc/host/msm_sdcc.h index 939557a..42d7bbc 100644 --- a/drivers/mmc/host/msm_sdcc.h +++ b/drivers/mmc/host/msm_sdcc.h
@@ -243,6 +243,7 @@ unsigned int cmd_datactrl; struct mmc_command *cmd_cmd; u32 cmd_c; + bool gpio_config_status; bool prog_scan; bool prog_enable;