
12 Dec
2020
12 Dec
'20
4:39 p.m.
On Sun, 6 Dec 2020 at 14:23, Ovidiu Panait ovidiu.panait@windriver.com 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 ovidiu.panait@windriver.com
arch/sandbox/include/asm/test.h | 16 ++++++++++++++++ drivers/spi/sandbox_spi.c | 14 ++++++++++++++ 2 files changed, 30 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org