zephyr/drivers/spi
Dan Kalowsky bfe756da7d spi : moving to a single SPI naming
Currently we have devices named "dw_spi_0" and "intel_spi_0" etc, which makes
it difficult for an application to look up.  Or worse, forcing a 3rd party IP
to hardcode in support for only one specific IP block.

Change-Id: Ie485e2350b171b66b22cd7ab39e0fcd196f38af8
Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
2016-02-11 11:28:18 -08:00
..
Kconfig spi : moving to a single SPI naming 2016-02-11 11:28:18 -08:00
Makefile spi: Add QMSI-based implementation 2016-02-05 20:25:29 -05:00
spi_dw.c spi: dw: Improve debug output 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 struct packing 2016-02-10 16:21:26 +00:00
spi_qmsi.c spi: qmsi: Fix enabling the CS line too late 2016-02-05 20:25:30 -05:00