commit | 7e9db025c4b28b0383c0cecce110254a0fddc5bc | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Mon Apr 24 11:51:28 2017 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue May 09 12:14:16 2017 -0600 |
tree | 02c1bc73ed86147120b77818d09021f8b6d81f90 | |
parent | 4844778fd4493c12524f360450e31dbddc7c7d38 [diff] |
dm: test: Add tests for the generic PHY uclass 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 implemented Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>