Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1477748 > unrolled thread

[PATCH v3 0/2] Add memcpy support for tegra210-adma

Started byNicolin Chen <nicoleotsuka@gmail.com>
First post2016-09-06 20:50 +0200
Last post2016-09-06 20:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v3 0/2] Add memcpy support for tegra210-adma Nicolin Chen <nicoleotsuka@gmail.com> - 2016-09-06 20:50 +0200

#1477748 — [PATCH v3 0/2] Add memcpy support for tegra210-adma

FromNicolin Chen <nicoleotsuka@gmail.com>
Date2016-09-06 20:50 +0200
Subject[PATCH v3 0/2] Add memcpy support for tegra210-adma
Message-ID<setBv-5FR-3@gated-at.bofh.it>
This series of patches add memcpy support for tegra210 ADMA engine.

Changlog
v2->v3 (Suggested by Jon)
 * PATCH-2: Remove "TODO" mark and limit the buffer size up to 1GB
v1->v2 (Suggested by Vinod)
 * PATCH-1: Split the cyclic pre-check to a separate patch
 * PATCH-2: Add ADMA_CH_CTRL_MODE to unify the marcos
 * PATCH-2: Set operation mode depending on cyclic
 * PATCH-2: Add TODO comment at period_len
 * PATCH-2: Revise the commit log

Nicolin Chen (2):
  dmaengine: tegra210-adma: Add pre-check for cyclic callback
  dmaengine: tegra210-adma: Add memcpy support

 drivers/dma/tegra210-adma.c | 108 +++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 96 insertions(+), 12 deletions(-)

-- 
2.1.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web