linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add PM and DMA support for AT91 USART as SPI
@ 2018-11-21 11:27 Radu Pirea
  2018-11-21 11:27 ` [PATCH 1/3] spi: at91-usart: add power management support Radu Pirea
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Radu Pirea @ 2018-11-21 11:27 UTC (permalink / raw)
  To: richard.genoud, lee.jones, robh+dt, mark.rutland, nicolas.ferre,
	alexandre.belloni, ludovic.desroches, broonie
  Cc: devicetree, Radu Pirea, linux-kernel, linux-arm-kernel, linux-spi

Hi,

This patch series improves the SPI driver for AT91 USART IP and
adds support for DMA transfers, updates the bindings of driver
and PM callback functions.

I decided to use DMA only for transfers long than 16 bytes. DMA
setup introduces a little overhead and is better to use PIO for
short transfers.

Radu Pirea (3):
  spi: at91-usart: add power management support
  dt-bindings: mfd: atmel-usart: add DMA bindings for SPI mode
  spi: at91-usart: add DMA support

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

-- 
2.19.1

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

end of thread, other threads:[~2018-11-28 16:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-21 11:27 [PATCH 0/3] Add PM and DMA support for AT91 USART as SPI Radu Pirea
2018-11-21 11:27 ` [PATCH 1/3] spi: at91-usart: add power management support Radu Pirea
2018-11-28 16:05   ` Applied "spi: at91-usart: add power management support" to the spi tree Mark Brown
2018-11-21 11:27 ` [PATCH 2/3] dt-bindings: mfd: atmel-usart: add DMA bindings for SPI mode Radu Pirea
2018-11-21 16:41   ` Rob Herring
2018-11-21 16:48     ` Alexandre Belloni
2018-11-21 20:52       ` Rob Herring
2018-11-21 21:21         ` Alexandre Belloni
2018-11-23 16:07     ` Radu Nicolae Pirea
2018-11-21 11:27 ` [PATCH 3/3] spi: at91-usart: add DMA support Radu Pirea
2018-11-21 17:38   ` Robin Murphy
2018-11-23 16:19     ` Radu Nicolae Pirea

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).