diff options
author | David S. Miller <davem@davemloft.net> | 2024-08-12 11:46:56 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-08-12 11:46:56 +0100 |
commit | 1fc2021941241bf32728a198bc0a7f38669e44a5 (patch) | |
tree | a51e036b9ac7d7908303f05b5ec5900bd449f66f /kernel/regset.c | |
parent | 9ff2f816e2aa65ca9a1cdf0954842f8173c0f48d (diff) | |
parent | de7a670f8defe4ed2115552ad23dea0f432f7be4 (diff) |
Merge branch 'vsc73xx-fix-mdio-and-phy'
Pawel Dembicki says:
====================
net: dsa: vsc73xx: fix MDIO bus access and PHY opera
This series are extracted patches from net-next series [0].
The VSC73xx driver has issues with PHY configuration. This patch series
fixes most of them.
The first patch synchronizes the register configuration routine with the
datasheet recommendations.
Patches 2-3 restore proper communication on the MDIO bus. Currently,
the write value isn't sent to the MDIO register, and without a busy check,
communication with the PHY can be interrupted. This causes the PHY to
receive improper configuration and autonegotiation could fail.
The fourth patch removes the PHY reset blockade, as it is no longer
required.
After fixing the MDIO operations, autonegotiation became possible.
The last patch removes the blockade, which became unnecessary after
the MDIO operations fix.
[0] https://patchwork.kernel.org/project/netdevbpf/list/?series=874739&state=%2A&archive=both
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/regset.c')
0 files changed, 0 insertions, 0 deletions