]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'more-dsa-unbinding-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 7 Dec 2015 21:35:51 +0000 (16:35 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Dec 2015 21:35:51 +0000 (16:35 -0500)
commit8a0912d931c1b61fd850d4b1741eb155f5f9f10a
tree795c5b3cb40f66415c0237c7602026b08ff78b18
parent0bdd253306a08f06242efd48a76ff36ccec7a894
parentd6f8641e25a37ef9377e12ffd2846a7aea5c35b6
Merge branch 'more-dsa-unbinding-fixes'

Neil Armstrong says:

====================
Further fix for dsa unbinding

This series fixes further issues for DSA dynamic unbinding.
The first patch completely removes the PHY link state polling.
The two following cleans up the dsa state upon removal.
The last patch moves slave destroy code as slave function and
adds missing netdev and phy cleanup calls.

v1: http://lkml.kernel.org/r/562F8ECB.884cad9@baylibre.com
v2: http://lkml.kernel.org/r/56321D9A.8010109@baylibre.com
remove phy fix and add missing calls in dsa_switch_destroy
then add dedicated dsa_slave_destroy

v3: remove polling instead of fixing it, make single patch for
dsa slave destroy
====================

Acked-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>