Re: [U-Boot] [PATCH v2 7/7] net/ethoc: implement MDIO bus and support phylib

2016-08-05 Thread Joe Hershberger
On Fri, Aug 5, 2016 at 10:26 AM, Max Filippov wrote: > Implement MDIO bus read/write functions, initialize the bus and scan for > the PHY when phylib is enabled. Limit PHY speeds to 10/100 Mbps. > > Cc: Michal Simek > Signed-off-by: Max Filippov Acked-by: Joe Hershberger __

[U-Boot] [PATCH v2 7/7] net/ethoc: implement MDIO bus and support phylib

2016-08-05 Thread Max Filippov
Implement MDIO bus read/write functions, initialize the bus and scan for the PHY when phylib is enabled. Limit PHY speeds to 10/100 Mbps. Cc: Michal Simek Signed-off-by: Max Filippov --- Changes v1->v2: - use wait_for_bit in ethoc_mdio_read/ethoc_mdio_write; - remove stray ioremap removal. dri