diff options
author | Ioana Ciornei <ioana.ciornei@nxp.com> | 2019-10-31 01:18:32 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-10-31 14:19:45 -0700 |
commit | ecc5fe7d2b3db2806f53cc748646d3be22e07d13 (patch) | |
tree | a5e4485da3615342fdb731b1e6ecdb26a4b48846 /MAINTAINERS | |
parent | 71947923089353f23f4f210864903c4dcf2c1696 (diff) | |
download | linux-ecc5fe7d2b3db2806f53cc748646d3be22e07d13.tar.bz2 |
net: documentation: add docs for MAC/PHY support in DPAA2
Add documentation file for the MAC/PHY support in the DPAA2
architecture. This describes the architecture and implementation of the
interface between phylink and a DPAA2 network driver.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 541c9e04ded1..29406ac2626c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5059,6 +5059,8 @@ F: drivers/net/ethernet/freescale/dpaa2/dpmac* F: drivers/net/ethernet/freescale/dpaa2/dpkg.h F: drivers/net/ethernet/freescale/dpaa2/Makefile F: drivers/net/ethernet/freescale/dpaa2/Kconfig +F: Documentation/networking/device_drivers/freescale/dpaa2/ethernet-driver.rst +F: Documentation/networking/device_drivers/freescale/dpaa2/mac-phy-support.rst DPAA2 ETHERNET SWITCH DRIVER M: Ioana Radulescu <ruxandra.radulescu@nxp.com> |