Re: [PATCH v2 01/13] phy: nop-phy: Fix phy reset if no reset-gpio defined

2022-03-08 Thread Heinrich Schuchardt
On 3/4/22 16:42, Simon Glass wrote: From: Tim Harvey Ensure there is a valid reset-gpio defined before using it. Fixes: f9852acdce02 ("phy: nop-phy: Fix enabling reset") Cc: Adam Ford Signed-off-by: Tim Harvey Signed-off-by: Simon Glass This patch is already in origin/master.

[PATCH v2 01/13] phy: nop-phy: Fix phy reset if no reset-gpio defined

2022-03-04 Thread Simon Glass
From: Tim Harvey Ensure there is a valid reset-gpio defined before using it. Fixes: f9852acdce02 ("phy: nop-phy: Fix enabling reset") Cc: Adam Ford Signed-off-by: Tim Harvey Signed-off-by: Simon Glass --- (no changes since v1) drivers/phy/nop-phy.c | 12 +++- 1 file changed, 7 inse