All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: gpio: rcar: Add r8a77470 (RZ/G1C) support
@ 2018-04-24  8:27 Biju Das
  2018-04-24  9:30 ` Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Biju Das @ 2018-04-24  8:27 UTC (permalink / raw)
  To: Linus Walleij, Rob Herring, Mark Rutland
  Cc: Geert Uytterhoeven, Simon Horman, Chris Paterson,
	Fabrizio Castro, linux-gpio, linux-renesas-soc, devicetree,
	Biju Das

Renesas RZ/G1C (R8A77470) SoC GPIO blocks are identical to the R-Car Gen2
family. Add support for its GPIO controllers.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Chris Paterson <chris.paterson2@renesas.com>
---
 Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt b/Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt
index 9474138..bd2b802 100644
--- a/Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt
+++ b/Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt
@@ -5,6 +5,7 @@ Required Properties:
   - compatible: should contain one or more of the following:
     - "renesas,gpio-r8a7743": for R8A7743 (RZ/G1M) compatible GPIO controller.
     - "renesas,gpio-r8a7745": for R8A7745 (RZ/G1E) compatible GPIO controller.
+    - "renesas,gpio-r8a77470": for R8A77470 (RZ/G1C) compatible GPIO controller.
     - "renesas,gpio-r8a7778": for R8A7778 (R-Car M1) compatible GPIO controller.
     - "renesas,gpio-r8a7779": for R8A7779 (R-Car H1) compatible GPIO controller.
     - "renesas,gpio-r8a7790": for R8A7790 (R-Car H2) compatible GPIO controller.
-- 
2.7.4

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

* Re: [PATCH] dt-bindings: gpio: rcar: Add r8a77470 (RZ/G1C) support
  2018-04-24  8:27 [PATCH] dt-bindings: gpio: rcar: Add r8a77470 (RZ/G1C) support Biju Das
@ 2018-04-24  9:30 ` Simon Horman
  2018-04-24 14:45 ` Geert Uytterhoeven
  2018-04-26  9:02 ` Linus Walleij
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2018-04-24  9:30 UTC (permalink / raw)
  To: Biju Das
  Cc: Linus Walleij, Rob Herring, Mark Rutland, Geert Uytterhoeven,
	Chris Paterson, Fabrizio Castro, linux-gpio, linux-renesas-soc,
	devicetree

On Tue, Apr 24, 2018 at 09:27:05AM +0100, Biju Das wrote:
> Renesas RZ/G1C (R8A77470) SoC GPIO blocks are identical to the R-Car Gen2
> family. Add support for its GPIO controllers.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Chris Paterson <chris.paterson2@renesas.com>

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

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

* Re: [PATCH] dt-bindings: gpio: rcar: Add r8a77470 (RZ/G1C) support
  2018-04-24  8:27 [PATCH] dt-bindings: gpio: rcar: Add r8a77470 (RZ/G1C) support Biju Das
  2018-04-24  9:30 ` Simon Horman
@ 2018-04-24 14:45 ` Geert Uytterhoeven
  2018-04-26  9:02 ` Linus Walleij
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2018-04-24 14:45 UTC (permalink / raw)
  To: Biju Das
  Cc: Linus Walleij, Rob Herring, Mark Rutland, Geert Uytterhoeven,
	Simon Horman, Chris Paterson, Fabrizio Castro,
	open list:GPIO SUBSYSTEM, Linux-Renesas,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS

On Tue, Apr 24, 2018 at 10:27 AM, Biju Das <biju.das@bp.renesas.com> wrote:
> Renesas RZ/G1C (R8A77470) SoC GPIO blocks are identical to the R-Car Gen2
> family. Add support for its GPIO controllers.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Chris Paterson <chris.paterson2@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: gpio: rcar: Add r8a77470 (RZ/G1C) support
  2018-04-24  8:27 [PATCH] dt-bindings: gpio: rcar: Add r8a77470 (RZ/G1C) support Biju Das
  2018-04-24  9:30 ` Simon Horman
  2018-04-24 14:45 ` Geert Uytterhoeven
@ 2018-04-26  9:02 ` Linus Walleij
  2 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2018-04-26  9:02 UTC (permalink / raw)
  To: Biju Das
  Cc: Rob Herring, Mark Rutland, Geert Uytterhoeven, Simon Horman,
	Chris Paterson, Fabrizio Castro, open list:GPIO SUBSYSTEM,
	Linux-Renesas,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS

On Tue, Apr 24, 2018 at 10:27 AM, Biju Das <biju.das@bp.renesas.com> wrote:

> Renesas RZ/G1C (R8A77470) SoC GPIO blocks are identical to the R-Car Gen2
> family. Add support for its GPIO controllers.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Chris Paterson <chris.paterson2@renesas.com>

Patch applied to the GPIO tree with all the review tags.

Yours,
Linus Walleij

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

end of thread, other threads:[~2018-04-26  9:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-24  8:27 [PATCH] dt-bindings: gpio: rcar: Add r8a77470 (RZ/G1C) support Biju Das
2018-04-24  9:30 ` Simon Horman
2018-04-24 14:45 ` Geert Uytterhoeven
2018-04-26  9:02 ` Linus Walleij

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.