All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: memory: renesas,rpc-if: Document RZ/V2L SoC
@ 2022-02-27 21:53 Lad Prabhakar
  2022-02-28 14:28 ` Geert Uytterhoeven
  2022-02-28 14:30 ` Geert Uytterhoeven
  0 siblings, 2 replies; 4+ messages in thread
From: Lad Prabhakar @ 2022-02-27 21:53 UTC (permalink / raw)
  To: Geert Uytterhoeven, Krzysztof Kozlowski, Rob Herring,
	Sergei Shtylyov, devicetree, linux-renesas-soc
  Cc: Lad Prabhakar, linux-kernel, Prabhakar, Biju Das

Document RZ/V2L RPC-IF bindings. RZ/V2L RPC-IF is identical to one found
on the RZ/G2L SoC. No driver changes are required as generic compatible
string "renesas,rzg2l-rpc-if" will be used as a fallback.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
---
DTSI changes have been posted as part of series [0].

[0] https://patchwork.kernel.org/project/linux-renesas-soc/
patch/20220227203744.18355-7-prabhakar.mahadev-lad.rj@bp.renesas.com/
---
 .../devicetree/bindings/memory-controllers/renesas,rpc-if.yaml   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml b/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml
index 294f1036420d..f051ffb2a421 100644
--- a/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml
+++ b/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml
@@ -40,6 +40,7 @@ properties:
       - items:
           - enum:
               - renesas,r9a07g044-rpc-if      # RZ/G2{L,LC}
+              - renesas,r9a07g054-rpc-if      # RZ/V2L
           - const: renesas,rzg2l-rpc-if       # RZ/G2L family
 
   reg:
-- 
2.17.1


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

* Re: [PATCH] dt-bindings: memory: renesas,rpc-if: Document RZ/V2L SoC
  2022-02-27 21:53 [PATCH] dt-bindings: memory: renesas,rpc-if: Document RZ/V2L SoC Lad Prabhakar
@ 2022-02-28 14:28 ` Geert Uytterhoeven
  2022-02-28 14:30 ` Geert Uytterhoeven
  1 sibling, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2022-02-28 14:28 UTC (permalink / raw)
  To: Lad Prabhakar
  Cc: Krzysztof Kozlowski, Rob Herring, Sergei Shtylyov,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas, Linux Kernel Mailing List, Prabhakar, Biju Das

On Sun, Feb 27, 2022 at 10:53 PM Lad Prabhakar
<prabhakar.mahadev-lad.rj@bp.renesas.com> wrote:
> Document RZ/V2L RPC-IF bindings. RZ/V2L RPC-IF is identical to one found
> on the RZ/G2L SoC. No driver changes are required as generic compatible
> string "renesas,rzg2l-rpc-if" will be used as a fallback.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das.jz@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] 4+ messages in thread

* Re: [PATCH] dt-bindings: memory: renesas,rpc-if: Document RZ/V2L SoC
  2022-02-27 21:53 [PATCH] dt-bindings: memory: renesas,rpc-if: Document RZ/V2L SoC Lad Prabhakar
  2022-02-28 14:28 ` Geert Uytterhoeven
@ 2022-02-28 14:30 ` Geert Uytterhoeven
  2022-03-01 12:28   ` Lad, Prabhakar
  1 sibling, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2022-02-28 14:30 UTC (permalink / raw)
  To: Lad Prabhakar
  Cc: Geert Uytterhoeven, Krzysztof Kozlowski, Rob Herring,
	Sergei Shtylyov,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas, Linux Kernel Mailing List, Prabhakar, Biju Das

On Sun, Feb 27, 2022 at 10:53 PM Lad Prabhakar
<prabhakar.mahadev-lad.rj@bp.renesas.com> wrote:
> Document RZ/V2L RPC-IF bindings. RZ/V2L RPC-IF is identical to one found
> on the RZ/G2L SoC. No driver changes are required as generic compatible
> string "renesas,rzg2l-rpc-if" will be used as a fallback.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
> ---
> DTSI changes have been posted as part of series [0].
>
> [0] https://patchwork.kernel.org/project/linux-renesas-soc/
> patch/20220227203744.18355-7-prabhakar.mahadev-lad.rj@bp.renesas.com/
> ---
>  .../devicetree/bindings/memory-controllers/renesas,rpc-if.yaml   | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml b/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml
> index 294f1036420d..f051ffb2a421 100644
> --- a/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml
> +++ b/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml
> @@ -40,6 +40,7 @@ properties:
>        - items:
>            - enum:
>                - renesas,r9a07g044-rpc-if      # RZ/G2{L,LC}
> +              - renesas,r9a07g054-rpc-if      # RZ/V2L
>            - const: renesas,rzg2l-rpc-if       # RZ/G2L family

Please drop the comment on the previous line.

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

* Re: [PATCH] dt-bindings: memory: renesas,rpc-if: Document RZ/V2L SoC
  2022-02-28 14:30 ` Geert Uytterhoeven
@ 2022-03-01 12:28   ` Lad, Prabhakar
  0 siblings, 0 replies; 4+ messages in thread
From: Lad, Prabhakar @ 2022-03-01 12:28 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Lad Prabhakar, Geert Uytterhoeven, Krzysztof Kozlowski,
	Rob Herring, Sergei Shtylyov,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas, Linux Kernel Mailing List, Biju Das

Hi Geert,

Thank you for the review.

On Mon, Feb 28, 2022 at 2:30 PM Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>
> On Sun, Feb 27, 2022 at 10:53 PM Lad Prabhakar
> <prabhakar.mahadev-lad.rj@bp.renesas.com> wrote:
> > Document RZ/V2L RPC-IF bindings. RZ/V2L RPC-IF is identical to one found
> > on the RZ/G2L SoC. No driver changes are required as generic compatible
> > string "renesas,rzg2l-rpc-if" will be used as a fallback.
> >
> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
> > ---
> > DTSI changes have been posted as part of series [0].
> >
> > [0] https://patchwork.kernel.org/project/linux-renesas-soc/
> > patch/20220227203744.18355-7-prabhakar.mahadev-lad.rj@bp.renesas.com/
> > ---
> >  .../devicetree/bindings/memory-controllers/renesas,rpc-if.yaml   | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml b/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml
> > index 294f1036420d..f051ffb2a421 100644
> > --- a/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml
> > +++ b/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml
> > @@ -40,6 +40,7 @@ properties:
> >        - items:
> >            - enum:
> >                - renesas,r9a07g044-rpc-if      # RZ/G2{L,LC}
> > +              - renesas,r9a07g054-rpc-if      # RZ/V2L
> >            - const: renesas,rzg2l-rpc-if       # RZ/G2L family
>
> Please drop the comment on the previous line.
>
OK, I will drop and send a v2 version.

Cheers,
Prabhakar

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

end of thread, other threads:[~2022-03-01 12:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-27 21:53 [PATCH] dt-bindings: memory: renesas,rpc-if: Document RZ/V2L SoC Lad Prabhakar
2022-02-28 14:28 ` Geert Uytterhoeven
2022-02-28 14:30 ` Geert Uytterhoeven
2022-03-01 12:28   ` Lad, Prabhakar

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.