dsa: Add mdio device support to Marvell switches
authorAndrew Lunn <andrew@lunn.ch>
Tue, 10 May 2016 21:27:21 +0000 (23:27 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 May 2016 23:36:28 +0000 (19:36 -0400)
commit14c7b3c3877075e6df22e071d4619cbdeac82ffd
treecdcb058ffc75ece5b106bb91f700d7bf48b05a22
parentfcdce7d0751096bbc863d5db12726e9253abbc3c
dsa: Add mdio device support to Marvell switches

Allow Marvell switches to be mdio devices. Currently the driver just
allocate the private structure and detects what device is on the
bus. Later patches will make them register with the DSA framework.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/dsa/marvell.txt [new file with mode: 0644]
drivers/net/dsa/mv88e6xxx.c