Re: [U-Boot] [PATCH 1/2 V3] mmc: add boundary check for mmc operation

2010-10-12 Thread Ghorai, Sukumar
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Wednesday, October 13, 2010 12:51 AM > To: Andy Fleming; Ghorai, Sukumar > Cc: Lei Wen; Lei Wen; u-boot@lists.denx.de; sshtyl...@mvista.com > Subject: Re: [U-Boot] [PATCH 1/2 V3] mmc: add boun

Re: [U-Boot] [PATCH 1/2 V3] mmc: add boundary check for mmc operation

2010-10-12 Thread Wolfgang Denk
Dear Andy, In message <2a3dcf3da181ad40bde86a3150b27b6b0316062...@dbde02.ent.ti.com> Sukumar Ghorai wrote: ... > I found the problem. It's a eMMC size calculation is wrong and here is the > fix I am sending as a patch too in my next email. > > From: Sukumar Ghorai > Date: Mon, 20 Sep 2010 18:29:

Re: [U-Boot] [PATCH 1/2 V3] mmc: add boundary check for mmc operation

2010-09-20 Thread Ghorai, Sukumar
> -Original Message- > From: Lei Wen [mailto:adrian.w...@gmail.com] > Sent: Monday, September 20, 2010 6:29 PM > To: Ghorai, Sukumar > Cc: Wolfgang Denk; Lei Wen; u-boot@lists.denx.de; sshtyl...@mvista.com > Subject: Re: [U-Boot] [PATCH 1/2 V3] mmc: add boundary check f

Re: [U-Boot] [PATCH 1/2 V3] mmc: add boundary check for mmc operation

2010-09-20 Thread Lei Wen
Hi Ghorai, > > [Ghorai] I was using the latest mmc/sd core for OMAP 4 and getting the > following error. > OMAP4430 SDP # mmc rescan 1 > MMC: block number 0x1 exceeds max(0x0)OMAP4430 SDP # > > Please let me know what I am missing. > I also test the latest code, and don't find the issue you repo

Re: [U-Boot] [PATCH 1/2 V3] mmc: add boundary check for mmc operation

2010-09-20 Thread Ghorai, Sukumar
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] > On Behalf Of Wolfgang Denk > Sent: Sunday, September 19, 2010 3:17 AM > To: Lei Wen > Cc: u-boot@lists.denx.de; sshtyl...@mvista.com > Subject: Re: [U-Boot] [PATCH 1/2

Re: [U-Boot] [PATCH 1/2 V3] mmc: add boundary check for mmc operation

2010-09-18 Thread Wolfgang Denk
Dear Lei Wen, In message <1284386848-4670-1-git-send-email-lei...@marvell.com> you wrote: > > Signed-off-by: Lei Wen > --- > V2: > Change log: > change the puts to printf to better formating. > > drivers/mmc/mmc.c | 10 ++ > 1 files changed, 10 insertions(+), 0 deletions(-) Applied,

Re: [U-Boot] [PATCH 1/2 V3] mmc: add boundary check for mmc operation

2010-09-18 Thread Lei Wen
Continue ping... Best regards, Lei On Fri, Sep 17, 2010 at 11:22 AM, Lei Wen wrote: > Hi, > > Is it ok now for merging? > > Thanks, > Lei > > On Mon, Sep 13, 2010 at 10:07 PM, Lei Wen wrote: >> >> Signed-off-by: Lei Wen >> --- >> V2: >> Change log: >> change the puts to printf to better fo

Re: [U-Boot] [PATCH 1/2 V3] mmc: add boundary check for mmc operation

2010-09-16 Thread Lei Wen
Hi, Is it ok now for merging? Thanks, Lei On Mon, Sep 13, 2010 at 10:07 PM, Lei Wen wrote: > > Signed-off-by: Lei Wen > --- > V2: > Change log: > change the puts to printf to better formating. > >  drivers/mmc/mmc.c |   10 ++ >  1 files changed, 10 insertions(+), 0 deletions(-) > >

[U-Boot] [PATCH 1/2 V3] mmc: add boundary check for mmc operation

2010-09-13 Thread Lei Wen
Signed-off-by: Lei Wen --- V2: Change log: change the puts to printf to better formating. drivers/mmc/mmc.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index cf4ea16..23928c1 100644 --- a/drivers/mmc/mmc.c +++ b/driver