Searched hist:"8 abdeadc5c48e79d0ff37cf2215654a7e6866704" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/phy/ |
| H A D | ti.c | 8abdeadc5c48e79d0ff37cf2215654a7e6866704 Fri Dec 09 10:46:02 UTC 2016 Phil Edworthy <PHIL.EDWORTHY@renesas.com> net: phy: ti: Fix dp83867 RGMII_TXID interface path
There is code that is specifically for RGMII_TXID interface, but this will never get used because the code checks that the RGMII interface is RGMII_ID to RGMII_RXID; RGMII_TXID is after this.
To fix this and avoid similar problems in the future, use the phy_interface_is_rgmii helper function.
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
|