| commit | f0410bc6dcacabf599f999f4779091f5cd2c55dc | [log] [tgz] |
|---|---|---|
| author | Sujit Reddy Thumma <sthumma@codeaurora.org> | Thu Feb 09 20:01:04 2012 +0530 |
| committer | Sujit Reddy Thumma <sthumma@codeaurora.org> | Wed Mar 21 14:35:44 2012 +0530 |
| tree | 1678929318ff841c2971c3681e7b50c96f9e1002 | |
| parent | 7c3972cd66c44e73abe9b6f202c48aca3323ce6c [diff] |
mmc: core: Export mmc_set_ios so that host drivers can use it mmc_set_ios() is used by host drivers during suspend/resume routines in indirect way i.e., by calling host->ops->set_ios(). But now with MMC_CLKGATE enabled, mmc_set_ios() also updates host->clk_gated flag. So export this API so that host controller drivers can use it. Change-Id: Ib0c177635bb8d87ba68c98e08b8d940c73f2b80c Signed-off-by: Sujit Reddy Thumma <sthumma@codeaurora.org>