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

2016-08-05 Thread Max Filippov
On Thu, Aug 4, 2016 at 11:48 PM, Joe Hershberger wrote: > On Tue, Aug 2, 2016 at 6:31 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: M

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

2016-08-04 Thread Joe Hershberger
Hi Max, On Tue, Aug 2, 2016 at 6:31 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 > --- > drivers/net/ethoc.c | 152 >