Re: [PATCH] net: bcmgenet: Fix internal PHY link state

2016-02-19 Thread David Miller
From: Jaedon Shin Date: Fri, 19 Feb 2016 13:48:50 +0900 > The PHY link state is not chaged in GENETv2 caused by the previous > commit 49f7a471e4d1 ("net: bcmgenet: Properly configure PHY to ignore > interrupt") was set to PHY_IGNORE_INTERRUPT in bcmgenet_mii_probe(). > >

Re: [PATCH] net: bcmgenet: Fix internal PHY link state

2016-02-18 Thread Florian Fainelli
Le 18/02/2016 20:48, Jaedon Shin a écrit : > The PHY link state is not chaged in GENETv2 caused by the previous > commit 49f7a471e4d1 ("net: bcmgenet: Properly configure PHY to ignore > interrupt") was set to PHY_IGNORE_INTERRUPT in bcmgenet_mii_probe(). > > The internal PHY should use

[PATCH] net: bcmgenet: Fix internal PHY link state

2016-02-18 Thread Jaedon Shin
The PHY link state is not chaged in GENETv2 caused by the previous commit 49f7a471e4d1 ("net: bcmgenet: Properly configure PHY to ignore interrupt") was set to PHY_IGNORE_INTERRUPT in bcmgenet_mii_probe(). The internal PHY should use phy_mac_interrupt() when not in use PHY_POLL. The statement for