All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: renesas_sdhi: Whitelist R8A77990 SDHI
@ 2018-11-05 21:39 Marek Vasut
  2018-11-06  5:23 ` Yoshihiro Shimoda
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marek Vasut @ 2018-11-05 21:39 UTC (permalink / raw)
  To: linux-mmc
  Cc: Marek Vasut, Geert Uytterhoeven, Simon Horman, Wolfram Sang,
	Yoshihiro Shimoda, Ulf Hansson, linux-renesas-soc

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 <marek.vasut+renesas@gmail.com>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Simon Horman <horms+renesas@verge.net.au>
Cc: Wolfram Sang <wsa@the-dreams.de>
Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Cc: linux-renesas-soc@vger.kernel.org
---
 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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* RE: [PATCH] mmc: renesas_sdhi: Whitelist R8A77990 SDHI
  2018-11-05 21:39 [PATCH] mmc: renesas_sdhi: Whitelist R8A77990 SDHI Marek Vasut
@ 2018-11-06  5:23 ` Yoshihiro Shimoda
  2018-11-06 11:09 ` Wolfram Sang
  2018-11-19 12:08 ` Ulf Hansson
  2 siblings, 0 replies; 4+ messages in thread
From: Yoshihiro Shimoda @ 2018-11-06  5:23 UTC (permalink / raw)
  To: Marek Vasut, linux-mmc
  Cc: Marek Vasut, Geert Uytterhoeven, Simon Horman, Wolfram Sang,
	Ulf Hansson, linux-renesas-soc

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 <marek.vasut+renesas@gmail.com>
> Cc: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: Simon Horman <horms+renesas@verge.net.au>
> Cc: Wolfram Sang <wsa@the-dreams.de>
> Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Cc: linux-renesas-soc@vger.kernel.org
> ---

Thank you for the patch!

Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Best regards,
Yoshihiro Shimoda

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mmc: renesas_sdhi: Whitelist R8A77990 SDHI
  2018-11-05 21:39 [PATCH] mmc: renesas_sdhi: Whitelist R8A77990 SDHI Marek Vasut
  2018-11-06  5:23 ` Yoshihiro Shimoda
@ 2018-11-06 11:09 ` Wolfram Sang
  2018-11-19 12:08 ` Ulf Hansson
  2 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2018-11-06 11:09 UTC (permalink / raw)
  To: Marek Vasut
  Cc: linux-mmc, Marek Vasut, Geert Uytterhoeven, Simon Horman,
	Yoshihiro Shimoda, Ulf Hansson, linux-renesas-soc

[-- Attachment #1: Type: text/plain, Size: 607 bytes --]

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 <marek.vasut+renesas@gmail.com>
> Cc: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: Simon Horman <horms+renesas@verge.net.au>
> Cc: Wolfram Sang <wsa@the-dreams.de>
> Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Cc: linux-renesas-soc@vger.kernel.org

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mmc: renesas_sdhi: Whitelist R8A77990 SDHI
  2018-11-05 21:39 [PATCH] mmc: renesas_sdhi: Whitelist R8A77990 SDHI Marek Vasut
  2018-11-06  5:23 ` Yoshihiro Shimoda
  2018-11-06 11:09 ` Wolfram Sang
@ 2018-11-19 12:08 ` Ulf Hansson
  2 siblings, 0 replies; 4+ messages in thread
From: Ulf Hansson @ 2018-11-19 12:08 UTC (permalink / raw)
  To: Marek Vasut
  Cc: linux-mmc, Marek Vasut, Geert Uytterhoeven, Simon Horman,
	Wolfram Sang, Yoshihiro Shimoda, Linux-Renesas

On 5 November 2018 at 22:39, Marek Vasut <marek.vasut@gmail.com> 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 <marek.vasut+renesas@gmail.com>
> Cc: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: Simon Horman <horms+renesas@verge.net.au>
> Cc: Wolfram Sang <wsa@the-dreams.de>
> Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> 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
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-19 22:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-05 21:39 [PATCH] mmc: renesas_sdhi: Whitelist R8A77990 SDHI Marek Vasut
2018-11-06  5:23 ` Yoshihiro Shimoda
2018-11-06 11:09 ` Wolfram Sang
2018-11-19 12:08 ` Ulf Hansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.