Re: [U-Boot] [PATCH] mmc: fix capacity calculation with high capacity mmc

2010-09-24 Thread Marek Vasut
Dne Út 21. září 2010 16:45:25 John Rigby napsal(a): > On Sat, Sep 18, 2010 at 3:49 PM, Wolfgang Denk wrote: > > Dear Lei Wen, > > > > In message you wrote: > >> How about merge this patch? :-) > > > > I will wait for a pull request from the responsible custodian. > > > > Maybe you should have

Re: [U-Boot] [PATCH] mmc: fix capacity calculation with high capacity mmc

2010-09-21 Thread John Rigby
On Sat, Sep 18, 2010 at 3:49 PM, Wolfgang Denk wrote: > Dear Lei Wen, > > In message you > wrote: >> >> How about merge this patch? :-) > > I will wait for a pull request from the responsible custodian. > > Maybe you should have put him on cc: ...  (done now). > I pinged Andy about some mmc pat

Re: [U-Boot] [PATCH] mmc: fix capacity calculation with high capacity mmc

2010-09-19 Thread Lei Wen
Dear Reinhard, On Sun, Sep 19, 2010 at 12:32 PM, Reinhard Meyer wrote: > Dear Wolfgang Denk, Lei Wen, Andy Fleming, >> >> Dear Lei Wen, >> >> In message >>  you wrote: >>> >>> How about merge this patch? :-) >> >> I will wait for a pull request from the responsible custodian. >> >> Maybe you shou

Re: [U-Boot] [PATCH] mmc: fix capacity calculation with high capacity mmc

2010-09-18 Thread Reinhard Meyer
Dear Wolfgang Denk, Lei Wen, Andy Fleming, > Dear Lei Wen, > > In message you > wrote: >> >> How about merge this patch? :-) > > I will wait for a pull request from the responsible custodian. > > Maybe you should have put him on cc: ... (done now). @@ -441,6 +441,11 @@ int mmc_change_freq(struct

Re: [U-Boot] [PATCH] mmc: fix capacity calculation with high capacity mmc

2010-09-18 Thread Wolfgang Denk
Dear Lei Wen, In message you wrote: > > How about merge this patch? :-) I will wait for a pull request from the responsible custodian. Maybe you should have put him on cc: ... (done now). Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel

Re: [U-Boot] [PATCH] mmc: fix capacity calculation with high capacity mmc

2010-09-12 Thread Lei Wen
Hi Wolfgang, How about merge this patch? :-) Best regards, Lei On Mon, Sep 6, 2010 at 10:11 PM, Lei Wen wrote: > Hi Reinhard , > > On Mon, Sep 6, 2010 at 10:07 PM, Reinhard Meyer > wrote: >> Dear Lei Wen, >>> According spec, high capacity mmc should be calculated by sector >>> number multiply

Re: [U-Boot] [PATCH] mmc: fix capacity calculation with high capacity mmc

2010-09-06 Thread Lei Wen
Hi Reinhard , On Mon, Sep 6, 2010 at 10:07 PM, Reinhard Meyer wrote: > Dear Lei Wen, >> According spec, high capacity mmc should be calculated by sector >> number multiply by sector size. >> >> Signed-off-by: Lei Wen >> --- >>  drivers/mmc/mmc.c |    5 + >>  1 files changed, 5 insertions(+),

Re: [U-Boot] [PATCH] mmc: fix capacity calculation with high capacity mmc

2010-09-06 Thread Reinhard Meyer
Dear Lei Wen, > According spec, high capacity mmc should be calculated by sector > number multiply by sector size. > > Signed-off-by: Lei Wen > --- > drivers/mmc/mmc.c |5 + > 1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c > index

[U-Boot] [PATCH] mmc: fix capacity calculation with high capacity mmc

2010-09-06 Thread Lei Wen
According spec, high capacity mmc should be calculated by sector number multiply by sector size. Signed-off-by: Lei Wen --- drivers/mmc/mmc.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index ea398a5..bb97171 100644 --- a/dri