Re: [U-Boot] [PATCH v6 4/5] drivers: phy: add generic_phy_valid() method

2017-07-10 Thread Lothar Waßmann
Hi, On Mon, 10 Jul 2017 11:39:22 +0200 patrice.chot...@st.com wrote: > From: Patrice Chotard > > This allow to check if a PHY has been correctly > initialised and avoid to get access to phy struct. > > Signed-off-by: Patrice Chotard > Reviewed-by: Marek Vasut > Reviewed-by: Simon Glass > ---

[U-Boot] [PATCH v6 4/5] drivers: phy: add generic_phy_valid() method

2017-07-10 Thread patrice.chotard
From: Patrice Chotard This allow to check if a PHY has been correctly initialised and avoid to get access to phy struct. Signed-off-by: Patrice Chotard Reviewed-by: Marek Vasut Reviewed-by: Simon Glass --- v6: _ none v5: _ none v4: _ none drivers/phy/phy-uclass.c | 5 + in