diff options
author | Jose Abreu <Jose.Abreu@synopsys.com> | 2020-03-09 09:36:26 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-10 04:13:16 +0100 |
commit | fcb26bd2b6cab573f06e5855638368cf88e99c2b (patch) | |
tree | ab1b3dfb9d9ab84f57c3b5246b719d5992bce032 /MAINTAINERS | |
parent | net: phylink: Test if MAC/PCS support Autoneg (diff) | |
download | linux-fcb26bd2b6cab573f06e5855638368cf88e99c2b.tar.xz linux-fcb26bd2b6cab573f06e5855638368cf88e99c2b.zip |
net: phy: Add Synopsys DesignWare XPCS MDIO module
Synopsys DesignWare XPCS is an MMD that can manage link status,
auto-negotiation, link training, ...
In this commit we add basic support for XPCS using USXGMII interface and
Clause 73 Auto-negotiation.
This is highly tied with PHYLINK and can't be used without it. A given
ethernet driver can use the provided callbacks to add the support for
XPCS.
Signed-off-by: Jose Abreu <Jose.Abreu@synopsys.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e8666f980a21..6918c3f0ff1c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16117,6 +16117,13 @@ L: netdev@vger.kernel.org S: Supported F: drivers/net/ethernet/synopsys/ +SYNOPSYS DESIGNWARE ETHERNET XPCS DRIVER +M: Jose Abreu <Jose.Abreu@synopsys.com> +L: netdev@vger.kernel.org +S: Supported +F: drivers/net/phy/mdio-xpcs.c +F: include/linux/mdio-xpcs.h + SYNOPSYS DESIGNWARE I2C DRIVER M: Jarkko Nikula <jarkko.nikula@linux.intel.com> R: Andy Shevchenko <andriy.shevchenko@linux.intel.com> |