From: Rob Herring <robh@kernel.org>
To: Lorenzo Bianconi <lorenzo@kernel.org>
Cc: Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
netdev@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org
Subject: Re: [PATCH net-next 1/2] dt-bindings: net: airoha: npu: Add BA memory region
Date: Tue, 6 Jan 2026 12:34:41 -0600 [thread overview]
Message-ID: <20260106183441.GA2514063-robh@kernel.org> (raw)
In-Reply-To: <20260105-airoha-ba-memory-region-v1-1-5b07a737c7a7@kernel.org>
On Mon, Jan 05, 2026 at 10:02:56AM +0100, Lorenzo Bianconi wrote:
> Introduce Block Ack memory region used by NPU MT7996 (Eagle) offloading.
>
> Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
> ---
> Documentation/devicetree/bindings/net/airoha,en7581-npu.yaml | 11 +++++++++--
> 1 file changed, 9 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/net/airoha,en7581-npu.yaml b/Documentation/devicetree/bindings/net/airoha,en7581-npu.yaml
> index 59c57f58116b568092446e6cfb7b6bd3f4f47b82..b3a2b36f6a121f90acf88a07b0f1733fa6da08a8 100644
> --- a/Documentation/devicetree/bindings/net/airoha,en7581-npu.yaml
> +++ b/Documentation/devicetree/bindings/net/airoha,en7581-npu.yaml
> @@ -50,6 +50,12 @@ properties:
> - description: NPU wlan offload RX buffers region
> - description: NPU wlan offload TX buffers region
> - description: NPU wlan offload TX packet identifiers region
> + - items:
> + - description: NPU firmware binary region
> + - description: NPU wlan offload RX buffers region
> + - description: NPU wlan offload TX buffers region
> + - description: NPU wlan offload TX packet identifiers region
> + - description: NPU wlan Block Ack buffers region
This oneOf can be simplified to just this last entry plus 'minItems: 1'.
Sure that allows 2 or 3 entries, but nothing defines when 1, 4, or 5
entries is valid or not.
>
> memory-region-names:
> items:
> @@ -57,6 +63,7 @@ properties:
> - const: pkt
> - const: tx-pkt
> - const: tx-bufid
> + - const: ba
>
> required:
> - compatible
> @@ -93,7 +100,7 @@ examples:
> <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
> <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>;
> memory-region = <&npu_firmware>, <&npu_pkt>, <&npu_txpkt>,
> - <&npu_txbufid>;
> - memory-region-names = "firmware", "pkt", "tx-pkt", "tx-bufid";
> + <&npu_txbufid>, <&npu_ba>;
> + memory-region-names = "firmware", "pkt", "tx-pkt", "tx-bufid", "ba";
> };
> };
>
> --
> 2.52.0
>
next prev parent reply other threads:[~2026-01-06 18:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-05 9:02 [PATCH net-next 0/2] net: airoha: Init Block Ack memory region for MT7996 NPU offloading Lorenzo Bianconi
2026-01-05 9:02 ` [PATCH net-next 1/2] dt-bindings: net: airoha: npu: Add BA memory region Lorenzo Bianconi
2026-01-06 18:34 ` Rob Herring [this message]
2026-01-05 9:02 ` [PATCH net-next 2/2] net: airoha: npu: Init BA memory region if provided via DTS Lorenzo Bianconi
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=20260106183441.GA2514063-robh@kernel.org \
--to=robh@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=conor+dt@kernel.org \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=krzk+dt@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=lorenzo@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/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.