Re: [PATCH] mmc: host: sdhci. UHS Switch failure - cycle power if regulator is used

2012-07-09 Thread Chris Ball
Hi, On Mon, Jul 09 2012, Aaron Lu wrote: > On 06/28/2012 12:15 AM, philipspatc...@gmail.com wrote: >> From: Philip Rakity >> >> Power needs to be removed from the card when switching to 1.8v fails. >> >> If a regulator is used to control vmmc we need to turn the >> regulator off and then back on o

Re: [PATCH] mmc: host: sdhci. UHS Switch failure - cycle power if regulator is used

2012-07-08 Thread Aaron Lu
On 06/28/2012 12:15 AM, philipspatc...@gmail.com wrote: From: Philip Rakity Power needs to be removed from the card when switching to 1.8v fails. If a regulator is used to control vmmc we need to turn the regulator off and then back on otherwise power will not be removed from the card. Review

[PATCH] mmc: host: sdhci. UHS Switch failure - cycle power if regulator is used

2012-06-27 Thread philipspatches
From: Philip Rakity Power needs to be removed from the card when switching to 1.8v fails. If a regulator is used to control vmmc we need to turn the regulator off and then back on otherwise power will not be removed from the card. Signed-off-by: Philip Rakity --- drivers/mmc/host/sdhci.c |