]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'ethernet-missing-netdev-parent'
authorDavid S. Miller <davem@davemloft.net>
Fri, 9 Dec 2016 02:26:59 +0000 (21:26 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Dec 2016 02:26:59 +0000 (21:26 -0500)
commit1472d599a8d30429bf322fdc53bae3bec382308d
tree5d78835b264a00ab13a5911f88ccd944d13d9caa
parentc4587631c7bad47c045e081d1553cd73a23be59a
parent5579f28cc8ba8a3b489cb042fcb30d331236c3bb
Merge branch 'ethernet-missing-netdev-parent'

Florian Fainelli says:

====================
net: ethernet: Make sure we set dev->dev.parent

This patch series builds atop:

ec988ad78ed6d184a7f4ca6b8e962b0e8f1de461 ("phy: Don't increment MDIO
bus refcount unless it's a different owner")

FMAN is the one that potentially needs patching as well (call
SET_NETDEV_DEV), but there appears to be no way that init_phy is
called right now, or there is not such an in-tree user. Madalin, can
you comment on that?
====================

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