zephyr/drivers/spi
Tomasz Bursztyka 6ba201e288 spi: dw: If an error occurs, nothing should prevent to stop
It's a bug that did not happen, but is a valid one:
if there is an error, we should not care at all about current stage of
transmission, thus it will stop right away.

Change-Id: Iec2b519d8118233f570ded18d6c6eb4084371e5b
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2016-02-08 21:45:07 -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 spi: dw: If an error occurs, nothing should prevent to stop 2016-02-08 21:45:07 -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