Re: [PATCH net] net: phy: Call bus->reset() after releasing PHYs from reset

2017-05-11 Thread David Miller
From: Florian Fainelli Date: Thu, 11 May 2017 11:24:16 -0700 > The API convention makes it that a given MDIO bus reset should be able > to access PHY devices in its reset() callback and perform additional > MDIO accesses in order to bring the bus and PHYs in a working state. > > Commit 69226896a

[PATCH net] net: phy: Call bus->reset() after releasing PHYs from reset

2017-05-11 Thread Florian Fainelli
The API convention makes it that a given MDIO bus reset should be able to access PHY devices in its reset() callback and perform additional MDIO accesses in order to bring the bus and PHYs in a working state. Commit 69226896ad63 ("mdio_bus: Issue GPIO RESET to PHYs.") broke that contract by first