commit | ae3cd2a914b1f3e31f53cab646de89fb3b2c733f | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Thu Sep 19 17:56:13 2019 +0200 |
committer | Peng Fan <peng.fan@nxp.com> | Thu Oct 10 10:59:48 2019 +0800 |
tree | 73eef071474ef1d82cd418e922f58975a9ac0fbd | |
parent | 6f55833cc105987de869739081bff666224e7619 [diff] |
mmc: stm32_sdmmc2: implement host_power_cycle callback For the correct power cycle sequence with stm32_sdmmc2, the write of the power cycle value in PWRCTL field of SDMMC_POWER register is now done in stm32_sdmmc2_host_power_cycle() and no more in stm32_sdmmc2_pwrcycle(). Signed-off-by: Yann Gautier <yann.gautier@st.com>