]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fixed-phy-phydev-leaks'
authorDavid S. Miller <davem@davemloft.net>
Wed, 30 Nov 2016 04:17:04 +0000 (23:17 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Nov 2016 04:17:04 +0000 (23:17 -0500)
commitc5dc5ca3f1a28cc68efb7328d02d28bd56a12621
treed7a3fd6644f2f711212b7e7cc7cabb113747128b
parentfb502d636c62c9219ae883d17031a653c2641ee3
parent330a09fdad251b78fccfb13e54c6ab13c36cf5c4
Merge branch 'fixed-phy-phydev-leaks'

Johan Hovold says:

====================
net: fix fixed-link phydev leaks

This series fixes failures to deregister and free fixed-link phydevs
that have been registered using the of_phy_register_fixed_link()
interface.

All but two drivers currently fail to do this and this series fixes most
of them with the exception of a staging driver and the stmmac drivers
which will be fixed by follow-on patches.

Included are also a couple of fixes for related of-node leaks.

Note that all patches except the of_mdio one have been compile-tested
only.

Also note that the series is against net due to dependencies not yet in
net-next.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>