]> git.baikalelectronics.ru Git - kernel.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)
commitf6091f138cf06b300684ee1ae7792cc69d442c76
tree5d78835b264a00ab13a5911f88ccd944d13d9caa
parent95fbbb55d19f7b1756b020577d65dbe4e5fda4ad
parentc4997b1362bf7b11da38a227dddfc043c1f46c0b
Merge branch 'ethernet-missing-netdev-parent'

Florian Fainelli says:

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

This patch series builds atop:

bdcadec5433117a97f68492adb7c5721ee26a37a ("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>