All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mischa.Jonker@synopsys.com (Mischa Jonker)
To: linux-snps-arc@lists.infradead.org
Subject: [PATCH v2 2/3] dt-bindings: IDU-intc: Clean up documentation
Date: Wed, 24 Jul 2019 14:04:35 +0200	[thread overview]
Message-ID: <20190724120436.8537-2-mischa.jonker@synopsys.com> (raw)
In-Reply-To: <20190724120436.8537-1-mischa.jonker@synopsys.com>

* Some lines exceeded 80 characters.
* Clarified statement about AUX register interface

Signed-off-by: Mischa Jonker <mischa.jonker at synopsys.com>
---
 .../bindings/interrupt-controller/snps,archs-idu-intc.txt        | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/snps,archs-idu-intc.txt b/Documentation/devicetree/bindings/interrupt-controller/snps,archs-idu-intc.txt
index 09fc02b..c5a1c7b 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/snps,archs-idu-intc.txt
+++ b/Documentation/devicetree/bindings/interrupt-controller/snps,archs-idu-intc.txt
@@ -1,7 +1,8 @@
 * ARC-HS Interrupt Distribution Unit
 
-  This optional 2nd level interrupt controller can be used in SMP configurations for
-  dynamic IRQ routing, load balancing of common/external IRQs towards core intc.
+  This optional 2nd level interrupt controller can be used in SMP configurations
+  for dynamic IRQ routing, load balancing of common/external IRQs towards core
+  intc.
 
 Properties:
 
@@ -13,8 +14,8 @@ Properties:
   of the particular interrupt line of IDU corresponds to the line N+24 of the
   core interrupt controller.
 
-  intc accessed via the special ARC AUX register interface, hence "reg" property
-  is not specified.
+  The interrupt controller is accessed via the special ARC AUX register
+  interface, hence "reg" property is not specified.
 
 Example:
 	core_intc: core-interrupt-controller {
-- 
2.8.3

WARNING: multiple messages have this Message-ID (diff)
From: Mischa Jonker <Mischa.Jonker@synopsys.com>
To: Alexey.Brodkin@synopsys.com, Vineet.Gupta1@synopsys.com,
	kstewart@linuxfoundation.org, tglx@linutronix.de,
	robh+dt@kernel.org, linux-snps-arc@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Cc: Mischa Jonker <Mischa.Jonker@synopsys.com>
Subject: [PATCH v2 2/3] dt-bindings: IDU-intc: Clean up documentation
Date: Wed, 24 Jul 2019 14:04:35 +0200	[thread overview]
Message-ID: <20190724120436.8537-2-mischa.jonker@synopsys.com> (raw)
In-Reply-To: <20190724120436.8537-1-mischa.jonker@synopsys.com>

* Some lines exceeded 80 characters.
* Clarified statement about AUX register interface

Signed-off-by: Mischa Jonker <mischa.jonker@synopsys.com>
---
 .../bindings/interrupt-controller/snps,archs-idu-intc.txt        | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/snps,archs-idu-intc.txt b/Documentation/devicetree/bindings/interrupt-controller/snps,archs-idu-intc.txt
index 09fc02b..c5a1c7b 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/snps,archs-idu-intc.txt
+++ b/Documentation/devicetree/bindings/interrupt-controller/snps,archs-idu-intc.txt
@@ -1,7 +1,8 @@
 * ARC-HS Interrupt Distribution Unit
 
-  This optional 2nd level interrupt controller can be used in SMP configurations for
-  dynamic IRQ routing, load balancing of common/external IRQs towards core intc.
+  This optional 2nd level interrupt controller can be used in SMP configurations
+  for dynamic IRQ routing, load balancing of common/external IRQs towards core
+  intc.
 
 Properties:
 
@@ -13,8 +14,8 @@ Properties:
   of the particular interrupt line of IDU corresponds to the line N+24 of the
   core interrupt controller.
 
-  intc accessed via the special ARC AUX register interface, hence "reg" property
-  is not specified.
+  The interrupt controller is accessed via the special ARC AUX register
+  interface, hence "reg" property is not specified.
 
 Example:
 	core_intc: core-interrupt-controller {
-- 
2.8.3

  reply	other threads:[~2019-07-24 12:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CY4PR1201MB0120EDD4173511912A9FC99EA1C60@CYPR1201MB0120.namprd12.prod.outlook.com>
2019-07-24 12:04 ` [PATCH v2 1/3] ARCv2: IDU-intc: Add support for edge-triggered interrupts Mischa Jonker
2019-07-24 12:04   ` Mischa Jonker
2019-07-24 12:04   ` Mischa Jonker [this message]
2019-07-24 12:04     ` [PATCH v2 2/3] dt-bindings: IDU-intc: Clean up documentation Mischa Jonker
2019-08-16 21:04     ` Rob Herring
2019-08-16 21:04       ` Rob Herring
2019-08-16 21:04       ` Rob Herring
2019-07-24 12:04   ` [PATCH v2 3/3] dt-bindings: IDU-intc: Add support for edge-triggered interrupts Mischa Jonker
2019-07-24 12:04     ` Mischa Jonker
2019-08-16 21:05     ` Rob Herring
2019-08-16 21:05       ` Rob Herring
2019-08-16 21:05       ` Rob Herring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190724120436.8537-2-mischa.jonker@synopsys.com \
    --to=mischa.jonker@synopsys.com \
    --cc=linux-snps-arc@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.