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

2017-05-31 Thread Simon Glass
On 23 May 2017 at 03:57, 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 > --- > drivers/phy/phy-uclass.c | 5 + > include/generic-phy.h| 8 > 2 files cha

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

2017-05-29 Thread Patrice CHOTARD
Hi Jean-Jacques On 05/24/2017 03:24 PM, Jean-Jacques Hiblot wrote: > > > On 23/05/2017 11:57, 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

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

2017-05-24 Thread Marek Vasut
On 05/24/2017 03:24 PM, Jean-Jacques Hiblot wrote: > > > On 23/05/2017 11:57, 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 >> --- >> drive

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

2017-05-24 Thread Jean-Jacques Hiblot
On 23/05/2017 11:57, 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 --- drivers/phy/phy-uclass.c | 5 + include/generic-phy.h| 8 2 fil