All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerhard Engleder <gerhard@engleder-embedded.com>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, kuba@kernel.org, edumazet@google.com,
	pabeni@redhat.com, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org,
	Gerhard Engleder <gerhard@engleder-embedded.com>
Subject: [PATCH net-next v4 1/6] dt-bindings: net: tsnep: Allow dma-coherent
Date: Tue, 27 Sep 2022 21:58:37 +0200	[thread overview]
Message-ID: <20220927195842.44641-2-gerhard@engleder-embedded.com> (raw)
In-Reply-To: <20220927195842.44641-1-gerhard@engleder-embedded.com>

Within SoCs like ZynqMP, FPGA logic can be connected to different kinds
of AXI master ports. Also cache coherent AXI master ports are available.
The property "dma-coherent" is used to signal that DMA is cache
coherent.

Add "dma-coherent" property to allow the configuration of cache coherent
DMA.

Signed-off-by: Gerhard Engleder <gerhard@engleder-embedded.com>
---
 Documentation/devicetree/bindings/net/engleder,tsnep.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/engleder,tsnep.yaml b/Documentation/devicetree/bindings/net/engleder,tsnep.yaml
index d0e1476e15b5..37e08ee744a8 100644
--- a/Documentation/devicetree/bindings/net/engleder,tsnep.yaml
+++ b/Documentation/devicetree/bindings/net/engleder,tsnep.yaml
@@ -22,6 +22,8 @@ properties:
   interrupts:
     maxItems: 1
 
+  dma-coherent: true
+
   local-mac-address: true
 
   mac-address: true
-- 
2.30.2


  reply	other threads:[~2022-09-27 19:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-27 19:58 [PATCH net-next v4 0/6] tsnep: multi queue support and some other improvements Gerhard Engleder
2022-09-27 19:58 ` Gerhard Engleder [this message]
2022-09-30 14:41   ` [PATCH net-next v4 1/6] dt-bindings: net: tsnep: Allow dma-coherent Rob Herring
2022-09-27 19:58 ` [PATCH net-next v4 2/6] dt-bindings: net: tsnep: Allow additional interrupts Gerhard Engleder
2022-09-30 14:42   ` Rob Herring
2022-09-27 19:58 ` [PATCH net-next v4 3/6] tsnep: Move interrupt from device to queue Gerhard Engleder
2022-09-27 19:58 ` [PATCH net-next v4 4/6] tsnep: Support multiple TX/RX queue pairs Gerhard Engleder
2022-09-27 19:58 ` [PATCH net-next v4 5/6] tsnep: Add EtherType RX flow classification support Gerhard Engleder
2022-09-27 19:58 ` [PATCH net-next v4 6/6] tsnep: Use page pool for RX Gerhard Engleder
2022-09-30 11:00 ` [PATCH net-next v4 0/6] tsnep: multi queue support and some other improvements patchwork-bot+netdevbpf

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=20220927195842.44641-2-gerhard@engleder-embedded.com \
    --to=gerhard@engleder-embedded.com \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.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 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.