2020-07-08 17:51:55

by Prabhakar Mahadev Lad

[permalink] [raw]
Subject: [PATCH 1/8] dt-bindings: serial: renesas,scif: Document r8a774e1 bindings

RZ/G2H (R8A774E1) SoC also has the R-Car gen3 compatible SCIF ports,
so document the SoC specific bindings.

Signed-off-by: Lad Prabhakar <[email protected]>
---
Documentation/devicetree/bindings/serial/renesas,scif.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/serial/renesas,scif.yaml b/Documentation/devicetree/bindings/serial/renesas,scif.yaml
index 570b379f9f19..f589ac7577ae 100644
--- a/Documentation/devicetree/bindings/serial/renesas,scif.yaml
+++ b/Documentation/devicetree/bindings/serial/renesas,scif.yaml
@@ -51,6 +51,7 @@ properties:
- renesas,scif-r8a774a1 # RZ/G2M
- renesas,scif-r8a774b1 # RZ/G2N
- renesas,scif-r8a774c0 # RZ/G2E
+ - renesas,scif-r8a774e1 # RZ/G2H
- renesas,scif-r8a7795 # R-Car H3
- renesas,scif-r8a7796 # R-Car M3-W
- renesas,scif-r8a77961 # R-Car M3-W+
--
2.17.1


2020-07-13 11:24:41

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH 1/8] dt-bindings: serial: renesas,scif: Document r8a774e1 bindings

On Wed, Jul 8, 2020 at 7:48 PM Lad Prabhakar
<[email protected]> wrote:
> RZ/G2H (R8A774E1) SoC also has the R-Car gen3 compatible SCIF ports,
> so document the SoC specific bindings.
>
> Signed-off-by: Lad Prabhakar <[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:04

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 1/8] dt-bindings: serial: renesas, scif: Document r8a774e1 bindings

On Wed, 08 Jul 2020 18:48:24 +0100, Lad Prabhakar wrote:
> RZ/G2H (R8A774E1) SoC also has the R-Car gen3 compatible SCIF ports,
> so document the SoC specific bindings.
>
> Signed-off-by: Lad Prabhakar <[email protected]>
> ---
> Documentation/devicetree/bindings/serial/renesas,scif.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

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

2020-09-19 10:38:01

by Lad, Prabhakar

[permalink] [raw]
Subject: Re: [PATCH 1/8] dt-bindings: serial: renesas,scif: Document r8a774e1 bindings

Hi Greg,

On Wed, Jul 8, 2020 at 6:48 PM Lad Prabhakar
<[email protected]> wrote:
>
> RZ/G2H (R8A774E1) SoC also has the R-Car gen3 compatible SCIF ports,
> so document the SoC specific bindings.
>
> Signed-off-by: Lad Prabhakar <[email protected]>
> ---
> Documentation/devicetree/bindings/serial/renesas,scif.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
Could you please pick this patch.

Cheers,
Prabhakar

> diff --git a/Documentation/devicetree/bindings/serial/renesas,scif.yaml b/Documentation/devicetree/bindings/serial/renesas,scif.yaml
> index 570b379f9f19..f589ac7577ae 100644
> --- a/Documentation/devicetree/bindings/serial/renesas,scif.yaml
> +++ b/Documentation/devicetree/bindings/serial/renesas,scif.yaml
> @@ -51,6 +51,7 @@ properties:
> - renesas,scif-r8a774a1 # RZ/G2M
> - renesas,scif-r8a774b1 # RZ/G2N
> - renesas,scif-r8a774c0 # RZ/G2E
> + - renesas,scif-r8a774e1 # RZ/G2H
> - renesas,scif-r8a7795 # R-Car H3
> - renesas,scif-r8a7796 # R-Car M3-W
> - renesas,scif-r8a77961 # R-Car M3-W+
> --
> 2.17.1
>

2020-09-27 12:16:31

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH 1/8] dt-bindings: serial: renesas,scif: Document r8a774e1 bindings

On Sat, Sep 19, 2020 at 11:35:39AM +0100, Lad, Prabhakar wrote:
> Hi Greg,
>
> On Wed, Jul 8, 2020 at 6:48 PM Lad Prabhakar
> <[email protected]> wrote:
> >
> > RZ/G2H (R8A774E1) SoC also has the R-Car gen3 compatible SCIF ports,
> > so document the SoC specific bindings.
> >
> > Signed-off-by: Lad Prabhakar <[email protected]>
> > ---
> > Documentation/devicetree/bindings/serial/renesas,scif.yaml | 1 +
> > 1 file changed, 1 insertion(+)
> >
> Could you please pick this patch.

Sorry for the delay, I missed that Rob acked it. Both now queued up.

greg k-h