Re: [net PATCH 1/1] net: phy: fix phy link up when limiting speed via device tree

2015-06-28 Thread David Miller
From: Mugunthan V N Date: Thu, 25 Jun 2015 22:21:02 +0530 > When limiting phy link speed using "max-speed" to 100mbps or less on a > giga bit phy, phy never completes auto negotiation and phy state > machine is held in PHY_AN. Fixing this issue by comparing the giga > bit advertise though phydev-

Re: [net PATCH 1/1] net: phy: fix phy link up when limiting speed via device tree

2015-06-25 Thread Mugunthan V N
On Friday 26 June 2015 08:33 AM, Florian Fainelli wrote: > Le 06/25/15 09:51, Mugunthan V N a écrit : >> > When limiting phy link speed using "max-speed" to 100mbps or less on a >> > giga bit phy, phy never completes auto negotiation and phy state >> > machine is held in PHY_AN. Fixing this issue b

Re: [net PATCH 1/1] net: phy: fix phy link up when limiting speed via device tree

2015-06-25 Thread Florian Fainelli
Le 06/25/15 09:51, Mugunthan V N a écrit : > When limiting phy link speed using "max-speed" to 100mbps or less on a > giga bit phy, phy never completes auto negotiation and phy state > machine is held in PHY_AN. Fixing this issue by comparing the giga > bit advertise though phydev->supported doesn'

Re: [net PATCH 1/1] net: phy: fix phy link up when limiting speed via device tree

2015-06-25 Thread Mugunthan V N
On Thursday 25 June 2015 11:01 PM, Florian Fainelli wrote: > 2015-06-25 9:51 GMT-07:00 Mugunthan V N : >> > When limiting phy link speed using "max-speed" to 100mbps or less on a >> > giga bit phy, phy never completes auto negotiation and phy state >> > machine is held in PHY_AN. Fixing this issue

Re: [net PATCH 1/1] net: phy: fix phy link up when limiting speed via device tree

2015-06-25 Thread Florian Fainelli
2015-06-25 9:51 GMT-07:00 Mugunthan V N : > When limiting phy link speed using "max-speed" to 100mbps or less on a > giga bit phy, phy never completes auto negotiation and phy state > machine is held in PHY_AN. Fixing this issue by comparing the giga > bit advertise though phydev->supported doesn't

[net PATCH 1/1] net: phy: fix phy link up when limiting speed via device tree

2015-06-25 Thread Mugunthan V N
When limiting phy link speed using "max-speed" to 100mbps or less on a giga bit phy, phy never completes auto negotiation and phy state machine is held in PHY_AN. Fixing this issue by comparing the giga bit advertise though phydev->supported doesn't have it but phy has BMSR_ESTATEN set. So that aut