[U-Boot] [PATCH] Sandbox: Add spi driver to sandbox

Simon Glass sjg at chromium.org
Tue Oct 9 14:14:38 CEST 2012


Hi,

On Thu, Oct 4, 2012 at 3:14 AM,  <viktor.krivak at gmail.com> wrote:
> From: Viktor Krivak <viktor.krivak at gmail.com>
>
> Signed-off-by: Viktor Krivak <viktor.krivak at gmail.com>
> ---
>  Simple spi driver which only cache input data and send them back
>  on next call. Usefull for high level testing in sandbox.
>
>  drivers/spi/Makefile      |    1 +
>  drivers/spi/sandbox.c     |  162 +++++++++++++++++++++++++++++++++++++++++++++
>  include/configs/sandbox.h |    3 +
>  3 files changed, 166 insertions(+)
>  create mode 100644 drivers/spi/sandbox.c
>

Please can you take a look at Mike's work here also? He seems to have
done a similar thing.

http://patchwork.ozlabs.org/patch/146127/
http://patchwork.ozlabs.org/patch/146128/
http://patchwork.ozlabs.org/patch/146129/

Regards,
SImon


More information about the U-Boot mailing list