Re: [PATCH net-next 1/2] net: stmmac: Make MDIO bus reset optional

2019-07-27 Thread David Miller
From: Thierry Reding Date: Fri, 26 Jul 2019 12:27:40 +0200 > From: Thierry Reding > > The Tegra EQOS driver already resets the MDIO bus at probe time via the > reset GPIO specified in the phy-reset-gpios device tree property. There > is no need to reset the bus again later on. > > This avoids

[PATCH net-next 1/2] net: stmmac: Make MDIO bus reset optional

2019-07-26 Thread Thierry Reding
From: Thierry Reding The Tegra EQOS driver already resets the MDIO bus at probe time via the reset GPIO specified in the phy-reset-gpios device tree property. There is no need to reset the bus again later on. This avoids the need to query the device tree for the snps,reset GPIO, which is not par