Re: [U-Boot] [PATCH V2] mmc: Fix mmc_send_status()

2011-08-10 Thread Andy Fleming
On Aug 10, 2011, at 2:26 PM, Detlev Zundel wrote: > Hi Lei, > >> Hi Marek, >> >> On Wed, Aug 10, 2011 at 3:24 PM, Marek Vasut wrote: >>> The mmc_send_status() function sets cmd.arg = 0. That's incorrect, so fix >>> it. >>> >>> Signed-off-by: Marek Vasut Applied (with lei wen's "tested-by")

Re: [U-Boot] [PATCH V2] mmc: Fix mmc_send_status()

2011-08-10 Thread Detlev Zundel
Hi Lei, > Hi Marek, > > On Wed, Aug 10, 2011 at 3:24 PM, Marek Vasut wrote: >> The mmc_send_status() function sets cmd.arg = 0. That's incorrect, so fix it. >> >> Signed-off-by: Marek Vasut >> --- >>  drivers/mmc/mmc.c |    3 ++- >>  1 files changed, 2 insertions(+), 1 deletions(-) >> >> V2: Tak

Re: [U-Boot] [PATCH V2] mmc: Fix mmc_send_status()

2011-08-10 Thread Lei Wen
Hi Marek, On Wed, Aug 10, 2011 at 3:24 PM, Marek Vasut wrote: > The mmc_send_status() function sets cmd.arg = 0. That's incorrect, so fix it. > > Signed-off-by: Marek Vasut > --- >  drivers/mmc/mmc.c |    3 ++- >  1 files changed, 2 insertions(+), 1 deletions(-) > > V2: Take SPI mode into accoun

Re: [U-Boot] [PATCH V2] mmc: Fix mmc_send_status()

2011-08-10 Thread Detlev Zundel
Hi Marek, > The mmc_send_status() function sets cmd.arg = 0. That's incorrect, so fix it. Can you please use the --in-reply-to option of git-send-email (it prompts for it when run interactively) to preserve threading for superceding patches? Thanks! It would also be nice if you included the com

[U-Boot] [PATCH V2] mmc: Fix mmc_send_status()

2011-08-10 Thread Marek Vasut
The mmc_send_status() function sets cmd.arg = 0. That's incorrect, so fix it. Signed-off-by: Marek Vasut --- drivers/mmc/mmc.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) V2: Take SPI mode into account diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index cbd7567..00687d6 1