]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
phy: add phy_find_by_mask/phy_connect_dev
authorTroy Kisky <troy.kisky@boundarydevices.com>
Mon, 22 Oct 2012 16:40:43 +0000 (16:40 +0000)
committerStefano Babic <sbabic@denx.de>
Mon, 28 Jan 2013 05:57:50 +0000 (06:57 +0100)
commit1adb406b014176f0c1a925e4d3e9aae556dfe571
treee47a7744d39f219603d18cd8c79a76ddb33ca4fe
parenteef2448039c43493b2f9def6f257f1006fb0e956
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>
drivers/net/phy/phy.c
include/phy.h