All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/3] Add DMA support for transfers in multiple cases
@ 2021-10-01 14:08 pandith.n
  2021-10-01 14:08 ` [PATCH V3 1/3] dmaengine: dw-axi-dmac: support DMAX_NUM_CHANNELS > 8 pandith.n
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: pandith.n @ 2021-10-01 14:08 UTC (permalink / raw)
  To: vkoul, eugeniy.paltsev, dmaengine
  Cc: andriy.shevchenko, mallikarjunappa.sangannavar, srikanth.thokala,
	kenchappa.demakkanavar, Pandith N

From: Pandith N <pandith.n@intel.com>

This series adds dma support in following transfers
mem2mem: set dma coherent mask
mem2per: memory to peripheral with hardware handshake control, when APB
register extension is not provided.
per2mem: peripheral to memory with hardware handshake control, when APB
register extnesion is not provided

Support DMAX_NUM_CHANNELS > 8
--------------------------------------------
Depending on number of channels the register map changes in DMAC.
DMA driver now supports both register maps based of number of
channels used in platform.

Setting hardware handshake for peripheral transfers
-----------------------------------------------------------------------
mem2per and per2mem transfers are supported with hardware handshake
control, without apb register extension.

setting dma coherent mask
--------------------------------------------------
Added 64-bit dma coherent mask setting

Pandith N (3):
  dmaengine: dw-axi-dmac: support DMAX_NUM_CHANNELS > 8
  dmaengine: dw-axi-dmac: Hardware handshake configuration
  dmaengine: dw-axi-dmac: set coherent mask

 .../dma/dw-axi-dmac/dw-axi-dmac-platform.c    | 113 +++++++++++++-----
 drivers/dma/dw-axi-dmac/dw-axi-dmac.h         |  35 +++++-
 2 files changed, 117 insertions(+), 31 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-10-26 13:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-01 14:08 [PATCH V3 0/3] Add DMA support for transfers in multiple cases pandith.n
2021-10-01 14:08 ` [PATCH V3 1/3] dmaengine: dw-axi-dmac: support DMAX_NUM_CHANNELS > 8 pandith.n
2021-10-26 12:09   ` Geert Uytterhoeven
2021-10-26 13:22     ` N, Pandith
2021-10-01 14:08 ` [PATCH V3 2/3] dmaengine: dw-axi-dmac: Hardware handshake configuration pandith.n
2021-10-01 14:08 ` [PATCH V3 3/3] dmaengine: dw-axi-dmac: set coherent mask pandith.n
2021-10-18  6:44 ` [PATCH V3 0/3] Add DMA support for transfers in multiple cases Vinod Koul

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.