Files
u-boot-tk1-som/drivers/net
Cormier, Jonathan 08be2836df phy: fix create_phy_by_mask for when its given an actual search mask
get_phy_id returns -EIO when it can't read from a phy at a given addr.  This would cause
create_phy_by_mask to return prematurely before it had tested the other addresses in the provided mask.

Example usage:
Replace
    phydev = phy_connect(bus, phy_addr, dev, phy_if)
with
    phydev = phy_find_by_mask(bus, phy_mask, phy_if)
    if (phydev)
	phy_connect_dev(phydev, dev);

Signed-off-by: Cormier, Jonathan <jcormier@criticallink.com>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
2014-06-05 14:44:56 -04:00
..
2014-05-13 08:26:54 -07:00
2011-01-09 18:06:50 +01:00
2010-07-12 00:14:29 -07:00
2012-05-22 10:18:15 -05:00
2013-04-01 16:33:52 -04:00
2014-04-18 16:14:10 -04:00
2014-04-18 10:42:30 -04:00
2014-04-20 13:16:43 +02:00
2013-04-01 16:33:52 -04:00
2013-11-22 16:50:54 -06:00
2013-12-18 16:49:45 +09:00
2014-02-21 11:33:18 -05:00
2012-11-04 11:00:36 -07:00