Add functions for the spi device 08/131108/9
authorjino.cho <jino.cho@samsung.com>
Thu, 25 May 2017 10:53:53 +0000 (19:53 +0900)
committerjino.cho <jino.cho@samsung.com>
Thu, 1 Jun 2017 01:52:26 +0000 (10:52 +0900)
commit5fcacebd52d766b89b272887ddf35d864ea31e20
treeab79e770af598f5605bd22aa215b07dbfc03c709
parentbbd9ecdd494c6421c4f6f38db3a8154b480c81b8
Add functions for the spi device

This patch support the spi device. And, it should work properly
if the patch for peripheral-io is applied together.

Change-Id: Ib794a51e68aed07235ab423ec86f137715bc9ad9
Signed-off-by: jino.cho <jino.cho@samsung.com>
CMakeLists.txt
src/daemon/peripheral_bus.c
src/daemon/peripheral_bus.h
src/daemon/peripheral_bus_spi.c [new file with mode: 0644]
src/daemon/peripheral_bus_spi.h [new file with mode: 0644]
src/daemon/peripheral_io.xml
src/interface/include/spi.h
src/interface/spi.c