Re: [PATCH] phylib: Make PHYs children of their MDIO bus, not the bus' parent.

2015-11-19 Thread Andrew Lunn
> >What phy is it? > >Micrel KSZ8041RNLI for sh_eth, KSZ9031 for ravb. > > >Do you have phy DT properties in the MAC node? > >I have PHY subnodes (with props) in the MAC node. O.K, so this could be the same problems as https://lkml.org/lkml/2015/10/15/726 https://www.mail-archive.com/

Re: [PATCH] phylib: Make PHYs children of their MDIO bus, not the bus' parent.

2015-11-19 Thread Sergei Shtylyov
Hello. On 11/20/2015 12:06 AM, Andrew Lunn wrote: From: David Daney commit 18ee49ddb0d2 ("phylib: rename mii_bus::dev to mii_bus::parent") changed the parent of PHY devices from the bus to the bus parent. Then, commit 4dea547fef1b ("phylib: rework to prepare for OF registration of PHYs") mov

Re: [PATCH] phylib: Make PHYs children of their MDIO bus, not the bus' parent.

2015-11-19 Thread Andrew Lunn
On Thu, Nov 19, 2015 at 11:51:37PM +0300, Sergei Shtylyov wrote: > Hello. > > On 08/22/2015 02:16 AM, David Daney wrote: > > >From: David Daney > > > >commit 18ee49ddb0d2 ("phylib: rename mii_bus::dev to mii_bus::parent") > >changed the parent of PHY devices from the bus to the bus parent. > > >

Re: [PATCH] phylib: Make PHYs children of their MDIO bus, not the bus' parent.

2015-11-19 Thread Sergei Shtylyov
Hello. On 08/22/2015 02:16 AM, David Daney wrote: From: David Daney commit 18ee49ddb0d2 ("phylib: rename mii_bus::dev to mii_bus::parent") changed the parent of PHY devices from the bus to the bus parent. Then, commit 4dea547fef1b ("phylib: rework to prepare for OF registration of PHYs") mov

Re: [PATCH] phylib: Make PHYs children of their MDIO bus, not the bus' parent.

2015-08-25 Thread David Miller
From: David Daney Date: Fri, 21 Aug 2015 16:16:03 -0700 > From: David Daney > > commit 18ee49ddb0d2 ("phylib: rename mii_bus::dev to mii_bus::parent") > changed the parent of PHY devices from the bus to the bus parent. > > Then, commit 4dea547fef1b ("phylib: rework to prepare for OF > registra

Re: [PATCH] phylib: Make PHYs children of their MDIO bus, not the bus' parent.

2015-08-21 Thread Florian Fainelli
On 21/08/15 16:16, David Daney wrote: > From: David Daney > > commit 18ee49ddb0d2 ("phylib: rename mii_bus::dev to mii_bus::parent") > changed the parent of PHY devices from the bus to the bus parent. > > Then, commit 4dea547fef1b ("phylib: rework to prepare for OF > registration of PHYs") moved

[PATCH] phylib: Make PHYs children of their MDIO bus, not the bus' parent.

2015-08-21 Thread David Daney
From: David Daney commit 18ee49ddb0d2 ("phylib: rename mii_bus::dev to mii_bus::parent") changed the parent of PHY devices from the bus to the bus parent. Then, commit 4dea547fef1b ("phylib: rework to prepare for OF registration of PHYs") moved the code into phy_device.c At this point, it is so