From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 9 Sep 2015 13:34:20 +0200 Subject: [U-Boot] [PATCH 1/2] mmc: dw_mmc: Increase timeout to 20 seconds In-Reply-To: <20150909090130.4385204c@amdc2363> References: <1440769821-24005-1-git-send-email-l.majewski@samsung.com> <20150909090130.4385204c@amdc2363> Message-ID: <201509091334.20746.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday, September 09, 2015 at 09:01:30 AM, Lukasz Majewski wrote: > Hi, > > > The commit: d9dbb97be0e4a550457aec5f11afefb446169c90 > > "mmc: dw_mmc: Zap endless timeout" removed endless loop waiting for > > end of dw mmc transfer. > > > > For some workloads - dfu test @ Odroid XU3 (sending 8MiB file) - > > and SD cards (e.g. MicroSD Kingston 4GiB, Adata 4GiB) > > the default timeout is to short. > > > > The new value - 20 seconds - takes into account the situation when SD > > card triggers internal clean up. Such process may take more than 10 > > seconds on some cards. > > > > Signed-off-by: Lukasz Majewski > > Cc: Marek Vasut > > Cc: Pantelis Antoniou > > Cc: Tom Rini > > Are there any more questions regarding this patch or is it ready for > submission as fix for v2015.10? No comments, just apply this. But this should really be fixed properly in the next MW. Best regards, Marek Vasut