Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1234850 > unrolled thread
| Started by | Lee Jones <lee.jones@linaro.org> |
|---|---|
| First post | 2015-09-29 10:50 +0200 |
| Last post | 2015-10-02 04:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: shmobile: dt: Rename incorrect interrupt related binding Lee Jones <lee.jones@linaro.org> - 2015-09-29 10:50 +0200
Re: [PATCH] ARM: shmobile: dt: Rename incorrect interrupt related binding Simon Horman <horms@verge.net.au> - 2015-10-02 04:30 +0200
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2015-09-29 10:50 +0200 |
| Subject | [PATCH] ARM: shmobile: dt: Rename incorrect interrupt related binding |
| Message-ID | <qdYLO-1nH-45@gated-at.bofh.it> |
interrupts-names => interrupt-names Other line changes are re-aligning. Signed-off-by: Lee Jones <lee.jones@linaro.org> --- .../bindings/memory-controllers/renesas-memory-controllers.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/memory-controllers/renesas-memory-controllers.txt b/Documentation/devicetree/bindings/memory-controllers/renesas-memory-controllers.txt index c64b792..9f78e6c 100644 --- a/Documentation/devicetree/bindings/memory-controllers/renesas-memory-controllers.txt +++ b/Documentation/devicetree/bindings/memory-controllers/renesas-memory-controllers.txt @@ -24,9 +24,9 @@ Required properties: Optional properties: - interrupts: Must contain a list of interrupt specifiers for memory controller interrupts, if available. - - interrupts-names: Must contain a list of interrupt names corresponding to - the interrupts in the interrupts property, if available. - Valid interrupt names are: + - interrupt-names: Must contain a list of interrupt names corresponding to + the interrupts in the interrupts property, if available. + Valid interrupt names are: - "sec" (secure interrupt) - "temp" (normal (temperature) interrupt) - power-domains: Must contain a reference to the PM domain that the memory -- 1.9.1 -- 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-10-02 04:30 +0200 |
| Subject | Re: [PATCH] ARM: shmobile: dt: Rename incorrect interrupt related binding |
| Message-ID | <qeYgG-6Gl-3@gated-at.bofh.it> |
| In reply to | #1234850 |
[CCed linux-sh, Magnus] On Tue, Sep 29, 2015 at 09:43:08AM +0100, Lee Jones wrote: > interrupts-names => interrupt-names > > Other line changes are re-aligning. > > Signed-off-by: Lee Jones <lee.jones@linaro.org> Thanks, I have queued this up as a cleanup for v4.4. > --- > .../bindings/memory-controllers/renesas-memory-controllers.txt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Documentation/devicetree/bindings/memory-controllers/renesas-memory-controllers.txt b/Documentation/devicetree/bindings/memory-controllers/renesas-memory-controllers.txt > index c64b792..9f78e6c 100644 > --- a/Documentation/devicetree/bindings/memory-controllers/renesas-memory-controllers.txt > +++ b/Documentation/devicetree/bindings/memory-controllers/renesas-memory-controllers.txt > @@ -24,9 +24,9 @@ Required properties: > Optional properties: > - interrupts: Must contain a list of interrupt specifiers for memory > controller interrupts, if available. > - - interrupts-names: Must contain a list of interrupt names corresponding to > - the interrupts in the interrupts property, if available. > - Valid interrupt names are: > + - interrupt-names: Must contain a list of interrupt names corresponding to > + the interrupts in the interrupts property, if available. > + Valid interrupt names are: > - "sec" (secure interrupt) > - "temp" (normal (temperature) interrupt) > - power-domains: Must contain a reference to the PM domain that the memory > -- > 1.9.1 > -- 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