]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: spi: Add SPI emulation bus
authorMike Frysinger <vapier@gentoo.org>
Tue, 3 Dec 2013 23:43:26 +0000 (16:43 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 9 Dec 2013 19:22:18 +0000 (12:22 -0700)
commit6122813fa2cb9eef4a211bd47292322096db9fa8
treee795422d0412c6093736dd1c31b72155e254a5b6
parentafb6134f30db2f97bae81ff56c7c9e4eee07b396
sandbox: spi: Add SPI emulation bus

This adds a SPI framework for people to hook up simulated SPI clients.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/include/asm/config.h
arch/sandbox/include/asm/spi.h [new file with mode: 0644]
arch/sandbox/include/asm/state.h
drivers/spi/Makefile
drivers/spi/sandbox_spi.c [new file with mode: 0644]