[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAPDyKFpKhweSQtt+LAukZXCuABsAhUyh=gL31h8_6uLps3sLCA@mail.gmail.com>
Date: Mon, 17 Dec 2018 09:07:35 +0100
From: Ulf Hansson <ulf.hansson@...aro.org>
To: Fabrizio Castro <fabrizio.castro@...renesas.com>
Cc: Biju Das <biju.das@...renesas.com>,
Wolfram Sang <wsa+renesas@...g-engineering.com>,
"linux-mmc@...r.kernel.org" <linux-mmc@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Simon Horman <horms@...ge.net.au>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Chris Paterson <Chris.Paterson2@...esas.com>,
Linux-Renesas <linux-renesas-soc@...r.kernel.org>
Subject: Re: [PATCH] mmc: renesas_sdhi_internal_dmac: Whitelist r8a774c0
On Thu, 13 Dec 2018 at 21:22, Fabrizio Castro
<fabrizio.castro@...renesas.com> wrote:
>
> From: Biju Das <biju.das@...renesas.com>
>
> We need r8a774c0 to be whitelisted for SDHI to work on the RZ/G2E,
> but we don't care about the revision of the SoC, so just whitelist
> the generic part number.
>
> Signed-off-by: Biju Das <biju.das@...renesas.com>
Applied for next, thanks!
Kind regards
Uffe
> ---
> drivers/mmc/host/renesas_sdhi_internal_dmac.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/mmc/host/renesas_sdhi_internal_dmac.c b/drivers/mmc/host/renesas_sdhi_internal_dmac.c
> index b6f5410..909a5c9 100644
> --- a/drivers/mmc/host/renesas_sdhi_internal_dmac.c
> +++ b/drivers/mmc/host/renesas_sdhi_internal_dmac.c
> @@ -298,6 +298,7 @@ static const struct soc_device_attribute soc_whitelist[] = {
> .data = (void *)BIT(SDHI_INTERNAL_DMAC_ONE_RX_ONLY) },
> /* generic ones */
> { .soc_id = "r8a774a1" },
> + { .soc_id = "r8a774c0" },
> { .soc_id = "r8a77470" },
> { .soc_id = "r8a7795" },
> { .soc_id = "r8a7796" },
> --
> 2.7.4
>
Powered by blists - more mailing lists