commit | 9519bc599221572cce1e212e1999d8f78256c4a9 | [log] [tgz] |
---|---|---|
author | Troy Kisky <troy.kisky@boundarydevices.com> | Mon Oct 22 16:40:43 2012 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jan 28 06:57:50 2013 +0100 |
tree | e47a7744d39f219603d18cd8c79a76ddb33ca4fe | |
parent | 4e0eae62140dee5ed966a5f7b42662797bf059ff [diff] |
phy: add phy_find_by_mask/phy_connect_dev It is useful to be able to try a range of possible phy addresses to connect. Also, an ethernet device is not required to use phy_find_by_mask leading to better separation of mii vs ethernet, as suggested by Andy Fleming. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>