Re: [PATCH] fix mmc hang during boot on socfpga

2014-09-10 Thread Jaehoon Chung
Hi, Pavel. On 09/10/2014 05:56 AM, Pavel Machek wrote: > On Tue 2014-09-09 10:32:14, Olof Johansson wrote: >> On Tue, Sep 9, 2014 at 5:19 AM, Pavel Machek wrote: >>> >>> Without this patch, boot hangs when trying to mount root filesystem on >>> socfpga platform in about 50% cases. >> >> I think t

Re: [PATCH] fix mmc hang during boot on socfpga

2014-09-09 Thread Pavel Machek
On Tue 2014-09-09 10:32:14, Olof Johansson wrote: > On Tue, Sep 9, 2014 at 5:19 AM, Pavel Machek wrote: > > > > Without this patch, boot hangs when trying to mount root filesystem on > > socfpga platform in about 50% cases. > > I think this should have a better description than this -- this is to

Re: [PATCH] fix mmc hang during boot on socfpga

2014-09-09 Thread Marek Vasut
On Tuesday, September 09, 2014 at 07:32:14 PM, Olof Johansson wrote: > On Tue, Sep 9, 2014 at 5:19 AM, Pavel Machek wrote: > > Without this patch, boot hangs when trying to mount root filesystem on > > socfpga platform in about 50% cases. > > I think this should have a better description than thi

Re: [PATCH] fix mmc hang during boot on socfpga

2014-09-09 Thread Olof Johansson
On Tue, Sep 9, 2014 at 5:19 AM, Pavel Machek wrote: > > Without this patch, boot hangs when trying to mount root filesystem on > socfpga platform in about 50% cases. I think this should have a better description than this -- this is too vague. Did it use to always work, is this a new failure? You

[PATCH] fix mmc hang during boot on socfpga

2014-09-09 Thread Pavel Machek
Without this patch, boot hangs when trying to mount root filesystem on socfpga platform in about 50% cases. Signed-off-by: Pavel Machek diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c index 8f216ed..739ba78 100644 --- a/drivers/mmc/host/dw_mmc.c +++ b/drivers/mmc/host/dw_mmc.