]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
phy: fix 10/100Mbps operation on 1Gbps-capable links
authorSascha Silbe <t-uboot@infra-silbe.de>
Fri, 19 Jul 2013 10:25:10 +0000 (12:25 +0200)
committerTom Rini <trini@ti.com>
Fri, 19 Jul 2013 21:12:16 +0000 (17:12 -0400)
commit9ba30f6bc2741ae4d49724cdd32ca1c9a48f6155
tree5c18b2df8622e1d210f76bf37b3492410ce72ad2
parent971c450a446a60daf276b9d2adf243be6048c421
phy: fix 10/100Mbps operation on 1Gbps-capable links

de1d786 [add support for Xilinx 1000BASE-X phy (GTX)] introduced a
check for the extended status register in order to support
1Gbps-capable PHYs that don't have the 1000BASE-T registers. Since
Extended Status only indicates what the PHY (i.e. the local side) is
capable of, this broke communication with non-1Gbps peers.

Only check the extended status if the 1000BASE-T registers are
actually missing so we don't end up setting speed to 1Gbps even though
the previous test (for the combination of local and peer support for
1Gbps) already indicated we can't do 1Gbps with the current peer.

Signed-off-by: Sascha Silbe <t-uboot@infra-silbe.de>
Tested-by: Fabio Estevam <fabio.estevam@freescale.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/phy/phy.c