RE: [PATCH net] phy: Don't increment MDIO bus refcount unless it's a different owner

2016-12-09 Thread Madalin-Cristian Bucur
> From: netdev-ow...@vger.kernel.org On Behalf Of Florian Fainelli > Sent: Thursday, December 08, 2016 7:54 PM > To: Johan Hovold > On 12/08/2016 09:01 AM, Johan Hovold wrote: > > On Thu, Dec 08, 2016 at 08:47:54AM -0800, Florian Fainelli wrote: > >> On 12/08/2016 08:27 AM, Johan Hovold wrote: > >

Re: [PATCH net] phy: Don't increment MDIO bus refcount unless it's a different owner

2016-12-08 Thread Florian Fainelli
On 12/08/2016 09:01 AM, Johan Hovold wrote: > On Thu, Dec 08, 2016 at 08:47:54AM -0800, Florian Fainelli wrote: >> On 12/08/2016 08:27 AM, Johan Hovold wrote: >>> On Tue, Dec 06, 2016 at 08:54:43PM -0800, Florian Fainelli wrote: Commit 3e3aaf649416 ("phy: fix mdiobus module safety") fixed the

Re: [PATCH net] phy: Don't increment MDIO bus refcount unless it's a different owner

2016-12-08 Thread Johan Hovold
On Thu, Dec 08, 2016 at 08:47:54AM -0800, Florian Fainelli wrote: > On 12/08/2016 08:27 AM, Johan Hovold wrote: > > On Tue, Dec 06, 2016 at 08:54:43PM -0800, Florian Fainelli wrote: > >> Commit 3e3aaf649416 ("phy: fix mdiobus module safety") fixed the way we > >> dealt with MDIO bus module referenc

Re: [PATCH net] phy: Don't increment MDIO bus refcount unless it's a different owner

2016-12-08 Thread Florian Fainelli
On 12/08/2016 08:27 AM, Johan Hovold wrote: > On Tue, Dec 06, 2016 at 08:54:43PM -0800, Florian Fainelli wrote: >> Commit 3e3aaf649416 ("phy: fix mdiobus module safety") fixed the way we >> dealt with MDIO bus module reference count, but sort of introduced a >> regression in that, if an Ethernet dr

Re: [PATCH net] phy: Don't increment MDIO bus refcount unless it's a different owner

2016-12-08 Thread Johan Hovold
On Tue, Dec 06, 2016 at 08:54:43PM -0800, Florian Fainelli wrote: > Commit 3e3aaf649416 ("phy: fix mdiobus module safety") fixed the way we > dealt with MDIO bus module reference count, but sort of introduced a > regression in that, if an Ethernet driver registers its own MDIO bus > driver, as is c

Re: [PATCH net] phy: Don't increment MDIO bus refcount unless it's a different owner

2016-12-07 Thread David Miller
From: Florian Fainelli Date: Tue, 6 Dec 2016 20:54:43 -0800 > Commit 3e3aaf649416 ("phy: fix mdiobus module safety") fixed the way we > dealt with MDIO bus module reference count, but sort of introduced a > regression in that, if an Ethernet driver registers its own MDIO bus > driver, as is comm