Re: [PATCH v3 1/3] mmc: core: Add mmc_regulator_set_vqmmc()

2015-02-25 Thread Doug Anderson
Ulf, On Mon, Dec 15, 2014 at 4:22 PM, Doug Anderson wrote: > This adds logic to the MMC core to set VQMMC. This is expected to be > called by MMC drivers like dw_mmc as part of (or instead of) their > start_signal_voltage_switch() callback. > > A few notes: > > * When setting the signal voltage

Re: [PATCH v3 1/3] mmc: core: Add mmc_regulator_set_vqmmc()

2015-02-25 Thread Doug Anderson
Ulf, On Mon, Dec 15, 2014 at 4:22 PM, Doug Anderson diand...@chromium.org wrote: This adds logic to the MMC core to set VQMMC. This is expected to be called by MMC drivers like dw_mmc as part of (or instead of) their start_signal_voltage_switch() callback. A few notes: * When setting the

[PATCH v3 1/3] mmc: core: Add mmc_regulator_set_vqmmc()

2014-12-15 Thread Doug Anderson
This adds logic to the MMC core to set VQMMC. This is expected to be called by MMC drivers like dw_mmc as part of (or instead of) their start_signal_voltage_switch() callback. A few notes: * When setting the signal voltage to 3.3V we do our best to make VQMMC and VMMC match. It's been

[PATCH v3 1/3] mmc: core: Add mmc_regulator_set_vqmmc()

2014-12-15 Thread Doug Anderson
This adds logic to the MMC core to set VQMMC. This is expected to be called by MMC drivers like dw_mmc as part of (or instead of) their start_signal_voltage_switch() callback. A few notes: * When setting the signal voltage to 3.3V we do our best to make VQMMC and VMMC match. It's been