commit | d16214ce5fb9b1e24f338b154bcd76e6c811939a | [log] [tgz] |
---|---|---|
author | Sujit Reddy Thumma <sthumma@codeaurora.org> | Wed Oct 19 11:06:50 2011 +0530 |
committer | Linux Build Service Account <lnxbuild@localhost> | Wed Nov 02 04:04:40 2011 -0600 |
tree | 03b050576cd8f421652ad557858a18abad073e45 | |
parent | 5a925d477b451a3c04d78db4ff8b0b70c8a905a9 [diff] |
mmc: msm_sdcc: Fix issues when MMC_CLKGATE is enabled When CONFIG_MMC_CLKGATE is enabled make sure that only clock gating framework manages {en|dis}abling of SD/MMC clocks to avoid any race conditions and hitting BUG() calls. For SDIO cards clock gating does nothing so handle it in driver itself as already done. Change-Id: I97141d31be59d41f37a0d43dc209047c18e383f2 Signed-off-by: Sujit Reddy Thumma <sthumma@codeaurora.org>