[PATCH] mmc: core: Revert "skip card initialization if power class selection fails"

2012-07-01 Thread Venkatraman S
This reverts commit 3d93576e(skip card initialization if power class selection fails). Problem has been reported when this is used with eMMC4.41 card with Tegra Platform. Till the issue is root caused, bus width selection failure should not be treated as fatal. Reported-by: Marc Dietrich Signed-O

Re: [PATCH] mmc: always save error codes in mmc_regulator_get_supply()

2012-07-01 Thread Pankaj Jangra
Hi, On Wed, Jun 27, 2012 at 8:48 PM, Guennadi Liakhovetski wrote: > If mmc_regulator_get_supply() fails to obtain any of the regulators, store > the error codes in struct mmc_host to unify error reporting to the host > driver. > > Signed-off-by: Guennadi Liakhovetski > --- > > Chris, if you don'

Re: [PATCH] regulator: add missing defintion regulator_is_supported_voltage

2012-07-01 Thread Mark Brown
On Sat, Jun 30, 2012 at 04:05:36PM -0700, philipspatc...@gmail.com wrote: > From: Philip Rakity > > This definition is missing when CONFIG_REGULATOR is not defined. > This causes compiler errors when compiling sdhci.c. This can > be worked around by adding #ifdef CONFIG_REGULATOR .. #endif > but