public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] fsl_esdhc: Initialize mmc->b_max
@ 2011-05-12 19:33 Fabio Estevam
  2011-05-13  9:07 ` Stefano Babic
  0 siblings, 1 reply; 3+ messages in thread
From: Fabio Estevam @ 2011-05-12 19:33 UTC (permalink / raw)
  To: u-boot

commit 262951(MMC: make b_max unconditional) missed to update fsl_esdhc.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 drivers/mmc/fsl_esdhc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/mmc/fsl_esdhc.c b/drivers/mmc/fsl_esdhc.c
index d2355be..ec953f0 100644
--- a/drivers/mmc/fsl_esdhc.c
+++ b/drivers/mmc/fsl_esdhc.c
@@ -525,6 +525,7 @@ int fsl_esdhc_initialize(bd_t *bis, struct fsl_esdhc_cfg *cfg)
 	mmc->f_min = 400000;
 	mmc->f_max = MIN(gd->sdhc_clk, 52000000);
 
+	mmc->b_max = 0;
 	mmc_register(mmc);
 
 	return 0;
-- 
1.6.0.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] fsl_esdhc: Initialize mmc->b_max
  2011-05-12 19:33 [U-Boot] [PATCH] fsl_esdhc: Initialize mmc->b_max Fabio Estevam
@ 2011-05-13  9:07 ` Stefano Babic
  2011-05-18 23:54   ` Andy Fleming
  0 siblings, 1 reply; 3+ messages in thread
From: Stefano Babic @ 2011-05-13  9:07 UTC (permalink / raw)
  To: u-boot

On 05/12/2011 09:33 PM, Fabio Estevam wrote:
> commit 262951(MMC: make b_max unconditional) missed to update fsl_esdhc.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  drivers/mmc/fsl_esdhc.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/mmc/fsl_esdhc.c b/drivers/mmc/fsl_esdhc.c
> index d2355be..ec953f0 100644
> --- a/drivers/mmc/fsl_esdhc.c
> +++ b/drivers/mmc/fsl_esdhc.c
> @@ -525,6 +525,7 @@ int fsl_esdhc_initialize(bd_t *bis, struct fsl_esdhc_cfg *cfg)
>  	mmc->f_min = 400000;
>  	mmc->f_max = MIN(gd->sdhc_clk, 52000000);
>  
> +	mmc->b_max = 0;
>  	mmc_register(mmc);
>  
>  	return 0;

Acked-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] fsl_esdhc: Initialize mmc->b_max
  2011-05-13  9:07 ` Stefano Babic
@ 2011-05-18 23:54   ` Andy Fleming
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Fleming @ 2011-05-18 23:54 UTC (permalink / raw)
  To: u-boot

On Fri, May 13, 2011 at 4:07 AM, Stefano Babic <sbabic@denx.de> wrote:
> On 05/12/2011 09:33 PM, Fabio Estevam wrote:
>> commit 262951(MMC: make b_max unconditional) missed to update fsl_esdhc.
>>
>> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>


Applied (and upstreamed), thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-05-18 23:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-12 19:33 [U-Boot] [PATCH] fsl_esdhc: Initialize mmc->b_max Fabio Estevam
2011-05-13  9:07 ` Stefano Babic
2011-05-18 23:54   ` Andy Fleming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox