net: bcmgenet: power up and down integrated GPHY when unused

Power up the GPHY while we are bringing-up the network interface, and
conversely, upon bring down, power the GPHY down. In order to avoid
creating hardware hazards, make sure that the GPHY gets powered on
during bcmgenet_open() prior to the UniMAC being reset as the UniMAC may
start creating activity towards the GPHY if we reverse the steps.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Florian Fainelli
2015-03-23 15:09:56 -07:00
committed by David S. Miller
parent a9d608c153
commit a642c4f790
3 changed files with 10 additions and 4 deletions

View File

@@ -168,7 +168,7 @@ void bcmgenet_mii_reset(struct net_device *dev)
}
}
static void bcmgenet_phy_power_set(struct net_device *dev, bool enable)
void bcmgenet_phy_power_set(struct net_device *dev, bool enable)
{
struct bcmgenet_priv *priv = netdev_priv(dev);
u32 reg = 0;