Re: [PATCH RFC v2 3/3] net: phy: allow EEE with SGMII interface modes

2017-03-27 Thread Russell King - ARM Linux
On Mon, Mar 27, 2017 at 03:42:57PM -0700, Florian Fainelli wrote: > I think David will require you to resubmit this as an entire patch > series and without an RFC tag. Do you want to hold off a bit to get > build coverage or go ahead and target net-next right away? I'd prefer to get build coverage

Re: [PATCH RFC v2 3/3] net: phy: allow EEE with SGMII interface modes

2017-03-27 Thread Florian Fainelli
On 03/27/2017 01:15 PM, Russell King - ARM Linux wrote: > Here's the revised patch as requested. > > Thanks. > > 8<=== > From: Russell King > Subject: [PATCH] net: phy: allow EEE with any interface mode > > EEE is able to work in any PHY interface mode, there is nothing which > fundamentally re

Re: [PATCH RFC v2 3/3] net: phy: allow EEE with SGMII interface modes

2017-03-27 Thread Russell King - ARM Linux
Here's the revised patch as requested. Thanks. 8<=== From: Russell King Subject: [PATCH] net: phy: allow EEE with any interface mode EEE is able to work in any PHY interface mode, there is nothing which fundamentally restricts it to only a few modes. For example, EEE works in SGMII mode with t

Re: [PATCH RFC v2 3/3] net: phy: allow EEE with SGMII interface modes

2017-03-27 Thread Russell King - ARM Linux
On Mon, Mar 27, 2017 at 11:03:12AM -0700, Florian Fainelli wrote: > On 03/27/2017 10:00 AM, Russell King - ARM Linux wrote: > > On Mon, Mar 27, 2017 at 09:47:31AM -0700, Florian Fainelli wrote: > >> On 03/27/2017 02:59 AM, Russell King wrote: > >>> As EEE is able to work in SGMII mode as well, add

Re: [PATCH RFC v2 3/3] net: phy: allow EEE with SGMII interface modes

2017-03-27 Thread Florian Fainelli
On 03/27/2017 12:47 PM, Russell King - ARM Linux wrote: > On Mon, Mar 27, 2017 at 11:03:12AM -0700, Florian Fainelli wrote: >> On 03/27/2017 10:00 AM, Russell King - ARM Linux wrote: >>> On Mon, Mar 27, 2017 at 09:47:31AM -0700, Florian Fainelli wrote: On 03/27/2017 02:59 AM, Russell King wrot

Re: [PATCH RFC v2 3/3] net: phy: allow EEE with SGMII interface modes

2017-03-27 Thread Florian Fainelli
On 03/27/2017 10:00 AM, Russell King - ARM Linux wrote: > On Mon, Mar 27, 2017 at 09:47:31AM -0700, Florian Fainelli wrote: >> On 03/27/2017 02:59 AM, Russell King wrote: >>> As EEE is able to work in SGMII mode as well, add it to the list of >>> permissable EEE modes that phy_init_eee() will accep

Re: [PATCH RFC v2 3/3] net: phy: allow EEE with SGMII interface modes

2017-03-27 Thread Russell King - ARM Linux
On Mon, Mar 27, 2017 at 09:47:31AM -0700, Florian Fainelli wrote: > On 03/27/2017 02:59 AM, Russell King wrote: > > As EEE is able to work in SGMII mode as well, add it to the list of > > permissable EEE modes that phy_init_eee() will accept. This is > > necessary so that EEE can work with an 88E1

Re: [PATCH RFC v2 3/3] net: phy: allow EEE with SGMII interface modes

2017-03-27 Thread Florian Fainelli
On 03/27/2017 02:59 AM, Russell King wrote: > As EEE is able to work in SGMII mode as well, add it to the list of > permissable EEE modes that phy_init_eee() will accept. This is > necessary so that EEE can work with an 88E1512 connected in SGMII mode. As you mention in your cover letter, we shou

[PATCH RFC v2 3/3] net: phy: allow EEE with SGMII interface modes

2017-03-27 Thread Russell King
As EEE is able to work in SGMII mode as well, add it to the list of permissable EEE modes that phy_init_eee() will accept. This is necessary so that EEE can work with an 88E1512 connected in SGMII mode. Signed-off-by: Russell King --- drivers/net/phy/phy.c | 1 + 1 file changed, 1 insertion(+)