zephyr/drivers/spi
Maureen Helm 55caa7b743 drivers: spi: Select HAS_DTS_SPI in designware driver
Makes the designware spi driver consistent with other spi drivers by
selecting HAS_DTS_SPI in the driver. This required adding spi nodes and
dts fixups to several arc and x86 socs, as well as enabling those nodes
in associated boards.

Also refactors the driver to use the base address, interrupt number, and
interrupt priority from dts.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2018-09-28 06:27:06 +05:30
..
CMakeLists.txt spi: Introduce mcux lpspi shim driver 2018-09-19 09:15:29 -04:00
Kconfig spi: Introduce mcux lpspi shim driver 2018-09-19 09:15:29 -04:00
Kconfig.dw drivers: spi: Select HAS_DTS_SPI in designware driver 2018-09-28 06:27:06 +05:30
Kconfig.mcux_dspi spi: Remove unused Kconfig symbols from mcux dspi driver 2018-09-17 15:58:03 -04:00
Kconfig.mcux_lpspi spi: Introduce mcux lpspi shim driver 2018-09-19 09:15:29 -04:00
Kconfig.nrfx dts: add SPI bindings for nRF family 2018-09-11 11:41:37 +02:00
Kconfig.sam0 drivers: spi: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.stm32 drivers: spi: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
spi_context.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_dw_quark_se_ss_regs.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_dw_regs.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_dw.c drivers: spi: Select HAS_DTS_SPI in designware driver 2018-09-28 06:27:06 +05:30
spi_dw.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_handlers.c spi_handlers: fix some build issues 2018-05-17 23:34:03 +03:00
spi_intel_regs.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_intel.c drivers/spi: Switch Intel driver to new SPI API 2018-04-04 19:02:35 +02:00
spi_intel.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_ll_stm32.c spi: spi_ll_stm32: (fix) Clear OVR bit condition 2018-06-04 12:35:52 -05:00
spi_ll_stm32.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_mcux_dspi.c spi: Refactor mcux dspi shim driver to use clock control interface 2018-05-10 15:43:42 -05:00
spi_mcux_lpspi.c spi: Introduce mcux lpspi shim driver 2018-09-19 09:15:29 -04:00
spi_nrfx_spi.c drivers: spi: Correct a typo in spi_nrfx_spi.c 2018-04-13 10:26:28 +02:00
spi_nrfx_spim.c drivers: spi: Add shim for nrfx SPIM driver 2018-04-12 14:19:53 -04:00
spi_nrfx_spis.c drivers: spi: Add shim for nrfx SPIS driver 2018-04-13 17:04:16 +02:00
spi_sam0.c spi: Remove SPI legacy API 2018-04-04 19:02:35 +02:00