Re: [U-Boot] [PATCH v1 4/4] test: Add tests for the multiplexer framework

2019-10-25 Thread Jean-Jacques Hiblot
Hi Tom, On 25/10/2019 01:45, Tom Rini wrote: On Wed, Oct 02, 2019 at 02:47:49PM +0200, Jean-Jacques Hiblot wrote: Provide tests to check the behavior of the multiplexer framework. The test uses a mmio-based multiplexer. Signed-off-by: Jean-Jacques Hiblot These tests don't pass (with all of

Re: [U-Boot] [PATCH v1 4/4] test: Add tests for the multiplexer framework

2019-10-24 Thread Tom Rini
On Wed, Oct 02, 2019 at 02:47:49PM +0200, Jean-Jacques Hiblot wrote: > Provide tests to check the behavior of the multiplexer framework. > The test uses a mmio-based multiplexer. > > Signed-off-by: Jean-Jacques Hiblot These tests don't pass (with all of the other series applied as well, and

[U-Boot] [PATCH v1 4/4] test: Add tests for the multiplexer framework

2019-10-02 Thread Jean-Jacques Hiblot
Provide tests to check the behavior of the multiplexer framework. The test uses a mmio-based multiplexer. Signed-off-by: Jean-Jacques Hiblot --- arch/sandbox/dts/test.dts | 26 +++ configs/sandbox_defconfig | 2 + test/dm/Makefile | 1 + test/dm/mux-mmio.c| 143