[U-Boot] [PATCH v4 21/29] dm: sf: sandbox: Convert SPI flash driver to driver model

Simon Glass sjg at chromium.org
Thu Oct 23 05:04:43 CEST 2014


On 13 October 2014 23:42, Simon Glass <sjg at chromium.org> wrote:
> Convert sandbox's spi flash emulation driver to use driver model.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki at 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.


More information about the U-Boot mailing list