On 12/09/2015 12:56 PM, Andrew Lunn wrote: > commit 8b63ec1837fa ("phylib: Make PHYs children of their MDIO bus, > not the bus' parent.") changed the parenting of PHY devices, making > them a child of the MDIO bus, instead of the MAC device. This broken > the Micrel PHY driver which has a deprecated feature of allowing PHY > properties to be placed into the MAC node. > > In order to find the MAC node, we need to walk up the tree of devices > until we find one with an OF node attached. > > Reported-by: Dinh Nguyen <dingu...@opensource.altera.com> > Suggested-by: David Daney <david.da...@cavium.com> > Acked-by: David Daney <david.da...@cavium.com> > Fixes: 8b63ec1837fa ("phylib: Make PHYs children of their MDIO bus, not the > bus' parent.") > Signed-off-by: Andrew Lunn <and...@lunn.ch> > --- > v2: Remove include of netdev.h > ---
Feel free to add: Tested-by: Dinh Nguyen <dingu...@opensource.altera.com> Thanks, Dinh -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html