
23 Oct
2014
23 Oct
'14
5:04 a.m.
On 13 October 2014 23:42, Simon Glass sjg@chromium.org wrote:
Convert sandbox's spi flash emulation driver to use driver model.
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 a few more debug() statements
- Use an explicit chip select value instead of reusing device sequence number
Changes in v2: None
arch/sandbox/include/asm/spi.h | 13 -- arch/sandbox/include/asm/state.h | 1 - drivers/mtd/spi/sandbox.c | 338 +++++++++++++++++++++++++++++++++------ include/configs/sandbox.h | 1 + 4 files changed, 292 insertions(+), 61 deletions(-)
Applied to u-boot-dm/master.