Files
u-boot-tk1-som/drivers
Michal Simek 6a10bc5be8 net: phy: realtek: Use generic genphy_parse_link() for RTL8211E
The problem with current implementation is that SPDDONE bit is 1
but link bit is zero. That's why phydev->link is setup to 0
which ending up in driver failure that link is not up.

Log:
Zynq> dhcp
ethernet@e000b000 Waiting for PHY auto negotiation to complete.......
done
ethernet@e000b000: No link.

There is at least 1ms delay between spddone bit and link up.

Use genphy_read_status() instead of realtek implemenation which is
working with page 11. Linux driver is also using generic implementation.

Signed-off-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2016-02-22 16:37:50 +01:00
..
2015-11-02 10:38:00 +09:00
2016-02-06 12:00:59 +01:00
2016-01-28 21:01:23 -07:00
2016-02-06 12:00:59 +01:00
2016-01-13 21:05:19 -05:00
2016-01-27 15:32:05 +01:00
2016-02-16 09:17:49 -07:00
2016-02-21 13:42:52 +08:00
2016-02-22 16:21:02 +01:00
2016-02-05 12:47:21 +08:00
2016-01-29 13:47:38 -05:00
2016-02-21 11:25:29 +01:00
2016-02-06 12:00:59 +01:00
2016-01-21 20:42:36 -07:00