]> git.ipfire.org Git - thirdparty/linux.git/commit
net: phy: vitesse: add inband caps and configuration
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Wed, 11 Mar 2026 01:07:00 +0000 (01:07 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 13 Mar 2026 00:55:33 +0000 (17:55 -0700)
commit6e263aadbaf231bbb73e1fed048b3e3591f06264
treeed2f18425663bd03a651564ec66041949265a074
parent7c52f407f28d2e3746a931f88869b0169a09ed6a
net: phy: vitesse: add inband caps and configuration

Add support for VSC8662 reporting its inband capabilities, and also
hook to configure the PHY's inband mode.

This fixes a regression in the macb driver caused by commit
1338cfef1ff1 ("net: macb: fix SGMII with inband aneg disabled")

Cc: stable+noautosel@kernel.org # neither this nor commit under fixes should be backported
Reported-by: Conor Dooley <conor@kernel.org>
Link: https://lore.kernel.org/r/20260304-nebulizer-rounding-40fbc81a2ba1@spud
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Tested-by: Conor Dooley <conor.dooley@microchip.com>
Tested-by: Geert Uytterhoeven <geert+renesas@glider.be>
Fixes: 1338cfef1ff1b958 ("net: macb: fix SGMII with inband aneg disabled")
Link: https://patch.msgid.link/E1w082O-0000000ChNc-1wDz@rmk-PC.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/vitesse.c