commit | a2c9d01944e03de0ceb7b4b87922643362e529bb | [log] [tgz] |
---|---|---|
author | Ovidiu Panait <ovidiu.panait@windriver.com> | Mon Dec 14 19:06:49 2020 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue Dec 22 20:39:26 2020 -0700 |
tree | 1d2cbedf8cc08a601cc899e3e54b3aaf1870f1ac | |
parent | 05f38813df6aa04da2be34840ec3a541774075fe [diff] |
test: spi: Add sandbox_spi_get_{speed, mode} interface 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>