]> Git Repo - linux.git/commit
net: phy: broadcom: stub c45 read/write for 54810
authorJustin Chen <[email protected]>
Sun, 13 Aug 2023 04:41:47 +0000 (21:41 -0700)
committerJakub Kicinski <[email protected]>
Wed, 16 Aug 2023 01:53:43 +0000 (18:53 -0700)
commit096516d092d54604d590827d05b1022c8f326639
tree2c793066067275d35cdf7a307d19a588b8308a62
parente4dd0d3a2f64b8bd8029ec70f52bdbebd0644408
net: phy: broadcom: stub c45 read/write for 54810

The 54810 does not support c45. The mmd_phy_indirect accesses return
arbirtary values leading to odd behavior like saying it supports EEE
when it doesn't. We also see that reading/writing these non-existent
MMD registers leads to phy instability in some cases.

Fixes: b14995ac2527 ("net: phy: broadcom: Add BCM54810 PHY entry")
Signed-off-by: Justin Chen <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
drivers/net/phy/broadcom.c
This page took 0.056773 seconds and 4 git commands to generate.