zephyr/drivers/spi
Vinicius Costa Gomes b5ff3fe0dd spi: qmsi: Fix enabling the CS line too late
There are situations when the transfer starts before we have the time to
enable the CS line, so to be sure, we active it before even attempting
to start the transfer.

This fixes an CC2520 driver initialization issue using the QMSI SPI driver.

Change-Id: Ib9b324b77260ac537f714376c8056b1543e7e3b3
Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
2016-02-05 20:25:30 -05:00
..
Kconfig spi: qmsi: Add support for selecting the driver's init priority 2016-02-05 20:25:29 -05:00
Makefile spi: Add QMSI-based implementation 2016-02-05 20:25:29 -05:00
spi_dw.c irq: rename irq_connect() to IRQ_CONNECT() 2016-02-05 20:25:25 -05:00
spi_dw.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
spi_intel.c irq: rename irq_connect() to IRQ_CONNECT() 2016-02-05 20:25:25 -05:00
spi_intel.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
spi_qmsi.c spi: qmsi: Fix enabling the CS line too late 2016-02-05 20:25:30 -05:00