All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] spi: stm32-qspi: add dma support
@ 2019-03-22 14:35 ` Ludovic Barre
  0 siblings, 0 replies; 19+ messages in thread
From: Ludovic Barre @ 2019-03-22 14:35 UTC (permalink / raw)
  To: Mark Brown, Marek Vasut, Boris Brezillon, Rob Herring
  Cc: Maxime Coquelin, Alexandre Torgue, linux-mtd, linux-spi,
	linux-arm-kernel, linux-kernel, linux-stm32, devicetree,
	Ludovic Barre

From: Ludovic Barre <ludovic.barre@st.com>

This patch series adds dma support for the stm32-qspi.
In read mode, the memory map is preferred vs dma
(due to better throughput). If the dma transfer fails the buffer is
sent by polling.

Ludovic Barre (2):
  spi: stm32-qspi: add spi_master_put in release function
  spi: stm32-qspi: add dma support

 drivers/spi/spi-stm32-qspi.c | 182 ++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 163 insertions(+), 19 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2019-03-25 16:20 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-22 14:35 [PATCH 0/2] spi: stm32-qspi: add dma support Ludovic Barre
2019-03-22 14:35 ` Ludovic Barre
2019-03-22 14:35 ` Ludovic Barre
2019-03-22 14:35 ` Ludovic Barre
2019-03-22 14:35 ` [PATCH 1/2] spi: stm32-qspi: add spi_master_put in release function Ludovic Barre
2019-03-22 14:35   ` Ludovic Barre
2019-03-22 14:35   ` Ludovic Barre
2019-03-22 14:35   ` Ludovic Barre
2019-03-25 16:03   ` Mark Brown
2019-03-25 16:03     ` Mark Brown
2019-03-25 16:03     ` Mark Brown
2019-03-25 16:19     ` Ludovic BARRE
2019-03-25 16:19       ` Ludovic BARRE
2019-03-25 16:19       ` Ludovic BARRE
2019-03-25 16:19       ` Ludovic BARRE
2019-03-22 14:35 ` [PATCH 2/2] spi: stm32-qspi: add dma support Ludovic Barre
2019-03-22 14:35   ` Ludovic Barre
2019-03-22 14:35   ` Ludovic Barre
2019-03-22 14:35   ` Ludovic Barre

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.