zephyr/drivers/spi
Anas Nashif 937e45de74 drivers: spi_sam: initialize tx and rx
initialize both tx and rx in the spi_sam0 driver. Make the spi_sam
driver look the same by splitting the declaration into 2 lines.

Discovered with gcc 8.2

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-01-14 14:07:52 -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 drivers: spi: nrfx: Set default value of SPIM3 RX delay to 2 2018-12-21 21:01:37 +01: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: nrf: Remove SPI dts.fixup defines and use aliases instead. 2018-11-20 22:18:09 +01:00
spi_sam.c drivers: spi_sam: initialize tx and rx 2019-01-14 14:07:52 -05:00
spi_sam0.c drivers: spi_sam: initialize tx and rx 2019-01-14 14:07:52 -05:00