]> git.baikalelectronics.ru Git - kernel.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)
commite657b5e8f12102a056005175b24f3242271af9c6
tree8b3d39c120cddca8d26d33de1000171ba5d8bb7e
parent8f97e82dda24340357f4ed6f27b7c5b24991eaa0
Revert "net/phy: Add Vitesse 8641 phy ID"

This reverts commit b855776130baefe1e69986f9127fecb1e112049a.

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