From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 25 Jul 2016 19:10:40 +0900 Subject: [U-Boot] [PATCH 1/2] mmc: sdhci: set to INT_DATA_END when there are data In-Reply-To: <57959BAD.2010304@samsung.com> References: <1468325927-13128-1-git-send-email-jh80.chung@samsung.com> <20160712145514.5205871f@amdc2363> <57959BAD.2010304@samsung.com> Message-ID: <5795E5A0.3040500@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 25/07/16 13:55, Jaehoon Chung wrote: > Hi All, > > On 07/12/2016 09:55 PM, Lukasz Majewski wrote: >> Hi Jaehoon, >> >>> There is no data, it doesn't needs to wait for completing data >>> transfer. (It seems that it can be removed.) >>> Almost all timeout error is occured from stop command without data. >>> After applied this patch, I hope that we don't need to increase >>> timeout value anymore. >> >> This patch fixes issue (in a better way) for Odroid U3 write >> performance (http://patchwork.ozlabs.org/patch/646932/) and hence >> should be used. >> > > Is there any other opinion for this patch? looks reasonable. Acked-by: Minkyu Kang > Who is maintaining u-boot-mmc? Is Pantelis still maintaining u-boot-mmc? > > Who can apply this patch and patch relevant to mmc? > Pantelis seems to away from mailing list. If so, I think we need discuss about new custodian for mmc. Thanks, Minkyu Kang.