Re: [PATCH net-next v2 0/2] drivers: xgene: Add support RGMII TX/RX delay configuration
From: David Miller <davem@davemloft.net>
Date: 2015-10-30 03:22:20
Also in:
linux-arm-kernel, linux-devicetree
From: David Miller <davem@davemloft.net>
Date: 2015-10-30 03:22:20
Also in:
linux-arm-kernel, linux-devicetree
From: Iyappan Subramanian <redacted> Date: Mon, 26 Oct 2015 15:25:14 -0700
X-Gene RGMII ethernet controller has a RGMII bridge that performs the
task of converting the RGMII signal {RX_CLK,RX_CTL, RX_DATA[3:0]} from
PHY to GMII signal {RX_DV,RX_ER,RX_DATA[7:0]} and vice versa. This
RGMII bridge has a provision to internally delay the input RX_CLK and
the output TX_CLK using configuration registers. This will help in
maintain the CLK-CTL delay relationship in various operating
conditions.
This patch adds support RGMII TX/RX delay configuration.
Signed-off-by: Iyappan Subramanian <redacted>Series applied, thanks.