From: Jisheng Zhang <jszhang@kernel.org>
To: "David S . Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Giuseppe Cavallaro <peppe.cavallaro@st.com>,
Alexandre Torgue <alexandre.torgue@foss.st.com>,
Jose Abreu <joabreu@synopsys.com>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH net-next v5 8/9] dt-bindings: net: snps,dwmac: add per channel irq support
Date: Fri, 18 Aug 2023 00:57:48 +0800 [thread overview]
Message-ID: <20230817165749.672-9-jszhang@kernel.org> (raw)
In-Reply-To: <20230817165749.672-1-jszhang@kernel.org>
The IP supports optional per channel interrupt, add support for this
usage case.
Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
---
.../devicetree/bindings/net/snps,dwmac.yaml | 68 ++++++++++++++++++-
1 file changed, 66 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
index ee9174f77d97..a916701474dc 100644
--- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml
+++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
@@ -103,7 +103,7 @@ properties:
interrupts:
minItems: 1
- maxItems: 5
+ maxItems: 37
additionalItems: true
items:
- description: Combined signal for various interrupt events
@@ -111,10 +111,42 @@ properties:
- description: The interrupt that occurs when Rx exits the LPI state
- description: The interrupt that occurs when Safety Feature Correctible Errors happen
- description: The interrupt that occurs when Safety Feature Uncorrectible Errors happen
+ - description: rx0 per-channel interrupt
+ - description: rx1 per-channel interrupt
+ - description: rx2 per-channel interrupt
+ - description: rx3 per-channel interrupt
+ - description: rx4 per-channel interrupt
+ - description: rx5 per-channel interrupt
+ - description: rx6 per-channel interrupt
+ - description: rx7 per-channel interrupt
+ - description: rx8 per-channel interrupt
+ - description: rx9 per-channel interrupt
+ - description: rx10 per-channel interrupt
+ - description: rx11 per-channel interrupt
+ - description: rx12 per-channel interrupt
+ - description: rx13 per-channel interrupt
+ - description: rx14 per-channel interrupt
+ - description: rx15 per-channel interrupt
+ - description: tx0 per-channel interrupt
+ - description: tx1 per-channel interrupt
+ - description: tx2 per-channel interrupt
+ - description: tx3 per-channel interrupt
+ - description: tx4 per-channel interrupt
+ - description: tx5 per-channel interrupt
+ - description: tx6 per-channel interrupt
+ - description: tx7 per-channel interrupt
+ - description: tx8 per-channel interrupt
+ - description: tx9 per-channel interrupt
+ - description: tx10 per-channel interrupt
+ - description: tx11 per-channel interrupt
+ - description: tx12 per-channel interrupt
+ - description: tx13 per-channel interrupt
+ - description: tx14 per-channel interrupt
+ - description: tx15 per-channel interrupt
interrupt-names:
minItems: 1
- maxItems: 5
+ maxItems: 37
additionalItems: true
items:
- const: macirq
@@ -123,6 +155,38 @@ properties:
- eth_lpi
- sfty_ce
- sfty_ue
+ - rx0
+ - rx1
+ - rx2
+ - rx3
+ - rx4
+ - rx5
+ - rx6
+ - rx7
+ - rx8
+ - rx9
+ - rx10
+ - rx11
+ - rx12
+ - rx13
+ - rx14
+ - rx15
+ - tx0
+ - tx1
+ - tx2
+ - tx3
+ - tx4
+ - tx5
+ - tx6
+ - tx7
+ - tx8
+ - tx9
+ - tx10
+ - tx11
+ - tx12
+ - tx13
+ - tx14
+ - tx15
clocks:
minItems: 1
--
2.40.1
next prev parent reply other threads:[~2023-08-17 17:09 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-17 16:57 [PATCH net-next v5 0/9] net: stmmac: add new features to xgmac Jisheng Zhang
2023-08-17 16:57 ` [PATCH net-next v5 1/9] net: stmmac: correct RX COE parsing for xgmac Jisheng Zhang
2023-08-18 16:21 ` Serge Semin
2023-08-17 16:57 ` [PATCH net-next v5 2/9] net: stmmac: xgmac: add more feature parsing from hw cap Jisheng Zhang
2023-08-18 16:25 ` Serge Semin
2023-08-17 16:57 ` [PATCH net-next v5 3/9] net: stmmac: enlarge max rx/tx queues and channels to 16 Jisheng Zhang
2023-08-18 16:30 ` Serge Semin
2023-08-17 16:57 ` [PATCH net-next v5 4/9] net: stmmac: reflect multi irqs for tx/rx channels and mac and safety Jisheng Zhang
2023-08-18 16:43 ` Serge Semin
2023-08-17 16:57 ` [PATCH net-next v5 5/9] net: stmmac: xgmac: support per-channel irq Jisheng Zhang
2023-08-18 17:10 ` Serge Semin
2023-08-17 16:57 ` [PATCH net-next v5 6/9] dt-bindings: net: snps,dwmac: add safety irq support Jisheng Zhang
2023-08-18 17:39 ` Serge Semin
2023-08-21 20:33 ` Rob Herring
2023-08-17 16:57 ` [PATCH net-next v5 7/9] net: stmmac: platform: support parsing safety irqs from DT Jisheng Zhang
2023-08-17 16:57 ` Jisheng Zhang [this message]
2023-08-17 16:57 ` [PATCH net-next v5 9/9] net: stmmac: platform: support parsing per channel irq " Jisheng Zhang
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=20230817165749.672-9-jszhang@kernel.org \
--to=jszhang@kernel.org \
--cc=alexandre.torgue@foss.st.com \
--cc=conor+dt@kernel.org \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=joabreu@synopsys.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=kuba@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=peppe.cavallaro@st.com \
--cc=robh+dt@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).