[U-Boot] [PATCH v4 10/29] dm: sandbox: spi: Move to driver model

Simon Glass sjg at chromium.org
Thu Oct 23 05:03:42 CEST 2014


On 13 October 2014 23:41, Simon Glass <sjg at 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 at chromium.org>
> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki at 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.


More information about the U-Boot mailing list