All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 1/2] dt-bindings: net: dsa: fix typo in dsa-tag-protocol description
@ 2021-10-09 12:27 Vladimir Oltean
  2021-10-09 12:27 ` [PATCH net-next 2/2] dt-bindings: net: dsa: document felix family in dsa-tag-protocol Vladimir Oltean
  2021-10-09 12:50 ` [PATCH net-next 1/2] dt-bindings: net: dsa: fix typo in dsa-tag-protocol description patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Vladimir Oltean @ 2021-10-09 12:27 UTC (permalink / raw)
  To: netdev, Jakub Kicinski, David S. Miller
  Cc: Florian Fainelli, Andrew Lunn, Vivien Didelot, Tobias Waldekranz,
	Vladimir Oltean, Rob Herring, Michael Walle

There is a trivial typo when spelling "protocol", fix it.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
---
 Documentation/devicetree/bindings/net/dsa/dsa.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/dsa/dsa.yaml b/Documentation/devicetree/bindings/net/dsa/dsa.yaml
index 16aa192c118e..51f243244f7b 100644
--- a/Documentation/devicetree/bindings/net/dsa/dsa.yaml
+++ b/Documentation/devicetree/bindings/net/dsa/dsa.yaml
@@ -73,7 +73,7 @@ patternProperties:
           dsa-tag-protocol:
             description:
               Instead of the default, the switch will use this tag protocol if
-              possible. Useful when a device supports multiple protcols and
+              possible. Useful when a device supports multiple protocols and
               the default is incompatible with the Ethernet device.
             enum:
               - dsa
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH net-next 2/2] dt-bindings: net: dsa: document felix family in dsa-tag-protocol
  2021-10-09 12:27 [PATCH net-next 1/2] dt-bindings: net: dsa: fix typo in dsa-tag-protocol description Vladimir Oltean
@ 2021-10-09 12:27 ` Vladimir Oltean
  2021-10-09 12:50 ` [PATCH net-next 1/2] dt-bindings: net: dsa: fix typo in dsa-tag-protocol description patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Vladimir Oltean @ 2021-10-09 12:27 UTC (permalink / raw)
  To: netdev, Jakub Kicinski, David S. Miller
  Cc: Florian Fainelli, Andrew Lunn, Vivien Didelot, Tobias Waldekranz,
	Vladimir Oltean, Rob Herring, Michael Walle

The Vitesse/Microsemi/Microchip family of switches supported by the
Felix DSA driver is capable of selecting between the native tagging
protocol and ocelot-8021q. This is necessary to enable flow control on
the CPU port.

Certain systems where these switches are integrated use the switch as a
port multiplexer, so the termination throughput is paramount. Changing
the tagging protocol at runtime is possible for these systems, but since
it is known beforehand that one tagging protocol will provide strictly
better performance than the other, just allow them to specify the
preference in the device tree.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
---
 Documentation/devicetree/bindings/net/dsa/dsa.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/dsa/dsa.yaml b/Documentation/devicetree/bindings/net/dsa/dsa.yaml
index 51f243244f7b..224cfa45de9a 100644
--- a/Documentation/devicetree/bindings/net/dsa/dsa.yaml
+++ b/Documentation/devicetree/bindings/net/dsa/dsa.yaml
@@ -78,6 +78,9 @@ patternProperties:
             enum:
               - dsa
               - edsa
+              - ocelot
+              - ocelot-8021q
+              - seville
 
           phy-handle: true
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next 1/2] dt-bindings: net: dsa: fix typo in dsa-tag-protocol description
  2021-10-09 12:27 [PATCH net-next 1/2] dt-bindings: net: dsa: fix typo in dsa-tag-protocol description Vladimir Oltean
  2021-10-09 12:27 ` [PATCH net-next 2/2] dt-bindings: net: dsa: document felix family in dsa-tag-protocol Vladimir Oltean
@ 2021-10-09 12:50 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-10-09 12:50 UTC (permalink / raw)
  To: Vladimir Oltean
  Cc: netdev, kuba, davem, f.fainelli, andrew, vivien.didelot, tobias,
	olteanv, robh+dt, michael

Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Sat,  9 Oct 2021 15:27:35 +0300 you wrote:
> There is a trivial typo when spelling "protocol", fix it.
> 
> Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
> ---
>  Documentation/devicetree/bindings/net/dsa/dsa.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [net-next,1/2] dt-bindings: net: dsa: fix typo in dsa-tag-protocol description
    https://git.kernel.org/netdev/net-next/c/5ee61ad7d593
  - [net-next,2/2] dt-bindings: net: dsa: document felix family in dsa-tag-protocol
    https://git.kernel.org/netdev/net-next/c/7932d53162dc

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-09 12:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-09 12:27 [PATCH net-next 1/2] dt-bindings: net: dsa: fix typo in dsa-tag-protocol description Vladimir Oltean
2021-10-09 12:27 ` [PATCH net-next 2/2] dt-bindings: net: dsa: document felix family in dsa-tag-protocol Vladimir Oltean
2021-10-09 12:50 ` [PATCH net-next 1/2] dt-bindings: net: dsa: fix typo in dsa-tag-protocol description patchwork-bot+netdevbpf

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.