Re: [PATCH v2 4/6] test: spi: Add sandbox_spi_get_{speed, mode} interface

2020-12-23 Thread Simon Glass
On Mon, 14 Dec 2020 at 10:08, Ovidiu Panait wrote: > > Introduce sandbox_spi_get_{speed, mode} public interface to retrieve the > sandbox spi bus internal state. They are meant to be used in sandbox spi > testcases. > > Signed-off-by: Ovidiu Panait > Reviewed-by: Simon Glass > --- > > Changes in

[PATCH v2 4/6] test: spi: Add sandbox_spi_get_{speed, mode} interface

2020-12-14 Thread Ovidiu Panait
Introduce sandbox_spi_get_{speed, mode} public interface to retrieve the sandbox spi bus internal state. They are meant to be used in sandbox spi testcases. Signed-off-by: Ovidiu Panait Reviewed-by: Simon Glass --- Changes in v2: - add reviewed-by tag arch/sandbox/include/asm/test.h | 16