]> git.sur5r.net Git - u-boot/commit
net: phy: Add PHY driver for mv88e61xx switches
authorKevin Smith <kevin.smith@elecsyscorp.com>
Thu, 31 Mar 2016 19:33:12 +0000 (19:33 +0000)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 24 May 2016 16:39:04 +0000 (11:39 -0500)
commit24ae3961f811ee79e6c98474e21e07f8ce222dfc
tree5e2a261cc73141ebadc650f5e6622d60e82bc0fd
parent83c05515d8b428b9dd1ce6e7031048d4c1971152
net: phy: Add PHY driver for mv88e61xx switches

The previous mv88e61xx driver was a driver for configuring the
switch, but did not integrate with the PHY/networking system, so
it could not be used as a PHY by U-boot.  This is a complete
rework to support this device as a PHY.

Signed-off-by: Kevin Smith <kevin.smith@elecsyscorp.com>
Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Marek Vasut <marex@denx.de>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/phy/mv88e61xx.c [new file with mode: 0644]
drivers/net/phy/phy.c
include/phy.h