Re: [U-Boot] [PATCH v4 3/7] dm: test: Add tests for the generic PHY uclass

2017-04-23 Thread Simon Glass
Hi Jean-Jacques, On 21 April 2017 at 04:08, Jean-Jacques Hiblot wrote: > Those tests check: > - the ability for a phy-user to get a phy based on its name or its index > - the ability of a phy device (provider) to manage multiple ports > - the ability to perform operations on the

[U-Boot] [PATCH v4 3/7] dm: test: Add tests for the generic PHY uclass

2017-04-21 Thread Jean-Jacques Hiblot
Those tests check: - the ability for a phy-user to get a phy based on its name or its index - the ability of a phy device (provider) to manage multiple ports - the ability to perform operations on the phy (init,deinit,on,off) - the behavior of the uclass when optional operations are not