From: David Brownell <david-b@pacbell.net>
To: Haavard Skinnemoen <hskinnemoen@atmel.com>,
Shannon Nelson <shannon.nelson@intel.com>,
Dan Williams <dan.j.williams@intel.com>
Cc: linux-kernel@vger.kernel.org, kernel@avr32linux.org,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH] dmaengine: Driver for the AVR32 DMACA controller
Date: Thu, 22 Nov 2007 19:20:51 -0800 [thread overview]
Message-ID: <200711221920.52137.david-b@pacbell.net> (raw)
In-Reply-To: <1195558597-23187-1-git-send-email-hskinnemoen@atmel.com>
On Tuesday 20 November 2007, Haavard Skinnemoen wrote:
> This patch depends on "DMA: Correct invalid assumptions in the Kconfig
> text" (without the part that adds AVR32 to the dependency list) and
> "DMAENGINE: Convert from class_device to device".
That regression fix still doesn't seem to be merged, or
even in the MM tree.
Here's a tweaked version of what Haavard sent.
- Dave
======== CUT HERE
From: Haavard Skinnemoen <hskinnemoen@atmel.com>
This patch corrects recently changed (and now invalid) Kconfig
descriptions for the DMA engine framework:
- Non-Intel(R) hardware also has DMA engines;
- DMA is used for more than memcpy and RAID offloading.
In fact, on most platforms memcpy and RAID aren't factors, and DMA
exists so that peripherals can transfer data to/from memory while
the CPU does other work.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
---
drivers/dma/Kconfig | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
--- g26.orig/drivers/dma/Kconfig 2007-10-30 23:58:27.000000000 -0700
+++ g26/drivers/dma/Kconfig 2007-11-22 17:43:33.000000000 -0800
@@ -3,11 +3,13 @@
#
menuconfig DMADEVICES
- bool "DMA Offload Engine support"
+ bool "DMA Engine support"
depends on (PCI && X86) || ARCH_IOP32X || ARCH_IOP33X || ARCH_IOP13XX
help
- Intel(R) offload engines enable offloading memory copies in the
- network stack and RAID operations in the MD driver.
+ DMA engines can do asynchronous data transfers without
+ involving the host CPU. Currently, this framework can be
+ used to offload memory copies in the network stack and
+ RAID operations in the MD driver.
if DMADEVICES
next prev parent reply other threads:[~2007-11-23 3:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-20 11:36 [PATCH] dmaengine: Driver for the AVR32 DMACA controller Haavard Skinnemoen
2007-11-23 3:20 ` David Brownell [this message]
2007-11-27 7:10 ` Andrew Morton
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=200711221920.52137.david-b@pacbell.net \
--to=david-b@pacbell.net \
--cc=akpm@linux-foundation.org \
--cc=dan.j.williams@intel.com \
--cc=hskinnemoen@atmel.com \
--cc=kernel@avr32linux.org \
--cc=linux-kernel@vger.kernel.org \
--cc=shannon.nelson@intel.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 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.