[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200323101414.11505-1-tobias@waldekranz.com>
Date: Mon, 23 Mar 2020 11:14:12 +0100
From: Tobias Waldekranz <tobias@...dekranz.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, andrew@...n.ch, f.fainelli@...il.com,
hkallweit1@...il.com
Subject: [PATCH net-next v4 0/2] net: phy: marvell usb to mdio controller
Support for an MDIO controller present on development boards for
Marvell switches from the Link Street (88E6xxx) family.
v3->v4:
- Remove unnecessary dependency on OF_MDIO.
v2->v3:
- Rename driver smi2usb -> mvusb.
- Clean up unused USB references.
v1->v2:
- Reverse christmas tree ordering of local variables.
Tobias Waldekranz (2):
dt-bindings: net: add marvell usb to mdio bindings
net: phy: add marvell usb to mdio controller
.../bindings/net/marvell,mvusb.yaml | 65 ++++++++++
MAINTAINERS | 7 +
drivers/net/phy/Kconfig | 7 +
drivers/net/phy/Makefile | 1 +
drivers/net/phy/mdio-mvusb.c | 120 ++++++++++++++++++
5 files changed, 200 insertions(+)
create mode 100644 Documentation/devicetree/bindings/net/marvell,mvusb.yaml
create mode 100644 drivers/net/phy/mdio-mvusb.c
--
2.17.1
Powered by blists - more mailing lists