Re: [PATCH net-next 3/4] net: dsa: sja1105: Export the sja1105_inhibit_tx function

2019-06-08 Thread Florian Fainelli
On 6/8/2019 6:03 AM, Vladimir Oltean wrote: > This will be used to stop egress traffic in .phylink_mac_link_up. > > Signed-off-by: Vladimir Oltean Reviewed-by: Florian Fainelli -- Florian

Re: [PATCH net-next 3/4] net: dsa: sja1105: Export the sja1105_inhibit_tx function

2019-06-08 Thread Andrew Lunn
On Sat, Jun 08, 2019 at 04:03:43PM +0300, Vladimir Oltean wrote: > This will be used to stop egress traffic in .phylink_mac_link_up. > > Signed-off-by: Vladimir Oltean Reviewed-by: Andrew Lunn Andrew

[PATCH net-next 3/4] net: dsa: sja1105: Export the sja1105_inhibit_tx function

2019-06-08 Thread Vladimir Oltean
This will be used to stop egress traffic in .phylink_mac_link_up. Signed-off-by: Vladimir Oltean --- drivers/net/dsa/sja1105/sja1105.h | 2 ++ drivers/net/dsa/sja1105/sja1105_spi.c | 14 -- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/drivers/net/dsa/sja1105/s