Re: [PATCH] mmc: renesas_sdhi: Whitelist R8A77990 SDHI

2018-11-19 Thread Ulf Hansson
On 5 November 2018 at 22:39, Marek Vasut  wrote:
> Whitelist R8A77990 E3 SoC in the SDHI driver. The SDHI core
> present in the SoC is an 8tap variant of the Gen3 SDHI core.
>
> Signed-off-by: Marek Vasut 
> Cc: Geert Uytterhoeven 
> Cc: Simon Horman 
> Cc: Wolfram Sang 
> Cc: Yoshihiro Shimoda 
> Cc: Ulf Hansson 
> Cc: linux-renesas-soc@vger.kernel.org

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 b6f54102bfdd..ede7eec9b9aa 100644
> --- a/drivers/mmc/host/renesas_sdhi_internal_dmac.c
> +++ b/drivers/mmc/host/renesas_sdhi_internal_dmac.c
> @@ -304,6 +304,7 @@ static const struct soc_device_attribute soc_whitelist[] 
> = {
> { .soc_id = "r8a77965" },
> { .soc_id = "r8a77970" },
> { .soc_id = "r8a77980" },
> +   { .soc_id = "r8a77990" },
> { .soc_id = "r8a77995" },
> { /* sentinel */ }
>  };
> --
> 2.18.0
>


Re: [PATCH] mmc: renesas_sdhi: Whitelist R8A77990 SDHI

2018-11-06 Thread Wolfram Sang
On Mon, Nov 05, 2018 at 10:39:35PM +0100, Marek Vasut wrote:
> Whitelist R8A77990 E3 SoC in the SDHI driver. The SDHI core
> present in the SoC is an 8tap variant of the Gen3 SDHI core.
> 
> Signed-off-by: Marek Vasut 
> Cc: Geert Uytterhoeven 
> Cc: Simon Horman 
> Cc: Wolfram Sang 
> Cc: Yoshihiro Shimoda 
> Cc: Ulf Hansson 
> Cc: linux-renesas-soc@vger.kernel.org

Reviewed-by: Wolfram Sang 



signature.asc
Description: PGP signature


RE: [PATCH] mmc: renesas_sdhi: Whitelist R8A77990 SDHI

2018-11-05 Thread Yoshihiro Shimoda
Hello Marek-san,

> From: Marek Vasut, Sent: Tuesday, November 6, 2018 6:40 AM
> 
> Whitelist R8A77990 E3 SoC in the SDHI driver. The SDHI core
> present in the SoC is an 8tap variant of the Gen3 SDHI core.
> 
> Signed-off-by: Marek Vasut 
> Cc: Geert Uytterhoeven 
> Cc: Simon Horman 
> Cc: Wolfram Sang 
> Cc: Yoshihiro Shimoda 
> Cc: Ulf Hansson 
> Cc: linux-renesas-soc@vger.kernel.org
> ---

Thank you for the patch!

Reviewed-by: Yoshihiro Shimoda 

Best regards,
Yoshihiro Shimoda