
23 Oct
2014
23 Oct
'14
5:03 a.m.
On 13 October 2014 23:41, Simon Glass sjg@chromium.org wrote:
Adjust the sandbox SPI driver to support driver model and move sandbox over to driver model for SPI.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Jagannadha Sutradharudu Teki jagannadh.teki@gmail.com
Changes in v4: None Changes in v3:
- Add implementation/comment for the cs_info() method
- Remove the child_pre_probe() method which is no longer needed
Changes in v2:
- Correct sandbox's xfer() method signature
- Use 'bus' instead of 'dev' to make the API clearer
arch/sandbox/include/asm/state.h | 1 + drivers/spi/sandbox_spi.c | 200 +++++++++++++++------------------------ include/configs/sandbox.h | 3 +- 3 files changed, 76 insertions(+), 128 deletions(-)
Applied to u-boot-dm/master.