netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v7 0/3] Handle new Microchip KSZ 9897 Errata
@ 2024-06-21 14:43 Enguerrand de Ribaucourt
  2024-06-21 14:43 ` [PATCH net v7 1/3] net: phy: micrel: add Microchip KSZ 9477 to the device table Enguerrand de Ribaucourt
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Enguerrand de Ribaucourt @ 2024-06-21 14:43 UTC (permalink / raw)
  To: netdev
  Cc: andrew, hkallweit1, linux, woojung.huh, UNGLinuxDriver, horms,
	Tristram.Ha, Arun.Ramadoss

These patches implement some suggested workarounds from the Microchip KSZ 9897
Errata [1].

[1] https://ww1.microchip.com/downloads/aemDocuments/documents/UNG/ProductDocuments/Errata/KSZ9897R-Errata-DS80000758.pdf

---
v7:
 - use dev_crit_once instead of dev_crit_ratelimited
 - add a comment to help users understand the consequences of half-duplex errors
v6: https://lore.kernel.org/netdev/20240614094642.122464-1-enguerrand.de-ribaucourt@savoirfairelinux.com/
 - remove KSZ9897 phy_id workaround (was a configuration issue)
 - use macros for checking link down in monitoring function
 - check if VLAN is enabled before monitoring resources
v5: https://lore.kernel.org/all/20240604092304.314636-1-enguerrand.de-ribaucourt@savoirfairelinux.com/
 - use macros for bitfields
 - rewrap comments
 - check ksz_pread* return values
 - fix spelling mistakes
 - remove KSZ9477 suspend/resume deletion patch
v4: https://lore.kernel.org/all/20240531142430.678198-1-enguerrand.de-ribaucourt@savoirfairelinux.com/
 - Rebase on net/main
 - Add Fixes: tags to the patches
 - reverse x-mas tree order
 - use pseudo phy_id instead of match_phy_device
v3: https://lore.kernel.org/all/20240530102436.226189-1-enguerrand.de-ribaucourt@savoirfairelinux.com/


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

end of thread, other threads:[~2024-06-25 10:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-21 14:43 [PATCH net v7 0/3] Handle new Microchip KSZ 9897 Errata Enguerrand de Ribaucourt
2024-06-21 14:43 ` [PATCH net v7 1/3] net: phy: micrel: add Microchip KSZ 9477 to the device table Enguerrand de Ribaucourt
2024-06-21 14:43 ` [PATCH net v7 2/3] net: dsa: microchip: use collision based back pressure mode Enguerrand de Ribaucourt
2024-06-21 14:43 ` [PATCH net v7 3/3] net: dsa: microchip: monitor potential faults in half-duplex mode Enguerrand de Ribaucourt
2024-06-22 18:33   ` Andrew Lunn
2024-06-25 10:27   ` Russell King (Oracle)
2024-06-23  9:10 ` [PATCH net v7 0/3] Handle new Microchip KSZ 9897 Errata patchwork-bot+netdevbpf

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