diff options
author | Tobias Waldekranz <tobias@waldekranz.com> | 2020-03-23 13:14:14 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-27 05:49:34 +0300 |
commit | 04e37d92fbed45c6b57263c0cb262cf8fa5df0e2 (patch) | |
tree | 938be9d6540046e90e4ba1a1c0955b5bd12836bd /MAINTAINERS | |
parent | 61e0150cb44b546dceb4b9f498a7def344d342b0 (diff) | |
download | linux-04e37d92fbed45c6b57263c0cb262cf8fa5df0e2.tar.xz |
net: phy: add marvell usb to mdio controller
An MDIO controller present on development boards for Marvell switches
from the Link Street (88E6xxx) family.
Using this module, you can use the following setup as a development
platform for switchdev and DSA related work.
.-------. .-----------------.
| USB----USB |
| SoC | | 88E6390X-DB ETH1-10
| ETH----ETH0 |
'-------' '-----------------'
Signed-off-by: Tobias Waldekranz <tobias@waldekranz.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8e091a7566c9..fbc5ee74ac92 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10110,6 +10110,7 @@ MARVELL USB MDIO CONTROLLER DRIVER M: Tobias Waldekranz <tobias@waldekranz.com> L: netdev@vger.kernel.org S: Maintained +F: drivers/net/phy/mdio-mvusb.c F: Documentation/devicetree/bindings/net/marvell,mvusb.yaml MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER |