Re: [PATCH net-next 1/2] net: marvell: mvpp2: add mvpp2_is_xlg() helper

2019-02-12 Thread David Miller
From: Russell King Date: Mon, 11 Feb 2019 10:23:10 + > Add a mvpp2_is_xlg() helper to identify whether the interface mode > should be using the XLGMAC rather than the GMAC. > > Signed-off-by: Russell King Applied.

Re: [PATCH net-next 1/2] net: marvell: mvpp2: add mvpp2_is_xlg() helper

2019-02-11 Thread Maxime Chevallier
Hello Russell, On Mon, 11 Feb 2019 10:23:10 + Russell King wrote: >Add a mvpp2_is_xlg() helper to identify whether the interface mode >should be using the XLGMAC rather than the GMAC. > >Signed-off-by: Russell King Reviewed-by: Maxime Chevallier Thanks, Maxime

[PATCH net-next 1/2] net: marvell: mvpp2: add mvpp2_is_xlg() helper

2019-02-11 Thread Russell King
Add a mvpp2_is_xlg() helper to identify whether the interface mode should be using the XLGMAC rather than the GMAC. Signed-off-by: Russell King --- drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 20 +--- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/drivers/ne