[U-Boot] [PATCH v2 2/2] mdio: add marvell MDIO driver

2018-06-06 Thread make
From: Ken Ma This patch adds a separate driver for the MDIO interface of the Marvell Ethernet controllers based on driver model. There are two reasons to have a separate driver rather than including it inside the MAC driver itself: *) The MDIO interface is shared by all Ethernet ports, so a dri

[U-Boot] [PATCH v2 2/2] mdio: add marvell MDIO driver

2018-06-06 Thread make
From: Ken Ma This patch adds a separate driver for the MDIO interface of the Marvell Ethernet controllers based on driver model. There are two reasons to have a separate driver rather than including it inside the MAC driver itself: *) The MDIO interface is shared by all Ethernet ports, so a dri