[U-Boot] [PATCH] net: phy: realtek: fix enabling of the TX-delay for RTL8211F

2017-08-18 Thread Madalin Bucur
The old logic always enabled the TX-delay when the phy-mode was set to PHY_INTERFACE_MODE_RGMII. With this patch we enable the TX delay for PHY_INTERFACE_MODE_RGMII_ID and PHY_INTERFACE_MODE_RGMII_TXID and disable it for PHY_INTERFACE_MODE_RGMII. Based on a similar change made in the Linux Realtek

Re: [U-Boot] [PATCH] net: phy: realtek: fix enabling of the TX-delay for RTL8211F

2017-08-18 Thread Joe Hershberger
On Fri, Aug 18, 2017 at 3:35 AM, Madalin Bucur wrote: > The old logic always enabled the TX-delay when the phy-mode was set to > PHY_INTERFACE_MODE_RGMII. With this patch we enable the TX delay for > PHY_INTERFACE_MODE_RGMII_ID and PHY_INTERFACE_MODE_RGMII_TXID and > disable it for PHY_INTERFACE_M

Re: [U-Boot] [PATCH] net: phy: realtek: fix enabling of the TX-delay for RTL8211F

2017-08-18 Thread York Sun
On 08/18/2017 01:36 AM, Madalin Bucur wrote: > The old logic always enabled the TX-delay when the phy-mode was set to > PHY_INTERFACE_MODE_RGMII. With this patch we enable the TX delay for > PHY_INTERFACE_MODE_RGMII_ID and PHY_INTERFACE_MODE_RGMII_TXID and > disable it for PHY_INTERFACE_MODE_RGMII.