Re: [PATCHv2] mmc: atmel-mci: add vmmc-supply support

2013-10-17 Thread Alexandre Belloni
On 17/10/2013 10:34, Ulf Hansson wrote: > On 17 October 2013 00:19, Alexandre Belloni > wrote: >> Other MMC hosts handle a regulator named vmmc-supply that allows to power the >> MMC card or SDIO device before communicating on the bus. >> >> Signed-off-by: Alexandre Belloni >> --- >> >> Changes i

Re: [PATCHv2] mmc: atmel-mci: add vmmc-supply support

2013-10-17 Thread Ulf Hansson
On 17 October 2013 00:19, Alexandre Belloni wrote: > Other MMC hosts handle a regulator named vmmc-supply that allows to power the > MMC card or SDIO device before communicating on the bus. > > Signed-off-by: Alexandre Belloni > --- > > Changes in v2: > - use mmc_regulator_get_supply instead of

[PATCHv2] mmc: atmel-mci: add vmmc-supply support

2013-10-16 Thread Alexandre Belloni
Other MMC hosts handle a regulator named vmmc-supply that allows to power the MMC card or SDIO device before communicating on the bus. Signed-off-by: Alexandre Belloni --- Changes in v2: - use mmc_regulator_get_supply instead of devm_regulator_get drivers/mmc/host/atmel-mci.c | 9 + 1