public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] net: dsa: ks8995: Post-move fixes
@ 2026-01-18 22:07 Linus Walleij
  2026-01-18 22:07 ` [PATCH net-next 1/4] net: dsa: ks8995: Add shutdown callback Linus Walleij
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Linus Walleij @ 2026-01-18 22:07 UTC (permalink / raw)
  To: Andrew Lunn, Vladimir Oltean, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Woojung Huh
  Cc: UNGLinuxDriver, netdev, Linus Walleij

This fixes some glearing issues in the Micrel KS8995 driver
pointed out by Vladimir.

This patch series implements some required functionality
and strips the driver down to just KS8995 deeming the other
"micrel" variants to be actually handled by the Microchip
KSZ driver.

If the KS8995 should actually *also* be managed by the Microchip
driver and this driver deleted remains to be seen. It is clearly
the origin chip for that hardware: it is very close to the
"KSZ8 family" but there are differences.

It definitely has a different custom tag format for proper DSA
tagging, but I have implemented that: I now have to figure out
whether to do that on top of this driver or the KSZ driver before
continuing.

In the meantime, this patch series makes the situation better.

Signed-off-by: Linus Walleij <linusw@kernel.org>
---
Linus Walleij (4):
      net: dsa: ks8995: Add shutdown callback
      net: dsa: ks8955: Delete KSZ8864 and KSZ8795 support
      net: dsa: ks8995: Add stub bridge join/leave
      net: dsa: ks8995: Implement port isolation

 drivers/net/dsa/ks8995.c | 329 ++++++++++++++++++++++++++++-------------------
 1 file changed, 197 insertions(+), 132 deletions(-)
---
base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8
change-id: 20260118-ks8995-fixups-84f25ac3f407

Best regards,
-- 
Linus Walleij <linusw@kernel.org>


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

end of thread, other threads:[~2026-01-21 17:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-18 22:07 [PATCH net-next 0/4] net: dsa: ks8995: Post-move fixes Linus Walleij
2026-01-18 22:07 ` [PATCH net-next 1/4] net: dsa: ks8995: Add shutdown callback Linus Walleij
2026-01-18 22:07 ` [PATCH net-next 2/4] net: dsa: ks8955: Delete KSZ8864 and KSZ8795 support Linus Walleij
2026-01-21 17:35   ` Simon Horman
2026-01-18 22:07 ` [PATCH net-next 3/4] net: dsa: ks8995: Add stub bridge join/leave Linus Walleij
2026-01-18 22:07 ` [PATCH net-next 4/4] net: dsa: ks8995: Implement port isolation Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox