]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net/davinci_emac: fix failing PHY connect attempts
authorAnatolij Gustschin <agust@denx.de>
Mon, 23 Apr 2012 12:06:43 +0000 (12:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Apr 2012 04:43:55 +0000 (00:43 -0400)
commit1ab8be4a14409c55050db69271631afebac29b5a
treebfa51cb6cc51ccd8b60d9359097833ce6553db35
parentc2f1244b86492b6cc89202f3f9ed43c88fb3e79d
net/davinci_emac: fix failing PHY connect attempts

PHY connect attempts fail if no PHY id is specified in the emac platform
data and another mdio bus has been registered before 'davinci_mdio' bus. In
this case when configuring the interface, there will be an attempt to
connect to already attached PHY on the previously registered mdio bus:

net eth1: PHY already attached
net eth1: could not connect to phy smsc911x-0:01
IP-Config: Failed to open eth1
IP-Config: Device `eth1' not found

Fix this by modifying match_first_device() to match first PHY device
on 'davinci_mdio' bus.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/davinci_emac.c