From: Dan Williams <dan.j.williams@intel.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] dmaengine redux continued
Date: Wed, 03 Dec 2008 17:46:40 -0700 [thread overview]
Message-ID: <20081204004514.27790.51174.stgit@dwillia2-linux.ch.intel.com> (raw)
Here are a few more dmaengine cleanups targeted for 2.6.29. The bulk of the
change is fixing the dmaengine sysfs implementation.
It has been pushed out to the 'upstream' tree of async_tx.git[1] and will move
to -next shortly.
---
Dan Williams (4):
dmaengine: bump initcall level to arch_initcall
dmaengine: advertise all channels on a device to dma_filter_fn
dmaengine: use idr for registering dma device numbers
dmaengine: add a release for dma class devices and dependent infrastructure
drivers/dca/dca-core.c | 2 -
drivers/dma/dmaengine.c | 169 ++++++++++++++++++++++++++++++++-------------
drivers/dma/dmatest.c | 14 ++--
drivers/dma/dw_dmac.c | 91 +++++++++++++-----------
drivers/dma/fsldma.c | 2 -
include/linux/dmaengine.h | 23 +++++-
6 files changed, 201 insertions(+), 100 deletions(-)
--
[1] git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git upstream
next reply other threads:[~2008-12-04 0:50 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-04 0:46 Dan Williams [this message]
2008-12-04 0:46 ` [PATCH 1/4] dmaengine: add a release for dma class devices and dependent infrastructure Dan Williams
2008-12-04 1:07 ` Stephen Hemminger
2008-12-04 0:46 ` [PATCH 2/4] dmaengine: use idr for registering dma device numbers Dan Williams
2008-12-04 0:46 ` [PATCH 3/4] dmaengine: advertise all channels on a device to dma_filter_fn Dan Williams
2008-12-04 0:47 ` [PATCH 4/4] dmaengine: bump initcall level to arch_initcall Dan Williams
2008-12-04 8:51 ` [PATCH 0/4] dmaengine redux continued Guennadi Liakhovetski
2008-12-04 18:52 ` Dan Williams
2008-12-04 20:03 ` Guennadi Liakhovetski
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=20081204004514.27790.51174.stgit@dwillia2-linux.ch.intel.com \
--to=dan.j.williams@intel.com \
--cc=linux-kernel@vger.kernel.org \
/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 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.