]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Revert "net/phy: Add Vitesse 8641 phy ID"
authorKevin Hao <haokexin@gmail.com>
Fri, 18 Sep 2015 07:42:30 +0000 (15:42 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Sep 2015 05:29:34 +0000 (22:29 -0700)
commitaab0c0e62ec4af224d1b6b40fca65055d403400b
tree8b3d39c120cddca8d26d33de1000171ba5d8bb7e
parent7a8a8e75d505147358b225173e890ada43a267e2
Revert "net/phy: Add Vitesse 8641 phy ID"

This reverts commit 1298267b548a78840bd4b3e030993ff8747ca5e6.

That commit claim that the Vitesse VSC8641 is compatible with Vitesse
82xx. But this is not true. It seems that all the registers used
in Vitesse phy driver are not compatible between 8641 and 82xx.
It does cause malfunction of the Ethernet on p1010rdb-pa board.
So we definitely need a rework in order to support the 8641 phy
in this driver.

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/vitesse.c