* [PATCH v2] dt-bindings: irqchip: renesas,irqc: Add r8a779f0 support
@ 2023-07-27 8:36 Geert Uytterhoeven
2023-07-27 12:41 ` Conor Dooley
2023-10-25 20:03 ` Rob Herring
0 siblings, 2 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2023-07-27 8:36 UTC (permalink / raw)
To: Thomas Gleixner, Marc Zyngier, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: linux-kernel, devicetree, linux-renesas-soc, Geert Uytterhoeven,
Kieran Bingham, Yoshihiro Shimoda
Document support for the Interrupt Controller for External Devices
(INT-EX) in the Renesas R-Car S4-8 (R8A779F0) SoC.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
v2:
- Add Reviewed-by,
- Widen audience after testing.
---
.../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 95033cb514fbd8f6..b417341fc8ae049b 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
@@ -37,6 +37,7 @@ properties:
- renesas,intc-ex-r8a77990 # R-Car E3
- renesas,intc-ex-r8a77995 # R-Car D3
- renesas,intc-ex-r8a779a0 # R-Car V3U
+ - renesas,intc-ex-r8a779f0 # R-Car S4-8
- renesas,intc-ex-r8a779g0 # R-Car V4H
- const: renesas,irqc
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH v2] dt-bindings: irqchip: renesas,irqc: Add r8a779f0 support
2023-07-27 8:36 [PATCH v2] dt-bindings: irqchip: renesas,irqc: Add r8a779f0 support Geert Uytterhoeven
@ 2023-07-27 12:41 ` Conor Dooley
2023-10-25 20:03 ` Rob Herring
1 sibling, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2023-07-27 12:41 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Thomas Gleixner, Marc Zyngier, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, linux-kernel, devicetree, linux-renesas-soc,
Kieran Bingham, Yoshihiro Shimoda
[-- Attachment #1: Type: text/plain, Size: 1423 bytes --]
On Thu, Jul 27, 2023 at 10:36:23AM +0200, Geert Uytterhoeven wrote:
> Document support for the Interrupt Controller for External Devices
> (INT-EX) in the Renesas R-Car S4-8 (R8A779F0) SoC.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Thanks,
Conor.
> ---
> v2:
> - Add Reviewed-by,
> - Widen audience after testing.
> ---
> .../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 95033cb514fbd8f6..b417341fc8ae049b 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
> +++ b/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
> @@ -37,6 +37,7 @@ properties:
> - renesas,intc-ex-r8a77990 # R-Car E3
> - renesas,intc-ex-r8a77995 # R-Car D3
> - renesas,intc-ex-r8a779a0 # R-Car V3U
> + - renesas,intc-ex-r8a779f0 # R-Car S4-8
> - renesas,intc-ex-r8a779g0 # R-Car V4H
> - const: renesas,irqc
>
> --
> 2.34.1
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] dt-bindings: irqchip: renesas,irqc: Add r8a779f0 support
2023-07-27 8:36 [PATCH v2] dt-bindings: irqchip: renesas,irqc: Add r8a779f0 support Geert Uytterhoeven
2023-07-27 12:41 ` Conor Dooley
@ 2023-10-25 20:03 ` Rob Herring
2023-10-25 20:10 ` Geert Uytterhoeven
1 sibling, 1 reply; 4+ messages in thread
From: Rob Herring @ 2023-10-25 20:03 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Thomas Gleixner, Marc Zyngier, Krzysztof Kozlowski, Conor Dooley,
linux-kernel, devicetree, linux-renesas-soc, Kieran Bingham,
Yoshihiro Shimoda
On Thu, Jul 27, 2023 at 10:36:23AM +0200, Geert Uytterhoeven wrote:
> Document support for the Interrupt Controller for External Devices
> (INT-EX) in the Renesas R-Car S4-8 (R8A779F0) SoC.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
> v2:
> - Add Reviewed-by,
> - Widen audience after testing.
> ---
> .../devicetree/bindings/interrupt-controller/renesas,irqc.yaml | 1 +
> 1 file changed, 1 insertion(+)
Applied, thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] dt-bindings: irqchip: renesas,irqc: Add r8a779f0 support
2023-10-25 20:03 ` Rob Herring
@ 2023-10-25 20:10 ` Geert Uytterhoeven
0 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2023-10-25 20:10 UTC (permalink / raw)
To: Rob Herring
Cc: Thomas Gleixner, Marc Zyngier, Krzysztof Kozlowski, Conor Dooley,
linux-kernel, devicetree, linux-renesas-soc, Kieran Bingham,
Yoshihiro Shimoda
Hi Rob,
On Wed, Oct 25, 2023 at 10:03 PM Rob Herring <robh@kernel.org> wrote:
> On Thu, Jul 27, 2023 at 10:36:23AM +0200, Geert Uytterhoeven wrote:
> > Document support for the Interrupt Controller for External Devices
> > (INT-EX) in the Renesas R-Car S4-8 (R8A779F0) SoC.
> >
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> > Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> > ---
> > v2:
> > - Add Reviewed-by,
> > - Widen audience after testing.
> > ---
> > .../devicetree/bindings/interrupt-controller/renesas,irqc.yaml | 1 +
> > 1 file changed, 1 insertion(+)
>
> Applied, thanks.
In the meantime, this became commit 977f7c2b27566777 ("dt-bindings:
interrupt-controller: renesas,irqc: Add r8a779f0 support") in v6.6-rc6.
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
end of thread, other threads:[~2023-10-25 20:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-27 8:36 [PATCH v2] dt-bindings: irqchip: renesas,irqc: Add r8a779f0 support Geert Uytterhoeven
2023-07-27 12:41 ` Conor Dooley
2023-10-25 20:03 ` Rob Herring
2023-10-25 20:10 ` Geert Uytterhoeven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox