Re: [PATCH net] net: dsa: Do not override PHY interface if already configured

2015-08-12 Thread David Miller
From: Florian Fainelli Date: Wed, 12 Aug 2015 14:34:12 -0700 > On 12/08/15 14:30, David Miller wrote: >> Applied to 'net', thanks Florian. > > Could you also schedule this for -stable, at least 4.1 is affected by > this change, thank you! Done, thanks. -- To unsubscribe from this list: send the

Re: [PATCH net] net: dsa: Do not override PHY interface if already configured

2015-08-12 Thread Florian Fainelli
On 12/08/15 14:30, David Miller wrote: > From: Florian Fainelli > Date: Sat, 8 Aug 2015 12:58:57 -0700 > >> In case we need to divert reads/writes using the slave MII bus, we may have >> already fetched a valid PHY interface property from Device Tree, and that >> mode is used by the PHY driver t

Re: [PATCH net] net: dsa: Do not override PHY interface if already configured

2015-08-12 Thread Guenter Roeck
On Wed, Aug 12, 2015 at 02:30:35PM -0700, David Miller wrote: > From: Florian Fainelli > Date: Sat, 8 Aug 2015 12:58:57 -0700 > > > In case we need to divert reads/writes using the slave MII bus, we may have > > already fetched a valid PHY interface property from Device Tree, and that > > mode i

Re: [PATCH net] net: dsa: Do not override PHY interface if already configured

2015-08-12 Thread David Miller
From: Florian Fainelli Date: Sat, 8 Aug 2015 12:58:57 -0700 > In case we need to divert reads/writes using the slave MII bus, we may have > already fetched a valid PHY interface property from Device Tree, and that > mode is used by the PHY driver to make configuration decisions. > > If we could

[PATCH net] net: dsa: Do not override PHY interface if already configured

2015-08-08 Thread Florian Fainelli
In case we need to divert reads/writes using the slave MII bus, we may have already fetched a valid PHY interface property from Device Tree, and that mode is used by the PHY driver to make configuration decisions. If we could not fetch the "phy-mode" property, we will assign p->phy_interface to PH