
23 Dec
2020
23 Dec
'20
4:45 p.m.
On Mon, 14 Dec 2020 at 10:08, 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 Reviewed-by: Simon Glass sjg@chromium.org
Changes in v2:
- add reviewed-by tag
arch/sandbox/include/asm/test.h | 16 ++++++++++++++++ drivers/spi/sandbox_spi.c | 14 ++++++++++++++ 2 files changed, 30 insertions(+)
Applied to u-boot-dm/next, thanks!