Hi > > One of Renesas SDHI chip needs workaround to use it, > > and, we can judge it based on chip version. > > This patch adds very quick-hack workaround method, > > since we still don't know how many chips > > need workaround in the future. > > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > > --- > > drivers/mmc/host/sh_mobile_sdhi.c | 11 +++++++++++ > > include/linux/mmc/tmio.h | 1 + > > 2 files changed, 12 insertions(+) > > > > diff --git a/drivers/mmc/host/sh_mobile_sdhi.c b/drivers/mmc/host/sh_mobile_sdhi.c > > index f1e35a7..d241d86 100644 > > --- a/drivers/mmc/host/sh_mobile_sdhi.c > > +++ b/drivers/mmc/host/sh_mobile_sdhi.c > > @@ -33,6 +33,8 @@ > > > > #include "tmio_mmc.h" > > > > +#define EXT_ACC 0xe4 > > + > > Why not #define it in the tmio.h? It already contains SDHI specific > register, CTL_DMA_ENABLE... I'm not sure which approach is correct. I will follow Maintainer's decision Best regards --- Kuninori Morimoto -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html