Re: [PATCH net-next 04/18] net: mvpp2: move the mii configuration in the ndo_open path

2017-07-27 Thread Antoine Tenart
Hi Andrew, On Wed, Jul 26, 2017 at 06:11:11PM +0200, Andrew Lunn wrote: > On Mon, Jul 24, 2017 at 03:48:34PM +0200, Antoine Tenart wrote: > > This moves the mii configuration in the ndo_open path, to allow handling > > different mii configurations later and to switch between these > > configuratio

Re: [PATCH net-next 04/18] net: mvpp2: move the mii configuration in the ndo_open path

2017-07-26 Thread Andrew Lunn
On Mon, Jul 24, 2017 at 03:48:34PM +0200, Antoine Tenart wrote: > This moves the mii configuration in the ndo_open path, to allow handling > different mii configurations later and to switch between these > configurations at runtime. > > Signed-off-by: Antoine Tenart > --- > drivers/net/ethernet/

[PATCH net-next 04/18] net: mvpp2: move the mii configuration in the ndo_open path

2017-07-24 Thread Antoine Tenart
This moves the mii configuration in the ndo_open path, to allow handling different mii configurations later and to switch between these configurations at runtime. Signed-off-by: Antoine Tenart --- drivers/net/ethernet/marvell/mvpp2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --