zephyr/drivers/spi
Daniel Leung 2898e249da spi/dw: convert to use DEVICE_AND_API_INIT()
Note that the failure case can only be reached when compiling
for ARC side of Quark SE. Otherwise, the code is never compiled
which reduces code size for other platforms.

Change-Id: Ic76890cbaf22da5c3563e056cba9b39615d3da0c
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-04-15 22:06:11 +00:00
..
Kconfig spi: restructure kconfig options 2016-03-17 21:05:12 +00:00
Kconfig.dw refactor common driver initialization priorities 2016-03-28 15:58:29 -07:00
Kconfig.intel spi: restructure kconfig options 2016-03-17 21:05:12 +00:00
Kconfig.k64 spi/k64: remove SoC specific SPI constants from kconfig 2016-03-26 20:36:32 -04:00
Kconfig.qmsi spi: restructure kconfig options 2016-03-17 21:05:12 +00:00
Makefile
spi_dw_quark_se_ss_regs.h
spi_dw_regs.h
spi_dw.c spi/dw: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:11 +00:00
spi_dw.h
spi_intel.c spi/intel: move driver_api assignment later 2016-04-12 19:30:35 +08:00
spi_intel.h
spi_k64_priv.h
spi_k64.c spi/k64: remove SoC specific SPI constants from kconfig 2016-03-26 20:36:32 -04:00
spi_qmsi.c