Re: [PATCH] net: fec: fix runtime PM when probing MII bus

2015-07-20 Thread David Miller
From: Andrew Lunn Date: Tue, 21 Jul 2015 01:52:24 +0200 > You emailed saying you had reverted 6c3e921b18ed, but it is still in > net-next/master. It's reverted in the 'net' tree, and that's where bug fixes go. 'net' is periodically merged into 'net-next' so even if the revert isn't there now, i

Re: [PATCH] net: fec: fix runtime PM when probing MII bus

2015-07-20 Thread Andrew Lunn
On Mon, Jul 20, 2015 at 03:48:14PM +0200, Lucas Stach wrote: > In the case where there is no "mdio" bus specified in the devicetree a plain > mdiobus_register() will be called, which tries to probe the connected PHY > by doing mdio_read() on the bus. > Since 6c3e921b18ed (net: fec: Ensure clocks ar

Re: [PATCH] net: fec: fix runtime PM when probing MII bus

2015-07-20 Thread Lucas Stach
Am Montag, den 20.07.2015, 15:59 +0200 schrieb Andrew Lunn: > On Mon, Jul 20, 2015 at 03:48:14PM +0200, Lucas Stach wrote: > > In the case where there is no "mdio" bus specified in the devicetree a plain > > mdiobus_register() will be called, which tries to probe the connected PHY > > by doing mdio

Re: [PATCH] net: fec: fix runtime PM when probing MII bus

2015-07-20 Thread Andrew Lunn
On Mon, Jul 20, 2015 at 03:48:14PM +0200, Lucas Stach wrote: > In the case where there is no "mdio" bus specified in the devicetree a plain > mdiobus_register() will be called, which tries to probe the connected PHY > by doing mdio_read() on the bus. > Since 6c3e921b18ed (net: fec: Ensure clocks ar

[PATCH] net: fec: fix runtime PM when probing MII bus

2015-07-20 Thread Lucas Stach
In the case where there is no "mdio" bus specified in the devicetree a plain mdiobus_register() will be called, which tries to probe the connected PHY by doing mdio_read() on the bus. Since 6c3e921b18ed (net: fec: Ensure clocks are enabled while using mdio bus) this needs runtime PM to be available