zephyr/drivers/spi
Andrzej Głąbek f6e42a3ecf dts: bindings: Add separate binding for Nordic nRF Family SPI Slave
Use separate bindings for nRF Family SPI Slaves and SPI Masters so that
the properties "csn" and "def-char" can be made required for Slaves
(for Masters such settings are not applicable), and to avoid confusion
between the properties "csn" and "cs-gpios" for Master nodes.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2019-02-01 19:12:57 -05:00
..
CMakeLists.txt drivers: add spi support for atmel sam series soc 2018-10-10 11:29:49 -05:00
Kconfig drivers/spi: Always selecet HAS_DTS_SPI once SPI is enabled 2018-11-16 14:02:00 -05:00
Kconfig.dw kconfig: Hide the DesignWare SPI driver on unsupported platforms 2018-11-20 15:50:42 -05:00
Kconfig.mcux_dspi drivers/spi: Always selecet HAS_DTS_SPI once SPI is enabled 2018-11-16 14:02:00 -05:00
Kconfig.mcux_lpspi drivers/spi: Always selecet HAS_DTS_SPI once SPI is enabled 2018-11-16 14:02:00 -05:00
Kconfig.nrfx dts: bindings: Add separate binding for Nordic nRF Family SPI Slave 2019-02-01 19:12:57 -05:00
Kconfig.sam drivers/spi: Always selecet HAS_DTS_SPI once SPI is enabled 2018-11-16 14:02:00 -05:00
Kconfig.sam0 drivers/spi: Always selecet HAS_DTS_SPI once SPI is enabled 2018-11-16 14:02:00 -05:00
Kconfig.stm32 drivers/spi: Always selecet HAS_DTS_SPI once SPI is enabled 2018-11-16 14:02:00 -05:00
spi_context.h drivers/spi: Set CS inactive when releasing unconditionally 2018-11-16 10:22:30 -05:00
spi_dw.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
spi_dw.h boards: xtensa: intel_s1000_crb: Enable SPI Master driver 2018-11-13 18:49:03 -05: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_handlers.c spi_handlers: fix some build issues 2018-05-17 23:34:03 +03:00
spi_intel.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
spi_intel.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_intel_regs.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_ll_stm32.c stm32: drivers: spi: Added missing devices 2018-12-13 07:31:06 -06:00
spi_ll_stm32.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_mcux_dspi.c dts: spi: cleanup CONFIG_SPI_x_IRQ_PRI 2018-11-21 12:27:16 -05:00
spi_mcux_lpspi.c drivers/spi: Do not reconfigure at every transaction 2018-11-17 00:25:36 +01:00
spi_nrfx_spi.c dts: nrf: Remove SPI dts.fixup defines and use aliases instead. 2018-11-20 22:18:09 +01:00
spi_nrfx_spim.c dts: nrf: Remove SPI dts.fixup defines and use aliases instead. 2018-11-20 22:18:09 +01:00
spi_nrfx_spis.c dts: bindings: Add separate binding for Nordic nRF Family SPI Slave 2019-02-01 19:12:57 -05:00
spi_sam.c drivers: spi_sam: initialize tx and rx 2019-01-14 14:07:52 -05:00
spi_sam0.c spie: spi_sam0: Don't use CONFIG_ namespace for non Kconfig 2019-02-01 19:01:16 -05:00