diff mbox

[01/10] mmc: sh_mobile_sdhi: Add EXT_ACC register busy check

Message ID 87d2cyhs9e.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State New, archived
Headers show

Commit Message

Kuninori Morimoto July 22, 2014, 5:33 a.m. UTC
From: Shinobu Uehara <shinobu.uehara.xc@renesas.com>

Signed-off-by: Shinobu Uehara <shinobu.uehara.xc@renesas.com>
---
 drivers/mmc/host/sh_mobile_sdhi.c |    1 +
 1 file changed, 1 insertion(+)

Comments

Sergei Shtylyov July 22, 2014, 12:39 p.m. UTC | #1
Hello.

On 07/22/2014 09:33 AM, Kuninori Morimoto wrote:

> From: Shinobu Uehara <shinobu.uehara.xc@renesas.com>

> Signed-off-by: Shinobu Uehara <shinobu.uehara.xc@renesas.com>

   Morimoto-san, when the patches pass thru you, you need to sign off on them.

WBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Kuninori Morimoto July 22, 2014, 11:51 p.m. UTC | #2
Hi Sergei

> > From: Shinobu Uehara <shinobu.uehara.xc@renesas.com>
> 
> > Signed-off-by: Shinobu Uehara <shinobu.uehara.xc@renesas.com>
> 
>    Morimoto-san, when the patches pass thru you, you need to sign off on them.

Ahh... yes indeed.
Thank you for pointing it.
Will fix in v2

Best regards
---
Kuninori Morimoto
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/mmc/host/sh_mobile_sdhi.c b/drivers/mmc/host/sh_mobile_sdhi.c
index 91058da..18cf462 100644
--- a/drivers/mmc/host/sh_mobile_sdhi.c
+++ b/drivers/mmc/host/sh_mobile_sdhi.c
@@ -126,6 +126,7 @@  static int sh_mobile_sdhi_write16_hook(struct tmio_mmc_host *host, int addr)
 	case CTL_SD_MEM_CARD_OPT:
 	case CTL_TRANSACTION_CTL:
 	case CTL_DMA_ENABLE:
+	case EXT_ACC:
 		return sh_mobile_sdhi_wait_idle(host);
 	}