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

2014-01-13 Thread Chris Ball
Hi, On Mon, Jan 13 2014, Alexandre Belloni wrote: > I still don't see that on mmc.git, Any issue with that patch ? I would > prefer not missing the 3.14 merge window. Sorry about that -- just pushed to mmc-next for 3.14 with ACKs from Ulf and Ludovic. Thanks, - Chris. -- Chris Ball

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

2014-01-13 Thread Alexandre Belloni
Hi, I still don't see that on mmc.git, Any issue with that patch ? I would prefer not missing the 3.14 merge window. Regards On 18/12/2013 09:16, Ludovic Desroches wrote: > Hi Alexandre, > > On Tue, Dec 17, 2013 at 08:03:12PM +0100, Alexandre Belloni wrote: >> Hi, >> >> It seems that patch

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

2014-01-13 Thread Alexandre Belloni
Hi, I still don't see that on mmc.git, Any issue with that patch ? I would prefer not missing the 3.14 merge window. Regards On 18/12/2013 09:16, Ludovic Desroches wrote: Hi Alexandre, On Tue, Dec 17, 2013 at 08:03:12PM +0100, Alexandre Belloni wrote: Hi, It seems that patch never made

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

2014-01-13 Thread Chris Ball
Hi, On Mon, Jan 13 2014, Alexandre Belloni wrote: I still don't see that on mmc.git, Any issue with that patch ? I would prefer not missing the 3.14 merge window. Sorry about that -- just pushed to mmc-next for 3.14 with ACKs from Ulf and Ludovic. Thanks, - Chris. -- Chris Ball

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

2013-12-18 Thread Ludovic Desroches
Hi Alexandre, On Tue, Dec 17, 2013 at 08:03:12PM +0100, Alexandre Belloni wrote: > Hi, > > It seems that patch never made it to the mainline. Is it still missing > something ? No reason on my side, maybe because my ack is missing but I thought I gave it on a previous version, maybe I am wrong.

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

2013-12-18 Thread Ludovic Desroches
Hi Alexandre, On Tue, Dec 17, 2013 at 08:03:12PM +0100, Alexandre Belloni wrote: Hi, It seems that patch never made it to the mainline. Is it still missing something ? No reason on my side, maybe because my ack is missing but I thought I gave it on a previous version, maybe I am wrong. So

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

2013-12-17 Thread Alexandre Belloni
Hi, It seems that patch never made it to the mainline. Is it still missing something ? Regards, On 17/10/2013 15:56, Ulf Hansson wrote: > On 17 October 2013 12:46, Alexandre Belloni > wrote: >> Other MMC hosts handle a regulator named vmmc-supply that allows to power the >> MMC card or SDIO

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

2013-12-17 Thread Alexandre Belloni
Hi, It seems that patch never made it to the mainline. Is it still missing something ? Regards, On 17/10/2013 15:56, Ulf Hansson wrote: On 17 October 2013 12:46, Alexandre Belloni alexandre.bell...@free-electrons.com wrote: Other MMC hosts handle a regulator named vmmc-supply that allows to

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

2013-10-17 Thread Ulf Hansson
On 17 October 2013 12:46, 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 Acked-by: Ulf Hansson > --- > > Changes in v2: > - use

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

2013-10-17 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 Changes in v3: - en/disable the regulator in

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

2013-10-17 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 --- Changes in v2: - use mmc_regulator_get_supply instead of devm_regulator_get Changes

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

2013-10-17 Thread Ulf Hansson
On 17 October 2013 12:46, 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