]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfdb09629dcc09f6cfeb566205d8b544a85e8196f
treecdcb058ffc75ece5b106bb91f700d7bf48b05a22
parenta3e3a8ed472721bcaf38750b33a72a905fe36f2c
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