
9 Oct
2012
9 Oct
'12
2:14 p.m.
Hi,
On Thu, Oct 4, 2012 at 3:14 AM, viktor.krivak@gmail.com wrote:
From: Viktor Krivak viktor.krivak@gmail.com
Signed-off-by: Viktor Krivak viktor.krivak@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