commit | 63e415c64003fd62a302a1dc19f082e2c6f1b7cc | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Fri Dec 05 19:40:59 2014 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Jan 19 09:56:30 2015 +0100 |
tree | 87a6a228a7f2b2fc19c9e3f67b1339181b930f05 | |
parent | fdb9de129e1d68e1b804bc9c8b3027bea9b88bc8 [diff] |
mmc: core: Simplify by adding mmc_execute_tuning() For each MMC, SD and SDIO there is code that holds the clock, calls ops->execute_tuning, and releases the clock. Simplify the code a bit by providing a separate function to do that. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>