Kumar Gala
73c1f8d63e
drivers: spi: spi_oc_simple: Convert to new DT_INST macros
...
Convert older DT_INST_ macro use the new include/devicetree.h
DT_INST macro APIs.
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-03-30 13:09:34 -05:00
Peter Bigot
5ceb612738
treewide: use full path to spi.h header
...
The build infrastructure should not be adding the drivers subdirectory
to the include path. Fix the legacy uses that depended on that
addition.
Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-01-26 17:52:12 +01:00
Kumar Gala
cd0f8d5c4f
include: Fix use of <sys_io.h> -> <sys/sys_io.h>
...
Fix #include <sys_io.h> as it has been deprecated and
should be #include <sys/sys_io.h>.
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-12-10 08:39:37 -05:00
Olof Kindgren
d09614ab59
drivers: spi: Add simple_spi driver
...
Add support for the OpenCores simple_spi controller
Signed-off-by: Olof Kindgren <olof.kindgren@gmail.com>
2019-10-22 15:54:03 -05:00