Re: [U-Boot] [PATCH v4 11/11] test/py: test pinmux command

2018-11-02 Thread Simon Glass
On 24 October 2018 at 06:10, Patrice Chotard wrote: > Add pinmux test which test the following commands: > - pinmux list > - pinmux dev > - pinmux status > > Signed-off-by: Patrice Chotard > --- > > Changes in v4: > - Update sandbox_get_pin_muxing() due to get_pin_muxing() >prototype c

[U-Boot] [PATCH v4 11/11] test/py: test pinmux command

2018-10-24 Thread Patrice Chotard
Add pinmux test which test the following commands: - pinmux list - pinmux dev - pinmux status Signed-off-by: Patrice Chotard --- Changes in v4: - Update sandbox_get_pin_muxing() due to get_pin_muxing() prototype changes Changes in v3: - Fix typo Changes in v2: None arch/sandbox/dt