Re: [PATCH v3] net: phy: Factor out PHY GPIO reset code

2024-03-28 Thread Tom Rini
On Mon, Mar 18, 2024 at 03:57:01PM +0100, Marek Vasut wrote: > Pull the PHY GPIO reset code into separate function, since > this is and will be reused multiple times. Set up default > reset assert and deassert timing to generous 20ms and 1ms > for maximum compatibility in case those DT properties

[PATCH v3] net: phy: Factor out PHY GPIO reset code

2024-03-18 Thread Marek Vasut
Pull the PHY GPIO reset code into separate function, since this is and will be reused multiple times. Set up default reset assert and deassert timing to generous 20ms and 1ms for maximum compatibility in case those DT properties are missing. Reviewed-by: Ramon Fried Signed-off-by: Marek Vasut --