commit | 508c9864ccede5dd4b8a7220b3fe6998763e4407 | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Thu Apr 05 21:24:15 2018 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Tue May 08 09:33:50 2018 +0200 |
tree | fbf0c81decabc0fcac4ac627ce2c2d96ec837a58 | |
parent | 1433269c4d2461be1f36db5dbb453976b38996ff [diff] |
mmc: core: Share internal function to set initial signal voltage Move the corresponding code for setting the initial signal voltage, from mmc_power_up() into a new function, mmc_set_initial_signal_voltage(). Make the function internally available to the mmc core, as to allow the following changes to make use of it. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Tested-by: Quentin Schulz <quentin.schulz@bootlin.com> Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>