From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Mon, 19 Sep 2016 09:16:57 +0900 Subject: [U-Boot] [v2, 1/5] mmc: fsl_esdhc: don't set XFERTYP_RSPTYP_48_BUSY for CMD with busy response In-Reply-To: References: <1470129653-15854-1-git-send-email-yangbo.lu@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/13/2016 04:30 PM, Y.B. Lu wrote: > Hi York, > > I found the MMC maintainer had been changed to Jeahoon. > It seems Panto haven't commented on upstream for a very long time. > > MMC > M: Jaehoon Chung > S: Maintained > T: git git://git.denx.de/u-boot-mmc.git > F: drivers/mmc/ > > Thanks. Thanks for reminding. I missed these patchset. Sorry. Best Regards, Jaehoon Chung > > > Best regards, > Yangbo Lu > > >> -----Original Message----- >> From: york sun >> Sent: Tuesday, September 13, 2016 3:24 AM >> To: Y.B. Lu; u-boot at lists.denx.de; Pantelis Antoniou >> Cc: Jaehoon Chung >> Subject: Re: [v2, 1/5] mmc: fsl_esdhc: don't set XFERTYP_RSPTYP_48_BUSY >> for CMD with busy response >> >> Panto, >> >> On 08/02/2016 02:32 AM, Yangbo Lu wrote: >>> For CMD with busy response, the eSDHC driver would poll DAT0 until CMD >>> completion rather than polling IRQSTAT. So, don't set >>> XFERTYP_RSPTYP_48_BUSY to avoid interrupts (DTOE or TC) in IRQSTAT. >>> >>> Signed-off-by: Yangbo Lu >>> --- >>> Changes for v2: >>> - None >>> --- >>> drivers/mmc/fsl_esdhc.c | 12 ++++++++++-- >>> 1 file changed, 10 insertions(+), 2 deletions(-) >>> >> >> I noticed this set wasn't CC'ing you. Can you check and comment/ack this >> set? >> >> York > > > >