]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
phylib: Work around bug in Teranetics PHY
authorAndy Fleming <afleming@freescale.com>
Wed, 20 Apr 2011 23:41:17 +0000 (18:41 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Sun, 9 Oct 2011 22:57:53 +0000 (17:57 -0500)
commitebfdacb42b5e29ed847a8bee05affc24e3d4eb10
treecc8972917cfa5ababbe1c3166a93b578a0ae06ca
parentbabb348cd0b507950e010bbc7fa360eff61db889
phylib: Work around bug in Teranetics PHY

The Teranetics PHY does not properly report the link state
for fiber connections. The new PHY code actually checked the link,
and so the FM driver would refuse to talk over a linkless PHY.

But the link may actually be up, so now we always report it as up
for fiber connections on the tn2020.

Signed-off-by: Andy Fleming <afleming@freescale.com>
drivers/net/phy/teranetics.c