net: dsa: start and stop the PHY state machine
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 25 Sep 2014 00:05:17 +0000 (17:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 28 Sep 2014 21:14:08 +0000 (17:14 -0400)
commitf7f1de51edbdd53b09061d12758cacd9901c363e
tree107345030b408eaed2aa9882142769eb471532ee
parent155c6e1ad4a778cad7f9fe6695afc91b3f5fe1ac
net: dsa: start and stop the PHY state machine

dsa_slave_open() should start the PHY library state machine for its PHY
interface, and dsa_slave_close() should stop the PHY library state
machine accordingly.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dsa/slave.c