Re: [U-Boot] [PATCH v2 4/7] mmc: rescan fails on empty slot

2011-08-17 Thread Michael Jones
Hi Andy, On 08/17/2011 04:30 AM, Andy Fleming wrote: Ok, I feel dumb. I apparently applied this already. But I'm still interested in a response to my comments/questions. :) OK, I'll humor you :) On Tue, Aug 16, 2011 at 9:15 PM, Andy Fleming aflem...@gmail.com wrote: On Mon, Jul 18, 2011

Re: [U-Boot] [PATCH v2 4/7] mmc: rescan fails on empty slot

2011-08-16 Thread Andy Fleming
On Mon, Jul 18, 2011 at 9:40 AM, Michael Jones michael.jo...@matrix-vision.de wrote: Fail in 'mmc rescan' if mmc_init() returns error I think, if we're going to do this, we should change them all. Also, for the purpose you want, it seems like we should consider adding or modifying a command to

Re: [U-Boot] [PATCH v2 4/7] mmc: rescan fails on empty slot

2011-08-16 Thread Andy Fleming
Ok, I feel dumb. I apparently applied this already. But I'm still interested in a response to my comments/questions. :) On Tue, Aug 16, 2011 at 9:15 PM, Andy Fleming aflem...@gmail.com wrote: On Mon, Jul 18, 2011 at 9:40 AM, Michael Jones michael.jo...@matrix-vision.de wrote: Fail in 'mmc

[U-Boot] [PATCH v2 4/7] mmc: rescan fails on empty slot

2011-07-18 Thread Michael Jones
Fail in 'mmc rescan' if mmc_init() returns error Signed-off-by: Michael Jones michael.jo...@matrix-vision.de --- Changes for v2: - None. Resubmitting to include custodian in cc: common/cmd_mmc.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/common/cmd_mmc.c