Re: [PATCH net-next 5/9] net: dsa: Allow DSA and CPU ports to have a phy-mode property

2015-08-23 Thread Florian Fainelli
Le 08/23/15 02:46, Andrew Lunn a écrit : > It can be useful for DSA and CPU ports to have a phy-mode property, in > particular to specify RGMII delays. Parse the property and set it in > the fixed-link phydev. > > Signed-off-by: Andrew Lunn Acked-by: Florian Fainelli -- Florian -- To unsubscri

[PATCH net-next 5/9] net: dsa: Allow DSA and CPU ports to have a phy-mode property

2015-08-23 Thread Andrew Lunn
It can be useful for DSA and CPU ports to have a phy-mode property, in particular to specify RGMII delays. Parse the property and set it in the fixed-link phydev. Signed-off-by: Andrew Lunn --- net/dsa/dsa.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/net/dsa/dsa.c