devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] DT: irqchip: renesas-irqc: document R8A77980 support
@ 2018-07-17 19:23 Sergei Shtylyov
  2018-07-17 19:29 ` Sergei Shtylyov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sergei Shtylyov @ 2018-07-17 19:23 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, devicetree, Thomas Gleixner,
	Jason Cooper, Marc Zyngier
  Cc: linux-renesas-soc

Document R-Car V3H (AKA R8A77980) SoC bindings.

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

---
 Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt |    1 +
 1 file changed, 1 insertion(+)

Index: renesas/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt
===================================================================
--- renesas.orig/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt
+++ renesas/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt
@@ -16,6 +16,7 @@ Required properties:
     - "renesas,intc-ex-r8a7796" (R-Car M3-W)
     - "renesas,intc-ex-r8a77965" (R-Car M3-N)
     - "renesas,intc-ex-r8a77970" (R-Car V3M)
+    - "renesas,intc-ex-r8a77980" (R-Car V3H)
     - "renesas,intc-ex-r8a77995" (R-Car D3)
 - #interrupt-cells: has to be <2>: an interrupt index and flags, as defined in
   interrupts.txt in this directory

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

* Re: [PATCH] DT: irqchip: renesas-irqc: document R8A77980 support
  2018-07-17 19:23 [PATCH] DT: irqchip: renesas-irqc: document R8A77980 support Sergei Shtylyov
@ 2018-07-17 19:29 ` Sergei Shtylyov
  2018-07-18  8:53 ` Geert Uytterhoeven
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Sergei Shtylyov @ 2018-07-17 19:29 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, devicetree, Thomas Gleixner,
	Jason Cooper, Marc Zyngier
  Cc: linux-renesas-soc

On 07/17/2018 10:23 PM, Sergei Shtylyov wrote:

> Document R-Car V3H (AKA R8A77980) SoC bindings.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> 
> ---
>  Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt |    1 +
>  1 file changed, 1 insertion(+)
> 
> Index: renesas/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt
> ===================================================================
> --- renesas.orig/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt
> +++ renesas/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt

   Oops, forgot to rebase to tip.git before posting... but the patch does apply
to its irq/core branch anyway! :-)

[...]

MBR, Sergei

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

* Re: [PATCH] DT: irqchip: renesas-irqc: document R8A77980 support
  2018-07-17 19:23 [PATCH] DT: irqchip: renesas-irqc: document R8A77980 support Sergei Shtylyov
  2018-07-17 19:29 ` Sergei Shtylyov
@ 2018-07-18  8:53 ` Geert Uytterhoeven
  2018-07-18  9:27 ` Simon Horman
  2018-07-25 19:07 ` Rob Herring
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2018-07-18  8:53 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Rob Herring, Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Thomas Gleixner, Jason Cooper, Marc Zyngier, Linux-Renesas

On Tue, Jul 17, 2018 at 9:23 PM Sergei Shtylyov
<sergei.shtylyov@cogentembedded.com> wrote:
> Document R-Car V3H (AKA R8A77980) SoC bindings.
>
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.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] 5+ messages in thread

* Re: [PATCH] DT: irqchip: renesas-irqc: document R8A77980 support
  2018-07-17 19:23 [PATCH] DT: irqchip: renesas-irqc: document R8A77980 support Sergei Shtylyov
  2018-07-17 19:29 ` Sergei Shtylyov
  2018-07-18  8:53 ` Geert Uytterhoeven
@ 2018-07-18  9:27 ` Simon Horman
  2018-07-25 19:07 ` Rob Herring
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2018-07-18  9:27 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Rob Herring, Mark Rutland, devicetree, Thomas Gleixner,
	Jason Cooper, Marc Zyngier, linux-renesas-soc

On Tue, Jul 17, 2018 at 10:23:17PM +0300, Sergei Shtylyov wrote:
> Document R-Car V3H (AKA R8A77980) SoC bindings.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

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

> 
> ---
>  Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt |    1 +
>  1 file changed, 1 insertion(+)
> 
> Index: renesas/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt
> ===================================================================
> --- renesas.orig/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt
> +++ renesas/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt
> @@ -16,6 +16,7 @@ Required properties:
>      - "renesas,intc-ex-r8a7796" (R-Car M3-W)
>      - "renesas,intc-ex-r8a77965" (R-Car M3-N)
>      - "renesas,intc-ex-r8a77970" (R-Car V3M)
> +    - "renesas,intc-ex-r8a77980" (R-Car V3H)
>      - "renesas,intc-ex-r8a77995" (R-Car D3)
>  - #interrupt-cells: has to be <2>: an interrupt index and flags, as defined in
>    interrupts.txt in this directory
> 

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

* Re: [PATCH] DT: irqchip: renesas-irqc: document R8A77980 support
  2018-07-17 19:23 [PATCH] DT: irqchip: renesas-irqc: document R8A77980 support Sergei Shtylyov
                   ` (2 preceding siblings ...)
  2018-07-18  9:27 ` Simon Horman
@ 2018-07-25 19:07 ` Rob Herring
  3 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2018-07-25 19:07 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Mark Rutland, devicetree, Thomas Gleixner, Jason Cooper,
	Marc Zyngier, linux-renesas-soc

On Tue, Jul 17, 2018 at 10:23:17PM +0300, Sergei Shtylyov wrote:
> Document R-Car V3H (AKA R8A77980) SoC bindings.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> 
> ---
>  Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt |    1 +
>  1 file changed, 1 insertion(+)

Acked-by: Rob Herring <robh@kernel.org>

> 
> Index: renesas/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt
> ===================================================================
> --- renesas.orig/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt
> +++ renesas/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt
> @@ -16,6 +16,7 @@ Required properties:
>      - "renesas,intc-ex-r8a7796" (R-Car M3-W)
>      - "renesas,intc-ex-r8a77965" (R-Car M3-N)
>      - "renesas,intc-ex-r8a77970" (R-Car V3M)
> +    - "renesas,intc-ex-r8a77980" (R-Car V3H)
>      - "renesas,intc-ex-r8a77995" (R-Car D3)
>  - #interrupt-cells: has to be <2>: an interrupt index and flags, as defined in
>    interrupts.txt in this directory

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

end of thread, other threads:[~2018-07-25 19:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-17 19:23 [PATCH] DT: irqchip: renesas-irqc: document R8A77980 support Sergei Shtylyov
2018-07-17 19:29 ` Sergei Shtylyov
2018-07-18  8:53 ` Geert Uytterhoeven
2018-07-18  9:27 ` Simon Horman
2018-07-25 19:07 ` Rob Herring

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).