netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] dt-bindings: net: renesas-ravb: Add support for r8a77470 SoC
@ 2018-03-29 10:02 Biju Das
  2018-03-29 14:51 ` Sergei Shtylyov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Biju Das @ 2018-03-29 10:02 UTC (permalink / raw)
  To: David S . Miller, Rob Herring, Mark Rutland, Russell King
  Cc: Geert Uytterhoeven, Sergei Shtylyov, Simon Horman, Magnus Damm,
	Chris Paterson, Fabrizio Castro, devicetree, linux-renesas-soc,
	linux-arm-kernel, netdev, Biju Das

Add a new compatible string for the RZ/G1C (R8A77470) SoC.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
---
 Documentation/devicetree/bindings/net/renesas,ravb.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/net/renesas,ravb.txt b/Documentation/devicetree/bindings/net/renesas,ravb.txt
index b4dc455..c306f55 100644
--- a/Documentation/devicetree/bindings/net/renesas,ravb.txt
+++ b/Documentation/devicetree/bindings/net/renesas,ravb.txt
@@ -7,6 +7,7 @@ Required properties:
 - compatible: Must contain one or more of the following:
       - "renesas,etheravb-r8a7743" for the R8A7743 SoC.
       - "renesas,etheravb-r8a7745" for the R8A7745 SoC.
+      - "renesas,etheravb-r8a77470" for the R8A77470 SoC.
       - "renesas,etheravb-r8a7790" for the R8A7790 SoC.
       - "renesas,etheravb-r8a7791" for the R8A7791 SoC.
       - "renesas,etheravb-r8a7792" for the R8A7792 SoC.
-- 
2.7.4

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

* Re: [PATCH net-next] dt-bindings: net: renesas-ravb: Add support for r8a77470 SoC
  2018-03-29 10:02 [PATCH net-next] dt-bindings: net: renesas-ravb: Add support for r8a77470 SoC Biju Das
@ 2018-03-29 14:51 ` Sergei Shtylyov
  2018-03-30  9:26 ` Geert Uytterhoeven
  2018-03-30 16:32 ` David Miller
  2 siblings, 0 replies; 4+ messages in thread
From: Sergei Shtylyov @ 2018-03-29 14:51 UTC (permalink / raw)
  To: Biju Das, David S . Miller, Rob Herring, Mark Rutland, Russell King
  Cc: Geert Uytterhoeven, Simon Horman, Magnus Damm, Chris Paterson,
	Fabrizio Castro, devicetree, linux-renesas-soc, linux-arm-kernel,
	netdev

Hello!

On 03/29/2018 01:02 PM, Biju Das wrote:

> Add a new compatible string for the RZ/G1C (R8A77470) SoC.

   Needed solely to please checkpatch.pl. :-)

> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Acked-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

[...]

MBR, Sergei

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

* Re: [PATCH net-next] dt-bindings: net: renesas-ravb: Add support for r8a77470 SoC
  2018-03-29 10:02 [PATCH net-next] dt-bindings: net: renesas-ravb: Add support for r8a77470 SoC Biju Das
  2018-03-29 14:51 ` Sergei Shtylyov
@ 2018-03-30  9:26 ` Geert Uytterhoeven
  2018-03-30 16:32 ` David Miller
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2018-03-30  9:26 UTC (permalink / raw)
  To: Biju Das
  Cc: David S . Miller, Rob Herring, Mark Rutland, Russell King,
	Geert Uytterhoeven, Sergei Shtylyov, Simon Horman, Magnus Damm,
	Chris Paterson, Fabrizio Castro,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas, Linux ARM, netdev

On Thu, Mar 29, 2018 at 12:02 PM, Biju Das <biju.das@bp.renesas.com> wrote:
> Add a new compatible string for the RZ/G1C (R8A77470) SoC.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Fabrizio Castro <fabrizio.castro@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 net-next] dt-bindings: net: renesas-ravb: Add support for r8a77470 SoC
  2018-03-29 10:02 [PATCH net-next] dt-bindings: net: renesas-ravb: Add support for r8a77470 SoC Biju Das
  2018-03-29 14:51 ` Sergei Shtylyov
  2018-03-30  9:26 ` Geert Uytterhoeven
@ 2018-03-30 16:32 ` David Miller
  2 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2018-03-30 16:32 UTC (permalink / raw)
  To: biju.das
  Cc: robh+dt, mark.rutland, linux, geert+renesas, sergei.shtylyov,
	horms, magnus.damm, chris.paterson2, fabrizio.castro, devicetree,
	linux-renesas-soc, linux-arm-kernel, netdev

From: Biju Das <biju.das@bp.renesas.com>
Date: Thu, 29 Mar 2018 11:02:55 +0100

> Add a new compatible string for the RZ/G1C (R8A77470) SoC.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Applied.

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

end of thread, other threads:[~2018-03-30 16:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-29 10:02 [PATCH net-next] dt-bindings: net: renesas-ravb: Add support for r8a77470 SoC Biju Das
2018-03-29 14:51 ` Sergei Shtylyov
2018-03-30  9:26 ` Geert Uytterhoeven
2018-03-30 16:32 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).