Re: [PATCH net] phy: micrel: Fix finding PHY properties in MAC node.

2015-12-09 Thread David Daney
On 12/09/2015 10:37 AM, 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 fea

Re: [PATCH net] phy: micrel: Fix finding PHY properties in MAC node.

2015-12-09 Thread David Daney
On 12/09/2015 10:37 AM, 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 fea

Re: [PATCH net] phy: micrel: Fix finding PHY properties in MAC node.

2015-12-09 Thread Andrew Lunn
> >diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c > >index cf6312fafea5..2493d7c035f2 100644 > >--- a/drivers/net/phy/micrel.c > >+++ b/drivers/net/phy/micrel.c > >@@ -26,6 +26,7 @@ > > #include > > #include > > #include > >+#include > > No new types are introduced by the

[PATCH net] phy: micrel: Fix finding PHY properties in MAC node.

2015-12-09 Thread Andrew Lunn
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