Re: [U-Boot] [PATCH 04/11] dm: test: Add tests for the generic PHY uclass

2017-04-15 Thread Simon Glass
Hi Jean-Jacques, On 14 April 2017 at 05:08, Jean-Jacques Hiblot wrote: > Those tests check: > - the ability for a phy-user to get a phy device a reference in the > device-tree > - the ability to perform operations on the phy (init,deinit,on,off) > - the behavior of the uclass

[U-Boot] [PATCH 04/11] dm: test: Add tests for the generic PHY uclass

2017-04-14 Thread Jean-Jacques Hiblot
Those tests check: - the ability for a phy-user to get a phy device a reference in the device-tree - the ability to perform operations on the phy (init,deinit,on,off) - the behavior of the uclass when optional operations are not implemented Signed-off-by: Jean-Jacques Hiblot