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

2013-10-16 Thread Ulf Hansson
On 16 October 2013 16:32, 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 > --- > drivers/mmc/host/atmel-mci.c | 12 > 1 file

[PATCH] 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 --- drivers/mmc/host/atmel-mci.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/mmc/host/atmel-mci.c

[PATCH] 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 alexandre.bell...@free-electrons.com --- drivers/mmc/host/atmel-mci.c | 12 1 file changed, 12 insertions(+) diff

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

2013-10-16 Thread Ulf Hansson
On 16 October 2013 16:32, Alexandre Belloni alexandre.bell...@free-electrons.com 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 alexandre.bell...@free-electrons.com