]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit59203368ef15e2e0354a104b62265d1bd2fa9d3f
tree107345030b408eaed2aa9882142769eb471532ee
parent842add135f36bbac0731191a42e2f2c347a2421a
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