zephyr/drivers/spi
Michael Hope e68287dd90 drivers: spi: fix the fast path on the SAM0 driver
To keep the bus fully loaded, the SAM0 has a fast path that recognises
special cases like TX only, RX only, or TX/RX of the same size.
Commit #ea2431f32f7 accidentally disabled this.

This increases the utilisation from around 30 % to around 90 % at 48
MHz.

Signed-off-by: Michael Hope <mlhx@google.com>
2020-07-06 10:02:14 -04:00
..
CMakeLists.txt
Kconfig
Kconfig.cc13xx_cc26xx
Kconfig.dw
Kconfig.gecko
Kconfig.litex
Kconfig.mcux_dspi
Kconfig.mcux_flexcomm
Kconfig.mcux_lpspi
Kconfig.nrfx
Kconfig.oc_simple
Kconfig.rv32m1_lpspi
Kconfig.sam
Kconfig.sam0
Kconfig.sifive
Kconfig.stm32
Kconfig.xec_qmspi
spi_cc13xx_cc26xx.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_context.h drivers: spi: CS configuration through devicetree 2020-07-01 16:40:03 -05:00
spi_dw.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_dw.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_dw_regs.h
spi_gecko.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_handlers.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_litespi.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_litespi.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_ll_stm32.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_ll_stm32.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_mcux_dspi.c drivers: spi: Add optional delays to mcux dspi and lpspi drivers 2020-07-02 07:57:36 -04:00
spi_mcux_flexcomm.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_mcux_lpspi.c drivers: spi: Add optional delays to mcux dspi and lpspi drivers 2020-07-02 07:57:36 -04:00
spi_nrfx_spi.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_nrfx_spim.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_nrfx_spis.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_oc_simple.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_oc_simple.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_rv32m1_lpspi.c drivers: spi: rv32m1_lpspi: Fix null tx 2020-06-17 09:30:12 +02:00
spi_sam.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_sam0.c drivers: spi: fix the fast path on the SAM0 driver 2020-07-06 10:02:14 -04:00
spi_sifive.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_sifive.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_xec_qmspi.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00