Re: [U-Boot] [PATCH v1 2/3] sparc: Add MDIO support to GRETH driver

2015-08-11 Thread Joe Hershberger
Hi Francios, On Wed, Nov 5, 2014 at 6:30 AM, Francois Retief wrote: > Added MDIO support to the Aeroflex Gaisler GRETH driver. The result is > that we can now use the CONFIG_CMD_MII commands to access the PHY chip. > > Signed-off-by: Francois Retief > --- I noticed this still sitting in patchwo

[U-Boot] [PATCH v1 2/3] sparc: Add MDIO support to GRETH driver

2014-11-05 Thread Francois Retief
Added MDIO support to the Aeroflex Gaisler GRETH driver. The result is that we can now use the CONFIG_CMD_MII commands to access the PHY chip. Signed-off-by: Francois Retief --- drivers/net/greth.c | 57 + 1 file changed, 57 insertions(+) dif