From mboxrd@z Thu Jan 1 00:00:00 1970 From: york sun Date: Mon, 12 Sep 2016 19:23:55 +0000 Subject: [U-Boot] [v2, 1/5] mmc: fsl_esdhc: don't set XFERTYP_RSPTYP_48_BUSY for CMD with busy response 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 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