Re: [PATCH 2/3] mmc: sdhci only set 200ma support for 1.8v if 200ma is available

2012-06-27 Thread Chris Ball
Hi, On Sun, May 27 2012, philipspatc...@gmail.com wrote: > From: Philip Rakity > > max_current_caps can return 0 if not available from the sd controller. > if no regulator is present or the regulator specifies a current > less then 200ma we will set the 200ma caps bit by default. > > do not do th

[PATCH 2/3] mmc: sdhci only set 200ma support for 1.8v if 200ma is available

2012-05-27 Thread philipspatches
From: Philip Rakity max_current_caps can return 0 if not available from the sd controller. if no regulator is present or the regulator specifies a current less then 200ma we will set the 200ma caps bit by default. do not do this. Signed-off-by: Philip Rakity Reviewed-by: Aaron Lu --- drivers