devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: irqchip: renesas-irqc: Add R-Car M3-W+ support
@ 2021-06-01 11:31 Geert Uytterhoeven
  2021-06-01 12:57 ` Niklas Söderlund
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2021-06-01 11:31 UTC (permalink / raw)
  To: Rob Herring, Thomas Gleixner, Marc Zyngier
  Cc: devicetree, linux-renesas-soc, linux-kernel, Geert Uytterhoeven

Document support for the Interrupt Controller for External Devices
(INT-EC) in the Renesas R-Car M3-W+ (r8a77961) SoC.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
No Linux driver update needed.

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

diff --git a/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml b/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
index b67b8cbd33fcb1a0..abb22db3bb28be29 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
@@ -29,6 +29,7 @@ properties:
           - renesas,intc-ex-r8a774c0    # RZ/G2E
           - renesas,intc-ex-r8a7795     # R-Car H3
           - renesas,intc-ex-r8a7796     # R-Car M3-W
+          - renesas,intc-ex-r8a77961    # 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
-- 
2.25.1


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

* Re: [PATCH] dt-bindings: irqchip: renesas-irqc: Add R-Car M3-W+ support
  2021-06-01 11:31 [PATCH] dt-bindings: irqchip: renesas-irqc: Add R-Car M3-W+ support Geert Uytterhoeven
@ 2021-06-01 12:57 ` Niklas Söderlund
  2021-06-02  4:12 ` Yoshihiro Shimoda
  2021-06-04 21:49 ` Rob Herring
  2 siblings, 0 replies; 4+ messages in thread
From: Niklas Söderlund @ 2021-06-01 12:57 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Rob Herring, Thomas Gleixner, Marc Zyngier, devicetree,
	linux-renesas-soc, linux-kernel

Hi Geert,

Thanks for your work.

On 2021-06-01 13:31:55 +0200, Geert Uytterhoeven wrote:
> Document support for the Interrupt Controller for External Devices
> (INT-EC) in the Renesas R-Car M3-W+ (r8a77961) SoC.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

> ---
> No Linux driver update needed.
> 
>  .../devicetree/bindings/interrupt-controller/renesas,irqc.yaml   | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml b/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
> index b67b8cbd33fcb1a0..abb22db3bb28be29 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
> +++ b/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
> @@ -29,6 +29,7 @@ properties:
>            - renesas,intc-ex-r8a774c0    # RZ/G2E
>            - renesas,intc-ex-r8a7795     # R-Car H3
>            - renesas,intc-ex-r8a7796     # R-Car M3-W
> +          - renesas,intc-ex-r8a77961    # 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
> -- 
> 2.25.1
> 

-- 
Regards,
Niklas Söderlund

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

* RE: [PATCH] dt-bindings: irqchip: renesas-irqc: Add R-Car M3-W+ support
  2021-06-01 11:31 [PATCH] dt-bindings: irqchip: renesas-irqc: Add R-Car M3-W+ support Geert Uytterhoeven
  2021-06-01 12:57 ` Niklas Söderlund
@ 2021-06-02  4:12 ` Yoshihiro Shimoda
  2021-06-04 21:49 ` Rob Herring
  2 siblings, 0 replies; 4+ messages in thread
From: Yoshihiro Shimoda @ 2021-06-02  4:12 UTC (permalink / raw)
  To: Geert Uytterhoeven, Rob Herring, Thomas Gleixner, Marc Zyngier
  Cc: devicetree, linux-renesas-soc, linux-kernel

Hi Geert-san,

> From: Geert Uytterhoeven, Sent: Tuesday, June 1, 2021 8:32 PM
> 
> Document support for the Interrupt Controller for External Devices
> (INT-EC) in the Renesas R-Car M3-W+ (r8a77961) SoC.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thank you for the patch!

Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Best regards,
Yoshihiro Shimoda

> ---
> No Linux driver update needed.
> 
>  .../devicetree/bindings/interrupt-controller/renesas,irqc.yaml   | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
> b/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
> index b67b8cbd33fcb1a0..abb22db3bb28be29 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
> +++ b/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
> @@ -29,6 +29,7 @@ properties:
>            - renesas,intc-ex-r8a774c0    # RZ/G2E
>            - renesas,intc-ex-r8a7795     # R-Car H3
>            - renesas,intc-ex-r8a7796     # R-Car M3-W
> +          - renesas,intc-ex-r8a77961    # 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
> --
> 2.25.1


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

* Re: [PATCH] dt-bindings: irqchip: renesas-irqc: Add R-Car M3-W+ support
  2021-06-01 11:31 [PATCH] dt-bindings: irqchip: renesas-irqc: Add R-Car M3-W+ support Geert Uytterhoeven
  2021-06-01 12:57 ` Niklas Söderlund
  2021-06-02  4:12 ` Yoshihiro Shimoda
@ 2021-06-04 21:49 ` Rob Herring
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2021-06-04 21:49 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Thomas Gleixner, linux-renesas-soc, devicetree, Marc Zyngier,
	linux-kernel, Rob Herring

On Tue, 01 Jun 2021 13:31:55 +0200, Geert Uytterhoeven wrote:
> Document support for the Interrupt Controller for External Devices
> (INT-EC) in the Renesas R-Car M3-W+ (r8a77961) SoC.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> No Linux driver update needed.
> 
>  .../devicetree/bindings/interrupt-controller/renesas,irqc.yaml   | 1 +
>  1 file changed, 1 insertion(+)
> 

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

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

end of thread, other threads:[~2021-06-04 21:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01 11:31 [PATCH] dt-bindings: irqchip: renesas-irqc: Add R-Car M3-W+ support Geert Uytterhoeven
2021-06-01 12:57 ` Niklas Söderlund
2021-06-02  4:12 ` Yoshihiro Shimoda
2021-06-04 21:49 ` 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).