]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'net-phy-micrel-add-extended-phy-support-for-ksz9477-class-devices'
authorJakub Kicinski <kuba@kernel.org>
Thu, 12 Jun 2025 00:37:51 +0000 (17:37 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 12 Jun 2025 00:37:51 +0000 (17:37 -0700)
commit48c15e974c7d85a772792e56daf46c2b28190ec7
tree2420f1fd98e9161bac3e90e8f71ce87689057363
parent8f344fe5a1e0241e3f4f343e1a5a3ead843952b0
parentb2f96c3c96314ff3888ebb7d3126cf5f5e7c278b
Merge branch 'net-phy-micrel-add-extended-phy-support-for-ksz9477-class-devices'

Oleksij Rempel says:

====================
net: phy: micrel: add extended PHY support for KSZ9477-class devices

This patch series extends the PHY driver support for the Microchip
KSZ9477-class switch-integrated PHYs. These changes enhance ethtool
functionality and diagnostic capabilities by implementing the following
features:

- MDI/MDI-X configuration support
  All crossover modes (auto, MDI, MDI-X) are now configurable.

- RX error counter reporting
  The RXER counter (reg 0x15) is now accumulated and exported via
  ethtool stats.

- Cable test support
  Reuses the KSZ9131 implementation to enable open/short fault
  detection and approximate fault length reporting.
====================

Link: https://patch.msgid.link/20250610091354.4060454-1-o.rempel@pengutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>