Re: [PATCH v2 07/15] net: phy: adin: make RGMII internal delays configurable

2019-08-08 Thread Andrew Lunn
On Thu, Aug 08, 2019 at 03:30:18PM +0300, Alexandru Ardelean wrote: > The internal delays for the RGMII are configurable for both RX & TX. This > change adds support for configuring them via device-tree (or ACPI). > > Signed-off-by: Alexandru Ardelean Reviewed-by: Andrew Lunn Andrew

[PATCH v2 07/15] net: phy: adin: make RGMII internal delays configurable

2019-08-08 Thread Alexandru Ardelean
The internal delays for the RGMII are configurable for both RX & TX. This change adds support for configuring them via device-tree (or ACPI). Signed-off-by: Alexandru Ardelean --- drivers/net/phy/adin.c | 82 ++ 1 file changed, 82 insertions(+) diff --git