From: Dan Williams <dan.j.williams@intel.com>
To: linux-kernel@vger.kernel.org
Cc: shannon.nelson@intel.com, yur@emcraft.com, hskinnemoen@atmel.com,
olof@lixom.net, wei.zhang@freescale.com
Subject: [PATCH 0/4] towards an async_tx update for 2.6.25
Date: Fri, 21 Dec 2007 18:06:38 -0700 [thread overview]
Message-ID: <20071222010537.15576.31788.stgit@dwillia2-linux.ch.intel.com> (raw)
Prompted by Yuri's RAID6 acceleration implementation [1], and Haavard's
DMA-slave interface [2], this series cleans up the async_tx api and prepares
it for these new features. The most invasive change is the removal of
the tx_set_src and tx_set_dest methods in patch 2/4, drivers now receive
all necessary operation information at 'prep' time.
Still on the to do list:
* Pull the mpc85xx driver from -mm and integrate these api changes
* Apply Haavard's dma-test-client [3]. Look into extending it for
other operations and async_tx channel switching testing
* Teach async_tx about drivers that do not support channel switching
This series is based on 2.6.24-rc6.
Dan Williams (4):
async_tx: kill ASYNC_TX_ASSUME_COHERENT
async_tx: kill tx_set_src and tx_set_dest methods
async_tx: replace 'int_en' with operation preparation flags
async_tx: allow architecture specific async_tx_find_channel implementations
crypto/async_tx/async_memcpy.c | 38 ++++-----
crypto/async_tx/async_memset.c | 28 +++---
crypto/async_tx/async_tx.c | 6 +-
crypto/async_tx/async_xor.c | 120 +++++++++++++++++------------
drivers/dma/Kconfig | 1 +
drivers/dma/dmaengine.c | 49 +++++++-----
drivers/dma/ioat_dma.c | 43 ++++------
drivers/dma/iop-adma.c | 136 ++++++++++++--------------------
include/asm-arm/arch-iop13xx/adma.h | 18 +++--
include/asm-arm/hardware/iop3xx-adma.h | 30 ++++---
include/linux/async_tx.h | 13 ++-
include/linux/dmaengine.h | 29 ++++---
12 files changed, 253 insertions(+), 258 deletions(-)
--
Dan
[1] http://marc.info/?l=linux-raid&m=119676789912370&w=2
[2] http://marc.info/?l=linux-kernel&m=119582072930013&w=2
[3] http://marc.info/?l=linux-kernel&m=119583211214496&w=2
next reply other threads:[~2007-12-22 1:09 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-22 1:06 Dan Williams [this message]
2007-12-22 1:06 ` [PATCH 1/4] async_tx: kill ASYNC_TX_ASSUME_COHERENT Dan Williams
2007-12-22 1:06 ` [PATCH 2/4] async_tx: kill tx_set_src and tx_set_dest methods Dan Williams
2008-01-04 21:45 ` Nelson, Shannon
2007-12-22 1:06 ` [PATCH 3/4] async_tx: replace 'int_en' with operation preparation flags Dan Williams
2008-01-04 21:47 ` [PATCH 3/4] async_tx: replace 'int_en' with operation preparationflags Nelson, Shannon
2008-01-07 16:59 ` Sosnowski, Maciej
2007-12-22 1:06 ` [PATCH 4/4] async_tx: allow architecture specific async_tx_find_channel implementations Dan Williams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071222010537.15576.31788.stgit@dwillia2-linux.ch.intel.com \
--to=dan.j.williams@intel.com \
--cc=hskinnemoen@atmel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=olof@lixom.net \
--cc=shannon.nelson@intel.com \
--cc=wei.zhang@freescale.com \
--cc=yur@emcraft.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox