netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] implement microchip,no-tag-protocol flag
@ 2024-08-01 12:31 vtpieter
  2024-08-01 12:31 ` [PATCH net-next 1/2] dt-bindings: net: dsa: microchip: add " vtpieter
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: vtpieter @ 2024-08-01 12:31 UTC (permalink / raw)
  To: devicetree, woojung.huh, UNGLinuxDriver, netdev
  Cc: o.rempel, Pieter Van Trappen

From: Pieter Van Trappen <pieter.van.trappen@cern.ch>

Add and implement microchip,no-tag-protocol flag to allow disabling
the switch' tagging protocol. For cases where the CPU MAC does not
support MTU size > 1500 such as the Zynq GEM.

This code was tested with a KSZ8794 chip.

Pieter Van Trappen (2):
  dt-bindings: net: dsa: microchip: add microchip,no-tag-protocol flag
  net: dsa: microchip: implement microchip,no-tag-protocol flag

 .../devicetree/bindings/net/dsa/microchip,ksz.yaml    |  5 +++++
 drivers/net/dsa/microchip/ksz8795.c                   |  2 +-
 drivers/net/dsa/microchip/ksz9477.c                   |  2 +-
 drivers/net/dsa/microchip/ksz_common.c                | 11 ++++++++---
 drivers/net/dsa/microchip/ksz_common.h                |  1 +
 drivers/net/dsa/microchip/lan937x_main.c              |  2 +-
 6 files changed, 17 insertions(+), 6 deletions(-)


base-commit: 0a658d088cc63745528cf0ec8a2c2df0f37742d9
-- 
2.43.0


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

end of thread, other threads:[~2024-08-08 10:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-01 12:31 [PATCH net-next 0/2] implement microchip,no-tag-protocol flag vtpieter
2024-08-01 12:31 ` [PATCH net-next 1/2] dt-bindings: net: dsa: microchip: add " vtpieter
2024-08-06 17:17   ` Rob Herring
2024-08-08 10:24     ` Pieter
2024-08-01 12:31 ` [PATCH net-next 2/2] net: dsa: microchip: implement " vtpieter
2024-08-01 13:44 ` [PATCH net-next 0/2] " Vladimir Oltean
2024-08-01 13:52   ` Vladimir Oltean
2024-08-01 15:37   ` Pieter

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).