linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] DMA support for AT91 USART in SPI mode
@ 2019-05-05 18:06 Radu Pirea
  2019-05-05 18:06 ` [PATCH v2 1/2] dt-bindings: mfd: atmel-usart: add DMA bindings for " Radu Pirea
  2019-05-05 18:06 ` [PATCH v2 2/2] spi: at91-usart: add DMA support Radu Pirea
  0 siblings, 2 replies; 8+ messages in thread
From: Radu Pirea @ 2019-05-05 18:06 UTC (permalink / raw)
  To: Radu Pirea, Richard Genoud, Lee Jones, Rob Herring, Mark Rutland,
	Nicolas Ferre, Alexandre Belloni, Ludovic Desroches, Mark Brown
  Cc: linux-kernel, linux-spi, devicetree, linux-arm-kernel

Hi,

This is the version two of the patches with DMA support for
spi-at91-usart driver. 

Changes in v2:
- specified in bindings order of dmas and dma-names
- changed DMA_FROM_DEVICE to DMA_DEV_TO_MEM and DMA_TO_DEVICE to
DMA_MEM_TO_DEV when dmaengine_prep_slave_sg is called

Changes in v1:
- added DMA support


Radu Pirea (2):
  dt-bindings: mfd: atmel-usart: add DMA bindings for USART in SPI mode
  spi: at91-usart: add DMA support

 .../devicetree/bindings/mfd/atmel-usart.txt   |  20 +-
 drivers/spi/spi-at91-usart.c                  | 221 +++++++++++++++++-
 2 files changed, 234 insertions(+), 7 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-05-13  7:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-05 18:06 [PATCH v2 0/2] DMA support for AT91 USART in SPI mode Radu Pirea
2019-05-05 18:06 ` [PATCH v2 1/2] dt-bindings: mfd: atmel-usart: add DMA bindings for " Radu Pirea
2019-05-08  9:08   ` Applied "dt-bindings: mfd: atmel-usart: add DMA bindings for USART in SPI mode" to the spi tree Mark Brown
2019-05-08 10:51     ` Lee Jones
2019-05-12  7:52       ` Mark Brown
2019-05-13  7:04         ` Geert Uytterhoeven
2019-05-05 18:06 ` [PATCH v2 2/2] spi: at91-usart: add DMA support Radu Pirea
2019-05-08  9:08   ` Applied "spi: at91-usart: 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).