commit | a94b6975f4f08121f43981aed9ac7de2c26bcdda | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Fri Oct 16 16:16:34 2020 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 28 11:49:31 2020 -0400 |
tree | e7cb0b5388860556712b1d83fbecfa2208ee9b25 | |
parent | f1b0e1bea2a622ceb6a015676a309dfd17a53bdc [diff] |
test: Add tests for the multiplexer framework Provide tests to check the behavior of the multiplexer framework. Two sets of tests are added. One is using an emulated multiplexer driver that can be used to test basic functionality like select, deselect, etc. The other is using the mmio mux which adds tests specific to it. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Signed-off-by: Pratyush Yadav <p.yadav@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>