diff options
author | Matthias Schiffer <[email protected]> | 2024-05-02 13:13:01 +0200 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-05-07 15:17:52 -0700 |
commit | ecc2ae6176a9f0b9f4eab015452ffc5e1f54c95f (patch) | |
tree | c93074732a57f24118f26a7a48b92c5bb9b92028 /drivers/net/xen-netback/interface.c | |
parent | 71dd027ab453bfed1d21bdb5e04a40b4fe7a2eea (diff) |
net: phy: marvell: add support for MV88E6250 family internal PHYs
The embedded PHYs of the 88E6250 family switches are very basic - they
do not even have an Extended Address / Page register.
This adds support for the PHYs to the driver to set up PHY interrupts
and retrieve error stats. To deal with PHYs without a page register,
"simple" variants of all stat handling functions are introduced.
The code should work with all 88E6250 family switches (6250/6220/6071/
6070/6020). The PHY ID 0x01410db0 was read from a 88E6020, under the
assumption that all switches of this family use the same ID. The spec
only lists the prefix 0x01410c00 and leaves the last 10 bits as reserved,
but that seems too unspecific to be useful, as it would cover several
existing PHY IDs already supported by the driver; therefore, the ID read
from the actual hardware is used.
Signed-off-by: Matthias Schiffer <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Link: https://lore.kernel.org/r/0695f699cd942e6e06da9d30daeedfd47785bc01.1714643285.git.matthias.schiffer@ew.tq-group.com
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/net/xen-netback/interface.c')
0 files changed, 0 insertions, 0 deletions