login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
24
RE: [PATCH] DMA: Correct invalid assumptions in the Kconfig text
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Nelson, Shannon
Subject:
RE: [PATCH] DMA: Correct invalid assumptions in the Kconfig text
Date: Wednesday, October 24, 2007 - 8:11 am
>From: Haavard Skinnemoen [mailto:hskinnemoen@atmel.com]
quoted text
>Subject: [PATCH] DMA: Correct invalid assumptions in the Kconfig text > >This patch corrects what I hope are invalid assumptions about the DMA >engine layer: Not only Intel(R) hardware can do DMA, and DMA can be >used for other things than memcpy and RAID offloading. > >At the same time, make the DMA Engine menu visible again on AVR32. I'm >currently working on a driver for a DMA controller that can do >mem-to-mem transfers (which is supported by the framework) as well as >device-to-mem and mem-to-device transfers (not currently supported.) > >Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> >--- >Don't get me wrong; I think Intel deserves lots of respect for >creating this framework. But this is also why I got a bit disappointed >when I discovered that it seems to be less generic than I initially >hoped. > >DMA controllers, which may support plain memcpy acceleration in >addition to more traditional "slave DMA", are very common in SoC >devices, and I think Linux needs a common framework for it. The >existing DMA Engine framework seems to come pretty close already, but >I think it needs more input from the embedded crowd before it can be >completely usable on a large number of embedded systems. > >I'm not going to suggest any changes to the actual framework for >2.6.24, but I think the _intention_ of the framework needs to be >clarified. > >Haavard > > drivers/dma/Kconfig | 10 ++++++---- > 1 files changed, 6 insertions(+), 4 deletions(-) > >diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig >index 9c91b0f..62a9fe5 100644 >--- a/drivers/dma/Kconfig >+++ b/drivers/dma/Kconfig >@@ -3,11 +3,13 @@ > # > > menuconfig DMADEVICES >- bool "DMA Offload Engine support" >- depends on (PCI && X86) || ARCH_IOP32X || ARCH_IOP33X >|| ARCH_IOP13XX >+ bool "DMA Engine support" >+ depends on (PCI && X86) || ARCH_IOP32X || ARCH_IOP33X >|| ARCH_IOP13XX || AVR32 > 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. This can be used to offload memory >+ copies in the network stack and RAID operations in the MD >+ driver. > > if DMADEVICES > >-- >1.5.3.4 >
Acked-by: Shannon Nelson <shannon.nelson@intel.com> -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH] DMA: Correct invalid assumptions in the Kconfig text
, Haavard Skinnemoen
, (Wed Oct 24, 2:38 am)
RE: [PATCH] DMA: Correct invalid assumptions in the Kconfi ...
, Nelson, Shannon
, (Wed Oct 24, 8:11 am)
Re: [PATCH] DMA: Correct invalid assumptions in the Kconfi ...
, Dan Williams
, (Wed Oct 24, 8:55 am)
Re: [PATCH] DMA: Correct invalid assumptions in the Kconfi ...
, Haavard Skinnemoen
, (Wed Oct 24, 11:16 am)
Re: [PATCH] DMA: Correct invalid assumptions in the Kconfi ...
, Haavard Skinnemoen
, (Thu Oct 25, 2:32 am)
Re: [PATCH] DMA: Correct invalid assumptions in the Kconfi ...
, Dan Williams
, (Fri Oct 26, 9:44 am)
Re: [PATCH] DMA: Correct invalid assumptions in the Kconfi ...
, Dan Williams
, (Fri Oct 26, 10:02 am)
Re: [PATCH] DMA: Correct invalid assumptions in the Kconfi ...
, Haavard Skinnemoen
, (Sat Oct 27, 6:58 am)
Re: [PATCH] DMA: Correct invalid assumptions in the Kconfi ...
, Haavard Skinnemoen
, (Sat Oct 27, 9:07 am)
Re: [PATCH] DMA: Correct invalid assumptions in the Kconfi ...
, Dan Williams
, (Sat Oct 27, 11:10 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Frederic Weisbecker
[PATCH v2] struct sort_entry has a callback named snprintf that turns an entry int...
FUJITA Tomonori
Re: [Scst-devel] Integration of SCST in the mainstream Linux kernel
Jens Axboe
Re: [BUG] Linux 2.6.25-rc2 - Regression from 2.6.24-rc1-git1 softlockup while bo...
Andrew Morton
Re: [PATCH v3 0/4] Introduce hardware spinlock framework
Ingo Molnar
Re: [GIT PULL] time.c - respin
git
:
Junio C Hamano
Re: git-svnimport
Michal Sojka
[PATCHv5 1/2] filter-branch: Fix to allow replacing submodules with another content
Junio C Hamano
Re: Fwd: git status options feature suggestion
Johannes Schindelin
Re: [PATCH] Fix approxidate("never") to always return 0
A Large Angry SCM
Re: [RFC] origin link for cherry-pick and revert
linux-netdev
:
Arnaldo Carvalho de Melo
Re: [PATCH 06/37] dccp: Limit feature negotiation to connection setup phase
Gerrit Renker
[PATCH 1/5] dccp: Initialisation framework for feature negotiation
Ursula Braun
[patch 2/8] [PATCH] af_iucv: sync sk shutdown flag if iucv path is quiesced
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
git-commits-head
:
Linux Kernel Mailing List
ARM: S3C64XX: DMA: Callback with correct buffer pointer
Linux Kernel Mailing List
sata_mv: drop unncessary EH callback resetting
Linux Kernel Mailing List
timer: Try to survive timer callback preempt_count leak
Linux Kernel Mailing List
powerpc/kexec: Add support for FSL-BookE
Linux Kernel Mailing List
ARM: 5670/1: bcmring: add default configuration for bcmring arch
openbsd-misc
:
Rene Maroufi
smtpd: Aliases only work with for local alias aliases
Stephen J. Bevan
GRE over IPsec
Christophe Rioux
Implementation example of snmp
Darrin Chandler
Re: strange output on openbsd C code
Nick Holland
Re: booting openbsd on eee without cd-rom
Colocation donated by:
Syndicate