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

2017-05-31 Thread Simon Glass
On 29 May 2017 at 01: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 > --- > > v4: _ none > > drivers/phy/phy-uclass.c | 5 + > include/generic-phy.h| 8 ++

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

2017-05-29 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 --- v4: _ none drivers/phy/phy-uclass.c | 5 + include/generic-phy.h| 8 2 files changed, 13 insertions(+) diff --git