Re: [PATCH] mmc: core: skip mmc_power_up call from start host

2012-08-20 Thread Ulf Hansson
Hi Girish, On 13 July 2012 14:57, Girish K S wrote: > The call to the mmc_power_up during the mmc_start_host breaks the card > detection in design-ware host controller. This patch removes the call to > mmc_power_up function during host start. > > This fix works fine with sdhci (sdhci compatilble

Re: [PATCH] mmc: core: skip mmc_power_up call from start host

2012-07-17 Thread Girish K S
On 17 July 2012 16:22, S, Venkatraman wrote: > On Fri, Jul 13, 2012 at 6:27 PM, Girish K S > wrote: >> The call to the mmc_power_up during the mmc_start_host breaks the card >> detection in design-ware host controller. This patch removes the call to >> mmc_power_up function during host start. >>

Re: [PATCH] mmc: core: skip mmc_power_up call from start host

2012-07-17 Thread S, Venkatraman
On Fri, Jul 13, 2012 at 6:27 PM, Girish K S wrote: > The call to the mmc_power_up during the mmc_start_host breaks the card > detection in design-ware host controller. This patch removes the call to > mmc_power_up function during host start. > Please explain why. Which commit introduced it ? > Th

[PATCH] mmc: core: skip mmc_power_up call from start host

2012-07-13 Thread Girish K S
The call to the mmc_power_up during the mmc_start_host breaks the card detection in design-ware host controller. This patch removes the call to mmc_power_up function during host start. This fix works fine with sdhci (sdhci compatilble host controller) and dw_mmc (design-ware host controller). and