All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: renesas_sdhi_internal_dmac: Whitelist r8a774c0
@ 2018-12-13 20:22 Fabrizio Castro
  2018-12-14 10:37 ` Geert Uytterhoeven
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Fabrizio Castro @ 2018-12-13 20:22 UTC (permalink / raw)
  To: Ulf Hansson
  Cc: Biju Das, Wolfram Sang, linux-mmc, linux-kernel, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

From: Biju Das <biju.das@bp.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@bp.renesas.com>
---
 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


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

* Re: [PATCH] mmc: renesas_sdhi_internal_dmac: Whitelist r8a774c0
  2018-12-13 20:22 [PATCH] mmc: renesas_sdhi_internal_dmac: Whitelist r8a774c0 Fabrizio Castro
@ 2018-12-14 10:37 ` Geert Uytterhoeven
  2018-12-14 16:23 ` Wolfram Sang
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2018-12-14 10:37 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Ulf Hansson, Biju Das, Wolfram Sang, Linux MMC List,
	Linux Kernel Mailing List, Simon Horman, Geert Uytterhoeven,
	Chris Paterson, Linux-Renesas

On Thu, Dec 13, 2018 at 9:22 PM Fabrizio Castro
<fabrizio.castro@bp.renesas.com> wrote:
> From: Biju Das <biju.das@bp.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@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] mmc: renesas_sdhi_internal_dmac: Whitelist r8a774c0
  2018-12-13 20:22 [PATCH] mmc: renesas_sdhi_internal_dmac: Whitelist r8a774c0 Fabrizio Castro
  2018-12-14 10:37 ` Geert Uytterhoeven
@ 2018-12-14 16:23 ` Wolfram Sang
  2018-12-14 16:34 ` Simon Horman
  2018-12-17  8:07 ` Ulf Hansson
  3 siblings, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2018-12-14 16:23 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Ulf Hansson, Biju Das, Wolfram Sang, linux-mmc, linux-kernel,
	Simon Horman, Geert Uytterhoeven, Chris Paterson,
	linux-renesas-soc

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

On Thu, Dec 13, 2018 at 08:22:27PM +0000, Fabrizio Castro wrote:
> From: Biju Das <biju.das@bp.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@bp.renesas.com>

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] 5+ messages in thread

* Re: [PATCH] mmc: renesas_sdhi_internal_dmac: Whitelist r8a774c0
  2018-12-13 20:22 [PATCH] mmc: renesas_sdhi_internal_dmac: Whitelist r8a774c0 Fabrizio Castro
  2018-12-14 10:37 ` Geert Uytterhoeven
  2018-12-14 16:23 ` Wolfram Sang
@ 2018-12-14 16:34 ` Simon Horman
  2018-12-17  8:07 ` Ulf Hansson
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2018-12-14 16:34 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Ulf Hansson, Biju Das, Wolfram Sang, linux-mmc, linux-kernel,
	Geert Uytterhoeven, Chris Paterson, linux-renesas-soc

On Thu, Dec 13, 2018 at 08:22:27PM +0000, Fabrizio Castro wrote:
> From: Biju Das <biju.das@bp.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@bp.renesas.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>


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

* Re: [PATCH] mmc: renesas_sdhi_internal_dmac: Whitelist r8a774c0
  2018-12-13 20:22 [PATCH] mmc: renesas_sdhi_internal_dmac: Whitelist r8a774c0 Fabrizio Castro
                   ` (2 preceding siblings ...)
  2018-12-14 16:34 ` Simon Horman
@ 2018-12-17  8:07 ` Ulf Hansson
  3 siblings, 0 replies; 5+ messages in thread
From: Ulf Hansson @ 2018-12-17  8:07 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Biju Das, Wolfram Sang, linux-mmc, Linux Kernel Mailing List,
	Simon Horman, Geert Uytterhoeven, Chris Paterson, Linux-Renesas

On Thu, 13 Dec 2018 at 21:22, Fabrizio Castro
<fabrizio.castro@bp.renesas.com> wrote:
>
> From: Biju Das <biju.das@bp.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@bp.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
>

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

end of thread, other threads:[~2018-12-17  8:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-13 20:22 [PATCH] mmc: renesas_sdhi_internal_dmac: Whitelist r8a774c0 Fabrizio Castro
2018-12-14 10:37 ` Geert Uytterhoeven
2018-12-14 16:23 ` Wolfram Sang
2018-12-14 16:34 ` Simon Horman
2018-12-17  8:07 ` 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.