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)
commit611d7df8866dabe4ae3b4f4fee4403c08dc87a67
tree795c5b3cb40f66415c0237c7602026b08ff78b18
parentad9360b3e5d428d859256390906dff64f2ddc290
parentcda5c15b23fb9d683a491e8bd137d11d8552ac02
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.6050709@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>