Re: [PATCH] mmc: dw_mmc: Power on vqmmc in MMC_POWER_ON, not MMC_POWER_UP

2015-01-14 Thread Ulf Hansson
On 14 January 2015 at 00:58, Doug Anderson wrote: > If we power up vqmmc in MMC_POWER_ON then we end up turning it on > before mmc_power_up() sets the signal voltage. That's not so great > since we might be powering it up at the wrong voltage. > > Note that this is how Yuvaraj originally coded th

[PATCH] mmc: dw_mmc: Power on vqmmc in MMC_POWER_ON, not MMC_POWER_UP

2015-01-13 Thread Doug Anderson
If we power up vqmmc in MMC_POWER_ON then we end up turning it on before mmc_power_up() sets the signal voltage. That's not so great since we might be powering it up at the wrong voltage. Note that this is how Yuvaraj originally coded things up in but