zephyr/drivers/spi
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
..
CMakeLists.txt
Kconfig
Kconfig.cc13xx_cc26xx
Kconfig.dw kconfig: Remove redundant 'default n' and 'prompt' properties 2019-12-09 16:14:50 +01:00
Kconfig.litex
Kconfig.mcux_dspi
Kconfig.mcux_lpspi
Kconfig.nrfx drivers: spi: nrfx: Move MISO lines pull configuration to DT 2019-12-09 16:08:39 +01:00
Kconfig.oc_simple
Kconfig.rv32m1_lpspi kconfig: Fix up newly-introduced copy-pasted headers 2019-11-19 15:25:08 -05:00
Kconfig.sam
Kconfig.sam0
Kconfig.sifive
Kconfig.stm32
Kconfig.xec_qmspi
spi_cc13xx_cc26xx.c
spi_context.h
spi_dw_regs.h
spi_dw.c
spi_dw.h
spi_handlers.c spi: fix spell typo in spi handler 2019-11-20 09:56:53 -08:00
spi_litespi.c
spi_litespi.h
spi_ll_stm32.c driver: spi: Error handling issues in spi_stm32_configure 2019-11-18 09:18:13 -06:00
spi_ll_stm32.h
spi_mcux_dspi.c
spi_mcux_lpspi.c
spi_nrfx_spi.c drivers: spi: nrfx: Move MISO lines pull configuration to DT 2019-12-09 16:08:39 +01:00
spi_nrfx_spim.c drivers: spi: nrfx: Move MISO lines pull configuration to DT 2019-12-09 16:08:39 +01:00
spi_nrfx_spis.c drivers: nrfx: Update implementations after switching to nrfx 2.0.0 2019-11-08 14:54:12 +01:00
spi_oc_simple.c include: Fix use of <sys_io.h> -> <sys/sys_io.h> 2019-12-10 08:39:37 -05:00
spi_oc_simple.h
spi_rv32m1_lpspi.c
spi_sam.c
spi_sam0.c
spi_sifive.c
spi_sifive.h
spi_xec_qmspi.c