linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] spi: stm32-qspi: add dma support
@ 2019-03-25 17:01 Ludovic Barre
  2019-03-25 17:01 ` [PATCH V2 1/2] spi: stm32-qspi: add spi_master_put in release function Ludovic Barre
  2019-03-25 17:01 ` [PATCH V2 2/2] spi: stm32-qspi: add dma support Ludovic Barre
  0 siblings, 2 replies; 5+ messages in thread
From: Ludovic Barre @ 2019-03-25 17:01 UTC (permalink / raw)
  To: Mark Brown, Marek Vasut, Boris Brezillon, Rob Herring
  Cc: devicetree, Alexandre Torgue, linux-kernel, linux-spi, linux-mtd,
	Ludovic Barre, Maxime Coquelin, linux-stm32, linux-arm-kernel

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.

V2:
-fixe build error in patch 1/2 (move qspi->phys_base in patch 2)

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-03-26 14:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-25 17:01 [PATCH V2 0/2] spi: stm32-qspi: add dma support Ludovic Barre
2019-03-25 17:01 ` [PATCH V2 1/2] spi: stm32-qspi: add spi_master_put in release function Ludovic Barre
2019-03-26 14:43   ` Applied "spi: stm32-qspi: add spi_master_put in release function" to the spi tree Mark Brown
2019-03-25 17:01 ` [PATCH V2 2/2] spi: stm32-qspi: add dma support Ludovic Barre
2019-03-26 14:43   ` Applied "spi: stm32-qspi: add dma support" to the spi tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).