From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from kirsty.vergenet.net ([202.4.237.240]:53790 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751242AbdH3HOY (ORCPT ); Wed, 30 Aug 2017 03:14:24 -0400 Date: Wed, 30 Aug 2017 09:14:19 +0200 From: Simon Horman To: Biju Das Cc: Ulf Hansson , Wolfram Sang , Magnus Damm , Chris Paterson , Fabrizio Castro , Geert Uytterhoeven , linux-mmc@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH RESEND] mmc: renesas_sdhi: Add r8a7743/5 support Message-ID: <20170830071419.GF10398@verge.net.au> References: <1504014726-17288-1-git-send-email-biju.das@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1504014726-17288-1-git-send-email-biju.das@bp.renesas.com> Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: On Tue, Aug 29, 2017 at 02:52:06PM +0100, Biju Das wrote: > Add support for r8a7743/5 SoC.Renesas RZ/G1[ME] (R8A7743/5) SDHI > is identical to the R-Car Gen2 family. > > Signed-off-by: Biju Das Acked-by: Simon Horman > --- > DT binding patch for r8a7743/5 SoC is applied for mmc next. But the driver patch > is still not applied for mmc next.So resending the driver patch. > > This patch is compiled and tested against mmc/next. > > drivers/mmc/host/renesas_sdhi_sys_dmac.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/mmc/host/renesas_sdhi_sys_dmac.c b/drivers/mmc/host/renesas_sdhi_sys_dmac.c > index 160fbb2..df44654 100644 > --- a/drivers/mmc/host/renesas_sdhi_sys_dmac.c > +++ b/drivers/mmc/host/renesas_sdhi_sys_dmac.c > @@ -98,6 +98,8 @@ > { .compatible = "renesas,sdhi-r7s72100", .data = &of_rz_compatible, }, > { .compatible = "renesas,sdhi-r8a7778", .data = &of_rcar_gen1_compatible, }, > { .compatible = "renesas,sdhi-r8a7779", .data = &of_rcar_gen1_compatible, }, > + { .compatible = "renesas,sdhi-r8a7743", .data = &of_rcar_gen2_compatible, }, > + { .compatible = "renesas,sdhi-r8a7745", .data = &of_rcar_gen2_compatible, }, > { .compatible = "renesas,sdhi-r8a7790", .data = &of_rcar_gen2_compatible, }, > { .compatible = "renesas,sdhi-r8a7791", .data = &of_rcar_gen2_compatible, }, > { .compatible = "renesas,sdhi-r8a7792", .data = &of_rcar_gen2_compatible, }, > -- > 1.9.1 >