Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1599943

[PATCH net-next 10/12] dt-bindings: net: document bcmgenet WoL interrupt

Path csiph.com!weretis.net!feeder6.news.weretis.net!news.glorb.com!bofh.it!news.nic.it!robomod
From Doug Berger <opendmb@gmail.com>
Newsgroups linux.kernel
Subject [PATCH net-next 10/12] dt-bindings: net: document bcmgenet WoL interrupt
Date Tue, 14 Mar 2017 01:50:01 +0100
Message-ID <tkIOZ-AW-9@gated-at.bofh.it> (permalink)
References <tkIOZ-AW-3@gated-at.bofh.it>
X-Original-To f.fainelli@gmail.com
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=4021eVprSIfakLORreGkhn6g7W7ePM9m3fSOAuclM70=; b=PQAUxBLqQ5UEEmwTToKGnmy1AvACYvsobvDj56nMPcfLXKDkvKnLB95AbnWEZ36S4X 9J/L4EZxDSSbgcTTS3YwUmavdHiIG7QiBRa5BAzXKL1QdRrTrC1yF7murzPTzda6N1hK izFzYL1bd0SDDweOAPXu9nCIxwGs2BxPZOT2aB7vVjHmt4pzx+wwCr7pnuUqFlzKlem/ 8EOfrP5maiD6WXmGulz4r5cqdqIVrjaHhhBoHNfOsTpe6jDkWliYidZpJcFLmsJkve21 P9GdQFVA14+AqG6P4syoop7r7G07wVGYGY5f3HTvBIm03ZTswP6VJNxDbwwXA9o8jG2c H5yA==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=4021eVprSIfakLORreGkhn6g7W7ePM9m3fSOAuclM70=; b=p1MXz4E198JbdjupYQ4aE9MXLOcbGNGcKaGurgjs5ZyhHIEcH2jVbkjzQh994MUCZr v3edIO6m/r6Yhbq/+BHHI0544wPjXuCQdHjsz8JRRP94b2W4y4uki8MuMVKOawlXDqLX lbcfTX28Yd7EGERO7MXjGdLO1+YBJpCb6caV0d6PLjM7z2pDw04sf6+ByUxBvtF4/SJj I0lfJvLKin6VLHsIhnxEsoft+3wDOWW3HsPNTqq/0Ea9SaukIBneyGspEDiCEl1DO63C on2A9sDECMXarBALo/E3g/hS37Hg1kPERYf06W69+KUsgk61EVlp0ELetYI0b1E+Rl1s YLvA==
X-Gm-Message-State AFeK/H2E9m9BOQZTAcMOueWQiJ/tSgQ5nV0h5n0PJnAA6rvWYuAQd5kW7rkMOwA1iY+cew==
X-Received by 10.55.100.73 with SMTP id y70mr37643061qkb.62.1489452144389; Mon, 13 Mar 2017 17:42:24 -0700 (PDT)
X-Mailer git-send-email 2.11.1
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 34
Organization linux.* mail to news gateway
X-Original-Cc robh+dt@kernel.org, mark.rutland@arm.com, davem@davemloft.net, rafal@milecki.pl, xow@google.com, joel@jms.id.au, jon.mason@broadcom.com, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, pgynther@google.com, jaedon.shin@gmail.com, Doug Berger <opendmb@gmail.com>
X-Original-Date Mon, 13 Mar 2017 17:41:40 -0700
X-Original-Message-ID <20170314004142.4746-11-opendmb@gmail.com>
X-Original-References <20170314004142.4746-1-opendmb@gmail.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1599943

Show key headers only | View raw


A third interrupt cell can be provided to optionally specify
the interrupt used for handling Wake on LAN events.

Typically the wake up handling uses a separate interrupt
controller, so the interrupts-extended property is used to
accommodate this.

Signed-off-by: Doug Berger <opendmb@gmail.com>
---
 Documentation/devicetree/bindings/net/brcm,bcmgenet.txt | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/brcm,bcmgenet.txt b/Documentation/devicetree/bindings/net/brcm,bcmgenet.txt
index 10587bdadbbe..01a70463cbc5 100644
--- a/Documentation/devicetree/bindings/net/brcm,bcmgenet.txt
+++ b/Documentation/devicetree/bindings/net/brcm,bcmgenet.txt
@@ -4,9 +4,12 @@ Required properties:
 - compatible: should contain one of "brcm,genet-v1", "brcm,genet-v2",
   "brcm,genet-v3", "brcm,genet-v4".
 - reg: address and length of the register set for the device
-- interrupts: must be two cells, the first cell is the general purpose
-  interrupt line, while the second cell is the interrupt for the ring
-  RX and TX queues operating in ring mode
+- interrupts and/or interrupts-extended: must be two cells, the first cell
+  is the general purpose interrupt line, while the second cell is the
+  interrupt for the ring RX and TX queues operating in ring mode.  An
+  optional third interrupt cell for Wake-on-LAN can be specified.
+  See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
+  for information on the property specifics.
 - phy-mode: see ethernet.txt file in the same directory
 - #address-cells: should be 1
 - #size-cells: should be 1
-- 
2.11.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH net-next 10/12] dt-bindings: net: document bcmgenet WoL interrupt Doug Berger <opendmb@gmail.com> - 2017-03-14 01:50 +0100
  Re: [PATCH net-next 10/12] dt-bindings: net: document bcmgenet WoL  interrupt Rob Herring <robh@kernel.org> - 2017-03-20 23:10 +0100

csiph-web