commit | e43c18193467a2e0e5558f1e4618df5ee97af77d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 08 12:57:11 2020 -0600 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Oct 27 16:41:30 2020 +0100 |
tree | 94053fff819187b2dc457603b0815b93211e3c08 | |
parent | c953c32cbdfde32ec0c9694c314a03e967d8f96f [diff] |
emul: spi: emul_bmi160: Move logging to access functions Move the logging for transactions to the functions that actually access registers and sample data. This avoids needed to repeat this code when I2C starts calling these functions. Signed-off-by: Simon Glass <sjg@chromium.org>