2021-06-01 11:34:09

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH] dt-bindings: irqchip: renesas-irqc: Add R-Car M3-W+ support

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 <[email protected]>
---
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


2021-06-01 12:59:00

by Niklas Söderlund

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: irqchip: renesas-irqc: Add R-Car M3-W+ support

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 <[email protected]>

Reviewed-by: Niklas S?derlund <[email protected]>

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

2021-06-02 04:24:04

by Yoshihiro Shimoda

[permalink] [raw]
Subject: RE: [PATCH] dt-bindings: irqchip: renesas-irqc: Add R-Car M3-W+ support

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 <[email protected]>

Thank you for the patch!

Reviewed-by: Yoshihiro Shimoda <[email protected]>

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

2021-06-04 21:54:03

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: irqchip: renesas-irqc: Add R-Car M3-W+ support

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 <[email protected]>
> ---
> No Linux driver update needed.
>
> .../devicetree/bindings/interrupt-controller/renesas,irqc.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>