Re: [PATCH v2 5/5] net: dsa: qca8k: disable delay for RGMII mode

2019-01-08 Thread Vinod Koul
Hi Florian, On 08-01-19, 10:00, Florian Fainelli wrote: > On 1/8/19 8:29 AM, Vinod Koul wrote: > > In RGMII mode we should not have any delay in phy, so disable > > the delay. > > This seems to apply to the port's MAC itself, so the commit message > should be mentioning the port's MAC not the PHY

Re: [PATCH v2 5/5] net: dsa: qca8k: disable delay for RGMII mode

2019-01-08 Thread Florian Fainelli
On 1/8/19 8:29 AM, Vinod Koul wrote: > In RGMII mode we should not have any delay in phy, so disable > the delay. This seems to apply to the port's MAC itself, so the commit message should be mentioning the port's MAC not the PHY, right? > > Signed-off-by: Vinod Koul > --- > drivers/net/dsa/qc

[PATCH v2 5/5] net: dsa: qca8k: disable delay for RGMII mode

2019-01-08 Thread Vinod Koul
In RGMII mode we should not have any delay in phy, so disable the delay. Signed-off-by: Vinod Koul --- drivers/net/dsa/qca8k.c | 16 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/drivers/net/dsa/qca8k.c b/drivers/net/dsa/qca8k.c index 7e97e620bd44..a4b6cda38016