diff options
author | Ioana Ciornei <ioana.ciornei@nxp.com> | 2020-08-30 10:34:01 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-08-31 21:52:33 +0200 |
commit | 0da4c3d393e40e41e3c6b9f1cebaa498512c2abb (patch) | |
tree | 467566432812bff0f2bbb9aafae57e0415cb0549 /MAINTAINERS | |
parent | net: mdiobus: add clause 45 mdiobus write accessor (diff) | |
download | linux-0da4c3d393e40e41e3c6b9f1cebaa498512c2abb.tar.xz linux-0da4c3d393e40e41e3c6b9f1cebaa498512c2abb.zip |
net: phy: add Lynx PCS module
Add a Lynx PCS module which exposes the necessary operations to drive
the PCS using phylink.
The majority of the code is extracted from the Felix DSA driver, which
will be also modified in a later patch, and exposed as a separate module
for code reusability purposes.
As such, this aims at feature and bug parity with the existing Felix DSA
driver, and thus USXGMII, SGMII, QSGMII and 2500Base-X (only w/o in-band
AN) are supported by the Lynx PCS module since these were also supported
by Felix.
The module can only be enabled by the drivers in need and not user
selectable.
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.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 b0e909937499..a1c15b6714a0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10293,6 +10293,13 @@ S: Maintained W: http://linux-test-project.github.io/ T: git git://github.com/linux-test-project/ltp.git +LYNX PCS MODULE +M: Ioana Ciornei <ioana.ciornei@nxp.com> +L: netdev@vger.kernel.org +S: Supported +F: drivers/net/phy/pcs-lynx.c +F: include/linux/pcs-lynx.h + M68K ARCHITECTURE M: Geert Uytterhoeven <geert@linux-m68k.org> L: linux-m68k@lists.linux-m68k.org |