Re: [PATCH 4/4] mmc: SDHI: update sh_mobile_sdhi_of_data for r8a7790

2014-04-03 Thread Kuninori Morimoto
Hi Ben > We tested this patch with our current kernel, and have a question > about the addition of the of_rcar_gen2_compatible area. > > +static const struct sh_mobile_sdhi_of_data of_rcar_gen2_compatible = { > + .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT | > TMIO_MMC_WRPROTECT_DISABLE, > +

Re: [PATCH 4/4] mmc: SDHI: update sh_mobile_sdhi_of_data for r8a7790

2014-04-03 Thread Ben Dooks
We tested this patch with our current kernel, and have a question about the addition of the of_rcar_gen2_compatible area. +static const struct sh_mobile_sdhi_of_data of_rcar_gen2_compatible = { + .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT | TMIO_MMC_WRPROTECT_DISABLE, + .capabilities

[PATCH 4/4] mmc: SDHI: update sh_mobile_sdhi_of_data for r8a7790

2014-01-30 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates r8a7790 DT data to have SoC specific settings. Signed-off-by: Kuninori Morimoto --- drivers/mmc/host/sh_mobile_sdhi.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/host/sh_mobile_sdhi.c b/drivers/mmc/host