Re: [PATCH net] net: mvpp2: fix condition for setting up link interrupt

2019-01-25 Thread Thomas Bogendoerfer
On Fri, 25 Jan 2019 09:37:20 +0100 Antoine Tenart wrote: > Hi, > > On Thu, Jan 24, 2019 at 04:07:41PM +, Russell King - ARM Linux admin > wrote: > > On Thu, Jan 24, 2019 at 04:51:37PM +0100, Andrew Lunn wrote: > > > On Thu, Jan 24, 2019 at 02:18:03PM +0100, Thomas Bogendoerfer wrote: > > >

Re: [PATCH net] net: mvpp2: fix condition for setting up link interrupt

2019-01-25 Thread Antoine Tenart
Hi, On Thu, Jan 24, 2019 at 04:07:41PM +, Russell King - ARM Linux admin wrote: > On Thu, Jan 24, 2019 at 04:51:37PM +0100, Andrew Lunn wrote: > > On Thu, Jan 24, 2019 at 02:18:03PM +0100, Thomas Bogendoerfer wrote: > > > > > > Fixes: 4bb043262878 ("net: mvpp2: phylink support") > > >

Re: [PATCH net] net: mvpp2: fix condition for setting up link interrupt

2019-01-24 Thread Russell King - ARM Linux admin
On Thu, Jan 24, 2019 at 05:15:35PM +0100, Andrew Lunn wrote: > On Thu, Jan 24, 2019 at 04:07:41PM +, Russell King - ARM Linux admin > wrote: > > On Thu, Jan 24, 2019 at 04:51:37PM +0100, Andrew Lunn wrote: > > > On Thu, Jan 24, 2019 at 02:18:03PM +0100, Thomas Bogendoerfer wrote: > > > > Set

Re: [PATCH net] net: mvpp2: fix condition for setting up link interrupt

2019-01-24 Thread Thomas Bogendoerfer
On Thu, 24 Jan 2019 16:51:37 +0100 Andrew Lunn wrote: > On Thu, Jan 24, 2019 at 02:18:03PM +0100, Thomas Bogendoerfer wrote: > > Set up link interrupt if connection is handled by phylink otherwise > > link state change detection for in-band-status doesn't work. > > Hi Thomas > > Please ensure

Re: [PATCH net] net: mvpp2: fix condition for setting up link interrupt

2019-01-24 Thread Thomas Bogendoerfer
On Thu, 24 Jan 2019 16:07:41 + Russell King - ARM Linux admin wrote: > On Thu, Jan 24, 2019 at 04:51:37PM +0100, Andrew Lunn wrote: > > On Thu, Jan 24, 2019 at 02:18:03PM +0100, Thomas Bogendoerfer wrote: > > > Set up link interrupt if connection is handled by phylink otherwise > > > link

Re: [PATCH net] net: mvpp2: fix condition for setting up link interrupt

2019-01-24 Thread Andrew Lunn
On Thu, Jan 24, 2019 at 04:07:41PM +, Russell King - ARM Linux admin wrote: > On Thu, Jan 24, 2019 at 04:51:37PM +0100, Andrew Lunn wrote: > > On Thu, Jan 24, 2019 at 02:18:03PM +0100, Thomas Bogendoerfer wrote: > > > Set up link interrupt if connection is handled by phylink otherwise > > >

Re: [PATCH net] net: mvpp2: fix condition for setting up link interrupt

2019-01-24 Thread Russell King - ARM Linux admin
On Thu, Jan 24, 2019 at 04:51:37PM +0100, Andrew Lunn wrote: > On Thu, Jan 24, 2019 at 02:18:03PM +0100, Thomas Bogendoerfer wrote: > > Set up link interrupt if connection is handled by phylink otherwise > > link state change detection for in-band-status doesn't work. > > Hi Thomas > > Please

Re: [PATCH net] net: mvpp2: fix condition for setting up link interrupt

2019-01-24 Thread Andrew Lunn
On Thu, Jan 24, 2019 at 02:18:03PM +0100, Thomas Bogendoerfer wrote: > Set up link interrupt if connection is handled by phylink otherwise > link state change detection for in-band-status doesn't work. Hi Thomas Please ensure the maintainers of the driver are at least on Cc: Thanks

[PATCH net] net: mvpp2: fix condition for setting up link interrupt

2019-01-24 Thread Thomas Bogendoerfer
Set up link interrupt if connection is handled by phylink otherwise link state change detection for in-band-status doesn't work. Fixes: 4bb043262878 ("net: mvpp2: phylink support") Signed-off-by: Thomas Bogendoerfer --- drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 2 +- 1 file changed, 1