Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1233984 > unrolled thread
| Started by | Magnus Damm <magnus.damm@gmail.com> |
|---|---|
| First post | 2015-09-28 11:50 +0200 |
| Last post | 2015-09-29 20:50 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v2 01/02] irqchip: renesas-irqc: Add r8a7795 INTC-EX DT documentation Magnus Damm <magnus.damm@gmail.com> - 2015-09-28 11:50 +0200
Re: [PATCH v2 01/02] irqchip: renesas-irqc: Add r8a7795 INTC-EX DT documentation Simon Horman <horms@verge.net.au> - 2015-09-29 02:30 +0200
[tip:irq/core] irqchip/renesas-irqc: Add r8a7795 INTC-EX DT documentation tip-bot for Magnus Damm <tipbot@zytor.com> - 2015-09-29 20:50 +0200
| From | Magnus Damm <magnus.damm@gmail.com> |
|---|---|
| Date | 2015-09-28 11:50 +0200 |
| Subject | [PATCH v2 01/02] irqchip: renesas-irqc: Add r8a7795 INTC-EX DT documentation |
| Message-ID | <qdDei-1XB-19@gated-at.bofh.it> |
From: Magnus Damm <damm+renesas@opensource.se>
For some reason the name of the external interrupt controller
has changed name with r8a7795, so use "intc-ex" instead of "irqc"
as r8a7795 compat string to follow the friendly documentation.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Changes since V1:
- Use "intc-ex" instead of "irqc" to follow the data sheet.
- Added ack from Geert.
Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt | 1 +
1 file changed, 1 insertion(+)
--- 0001/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt
+++ work/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt 2015-09-28 18:12:43.250513000 +0900
@@ -10,6 +10,7 @@ Required properties:
- "renesas,irqc-r8a7792" (R-Car V2H)
- "renesas,irqc-r8a7793" (R-Car M2-N)
- "renesas,irqc-r8a7794" (R-Car E2)
+ - "renesas,intc-ex-r8a7795" (R-Car H3)
- #interrupt-cells: has to be <2>: an interrupt index and flags, as defined in
interrupts.txt in this directory
- clocks: Must contain a reference to the functional clock.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Simon Horman <horms@verge.net.au> |
|---|---|
| Date | 2015-09-29 02:30 +0200 |
| Subject | Re: [PATCH v2 01/02] irqchip: renesas-irqc: Add r8a7795 INTC-EX DT documentation |
| Message-ID | <qdQXU-759-9@gated-at.bofh.it> |
| In reply to | #1233984 |
On Mon, Sep 28, 2015 at 06:42:28PM +0900, Magnus Damm wrote: > From: Magnus Damm <damm+renesas@opensource.se> > > For some reason the name of the external interrupt controller > has changed name with r8a7795, so use "intc-ex" instead of "irqc" > as r8a7795 compat string to follow the friendly documentation. > > Signed-off-by: Magnus Damm <damm+renesas@opensource.se> > Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> > --- > > Changes since V1: > - Use "intc-ex" instead of "irqc" to follow the data sheet. > - Added ack from Geert. > > Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt | 1 + > 1 file changed, 1 insertion(+) > > --- 0001/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt > +++ work/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt 2015-09-28 18:12:43.250513000 +0900 > @@ -10,6 +10,7 @@ Required properties: > - "renesas,irqc-r8a7792" (R-Car V2H) > - "renesas,irqc-r8a7793" (R-Car M2-N) > - "renesas,irqc-r8a7794" (R-Car E2) > + - "renesas,intc-ex-r8a7795" (R-Car H3) > - #interrupt-cells: has to be <2>: an interrupt index and flags, as defined in > interrupts.txt in this directory > - clocks: Must contain a reference to the functional clock. > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | tip-bot for Magnus Damm <tipbot@zytor.com> |
|---|---|
| Date | 2015-09-29 20:50 +0200 |
| Subject | [tip:irq/core] irqchip/renesas-irqc: Add r8a7795 INTC-EX DT documentation |
| Message-ID | <qe88q-6lN-3@gated-at.bofh.it> |
| In reply to | #1233984 |
Commit-ID: e7dbe2da5e8e247c6e62a0894935d94d7153ed16
Gitweb: http://git.kernel.org/tip/e7dbe2da5e8e247c6e62a0894935d94d7153ed16
Author: Magnus Damm <damm+renesas@opensource.se>
AuthorDate: Mon, 28 Sep 2015 18:42:28 +0900
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Tue, 29 Sep 2015 20:41:00 +0200
irqchip/renesas-irqc: Add r8a7795 INTC-EX DT documentation
For some reason the name of the external interrupt controller
has changed name with r8a7795, so use "intc-ex" instead of "irqc"
as r8a7795 compat string to follow the friendly documentation.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Reviewed-by: horms@verge.net.au
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: jason@lakedaemon.net
Cc: Magnus Damm <magnus.damm@gmail.com>
Link: http://lkml.kernel.org/r/20150928094228.32552.83336.sendpatchset@little-apple
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt b/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt
index 63633bd..ae5054c 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt
+++ b/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt
@@ -10,6 +10,7 @@ Required properties:
- "renesas,irqc-r8a7792" (R-Car V2H)
- "renesas,irqc-r8a7793" (R-Car M2-N)
- "renesas,irqc-r8a7794" (R-Car E2)
+ - "renesas,intc-ex-r8a7795" (R-Car H3)
- #interrupt-cells: has to be <2>: an interrupt index and flags, as defined in
interrupts.txt in this directory
- clocks: Must contain a reference to the functional clock.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web