2020-07-08 17:50:44

by Prabhakar Mahadev Lad

[permalink] [raw]
Subject: [PATCH 4/8] dt-bindings: mmc: renesas,sdhi: Add r8a774e1 support

Document SDHI controller for RZ/G2H (R8A774E1) SoC, which is compatible
with R-Car Gen3 SoC family.

Signed-off-by: Lad Prabhakar <[email protected]>
Reviewed-by: Marian-Cristian Rotariu <[email protected]>
---
Documentation/devicetree/bindings/mmc/renesas,sdhi.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mmc/renesas,sdhi.txt b/Documentation/devicetree/bindings/mmc/renesas,sdhi.txt
index 0ca9a622cce0..779e484fa3ef 100644
--- a/Documentation/devicetree/bindings/mmc/renesas,sdhi.txt
+++ b/Documentation/devicetree/bindings/mmc/renesas,sdhi.txt
@@ -14,6 +14,7 @@ Required properties:
"renesas,sdhi-r8a774a1" - SDHI IP on R8A774A1 SoC
"renesas,sdhi-r8a774b1" - SDHI IP on R8A774B1 SoC
"renesas,sdhi-r8a774c0" - SDHI IP on R8A774C0 SoC
+ "renesas,sdhi-r8a774e1" - SDHI IP on R8A774E1 SoC
"renesas,sdhi-r8a77470" - SDHI IP on R8A77470 SoC
"renesas,sdhi-mmc-r8a77470" - SDHI/MMC IP on R8A77470 SoC
"renesas,sdhi-r8a7778" - SDHI IP on R8A7778 SoC
--
2.17.1


2020-07-13 11:27:49

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH 4/8] dt-bindings: mmc: renesas,sdhi: Add r8a774e1 support

On Wed, Jul 8, 2020 at 7:48 PM Lad Prabhakar
<[email protected]> wrote:
> Document SDHI controller for RZ/G2H (R8A774E1) SoC, which is compatible
> with R-Car Gen3 SoC family.
>
> Signed-off-by: Lad Prabhakar <[email protected]>
> Reviewed-by: Marian-Cristian Rotariu <[email protected]>

Reviewed-by: Geert Uytterhoeven <[email protected]>

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

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

2020-07-20 22:22:50

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 4/8] dt-bindings: mmc: renesas,sdhi: Add r8a774e1 support

On Wed, 08 Jul 2020 18:48:27 +0100, Lad Prabhakar wrote:
> Document SDHI controller for RZ/G2H (R8A774E1) SoC, which is compatible
> with R-Car Gen3 SoC family.
>
> Signed-off-by: Lad Prabhakar <[email protected]>
> Reviewed-by: Marian-Cristian Rotariu <[email protected]>
> ---
> Documentation/devicetree/bindings/mmc/renesas,sdhi.txt | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>

2020-08-05 06:36:31

by Ulf Hansson

[permalink] [raw]
Subject: Re: [PATCH 4/8] dt-bindings: mmc: renesas,sdhi: Add r8a774e1 support

On Wed, 8 Jul 2020 at 19:48, Lad Prabhakar
<[email protected]> wrote:
>
> Document SDHI controller for RZ/G2H (R8A774E1) SoC, which is compatible
> with R-Car Gen3 SoC family.
>
> Signed-off-by: Lad Prabhakar <[email protected]>
> Reviewed-by: Marian-Cristian Rotariu <[email protected]>

Sorry, but this doesn't apply as the DT doc has been converted to
YAML. Can you please rebase and respin.

Kind regards
Uffe



> ---
> Documentation/devicetree/bindings/mmc/renesas,sdhi.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/mmc/renesas,sdhi.txt b/Documentation/devicetree/bindings/mmc/renesas,sdhi.txt
> index 0ca9a622cce0..779e484fa3ef 100644
> --- a/Documentation/devicetree/bindings/mmc/renesas,sdhi.txt
> +++ b/Documentation/devicetree/bindings/mmc/renesas,sdhi.txt
> @@ -14,6 +14,7 @@ Required properties:
> "renesas,sdhi-r8a774a1" - SDHI IP on R8A774A1 SoC
> "renesas,sdhi-r8a774b1" - SDHI IP on R8A774B1 SoC
> "renesas,sdhi-r8a774c0" - SDHI IP on R8A774C0 SoC
> + "renesas,sdhi-r8a774e1" - SDHI IP on R8A774E1 SoC
> "renesas,sdhi-r8a77470" - SDHI IP on R8A77470 SoC
> "renesas,sdhi-mmc-r8a77470" - SDHI/MMC IP on R8A77470 SoC
> "renesas,sdhi-r8a7778" - SDHI IP on R8A7778 SoC
> --
> 2.17.1
>

2020-08-05 08:07:48

by Lad, Prabhakar

[permalink] [raw]
Subject: Re: [PATCH 4/8] dt-bindings: mmc: renesas,sdhi: Add r8a774e1 support

Hi Ulf,

On Wed, Aug 5, 2020 at 7:32 AM Ulf Hansson <[email protected]> wrote:
>
> On Wed, 8 Jul 2020 at 19:48, Lad Prabhakar
> <[email protected]> wrote:
> >
> > Document SDHI controller for RZ/G2H (R8A774E1) SoC, which is compatible
> > with R-Car Gen3 SoC family.
> >
> > Signed-off-by: Lad Prabhakar <[email protected]>
> > Reviewed-by: Marian-Cristian Rotariu <[email protected]>
>
> Sorry, but this doesn't apply as the DT doc has been converted to
> YAML. Can you please rebase and respin.
>
Sure will respin it.

Cheers,
Prabhakar

> Kind regards
> Uffe
>
>
>
> > ---
> > Documentation/devicetree/bindings/mmc/renesas,sdhi.txt | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/devicetree/bindings/mmc/renesas,sdhi.txt b/Documentation/devicetree/bindings/mmc/renesas,sdhi.txt
> > index 0ca9a622cce0..779e484fa3ef 100644
> > --- a/Documentation/devicetree/bindings/mmc/renesas,sdhi.txt
> > +++ b/Documentation/devicetree/bindings/mmc/renesas,sdhi.txt
> > @@ -14,6 +14,7 @@ Required properties:
> > "renesas,sdhi-r8a774a1" - SDHI IP on R8A774A1 SoC
> > "renesas,sdhi-r8a774b1" - SDHI IP on R8A774B1 SoC
> > "renesas,sdhi-r8a774c0" - SDHI IP on R8A774C0 SoC
> > + "renesas,sdhi-r8a774e1" - SDHI IP on R8A774E1 SoC
> > "renesas,sdhi-r8a77470" - SDHI IP on R8A77470 SoC
> > "renesas,sdhi-mmc-r8a77470" - SDHI/MMC IP on R8A77470 SoC
> > "renesas,sdhi-r8a7778" - SDHI IP on R8A7778 SoC
> > --
> > 2.17.1
> >