Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753766AbZG1PSe (ORCPT ); Tue, 28 Jul 2009 11:18:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753515AbZG1PSd (ORCPT ); Tue, 28 Jul 2009 11:18:33 -0400 Received: from mba.ocn.ne.jp ([122.28.14.163]:53864 "EHLO smtp.mba.ocn.ne.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753453AbZG1PSd (ORCPT ); Tue, 28 Jul 2009 11:18:33 -0400 Date: Wed, 29 Jul 2009 00:13:30 +0900 (JST) Message-Id: <20090729.001330.172537373.anemo@mba.ocn.ne.jp> To: maciej.sosnowski@intel.com Cc: haavard.skinnemoen@atmel.com, nicolas.ferre@atmel.com, dan.j.williams@intel.com, linux-arm-kernel@lists.arm.linux.org.uk, patrice.vilchez@atmel.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dmaengine: at_hdmac: add DMA slave transfers From: Atsushi Nemoto In-Reply-To: <129600E5E5FB004392DDC3FB599660D7B271F468@irsmsx504.ger.corp.intel.com> References: <20090724.222919.240484146.anemo@mba.ocn.ne.jp> <20090724161001.412e0199@siona> <129600E5E5FB004392DDC3FB599660D7B271F468@irsmsx504.ger.corp.intel.com> X-Fingerprint: 6ACA 1623 39BD 9A94 9B1A B746 CA77 FE94 2874 D52F X-Pgp-Public-Key: http://wwwkeys.pgp.net/pks/lookup?op=get&search=0x2874D52F X-Mailer: Mew version 5.2 on Emacs 22.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1061 Lines: 29 On Mon, 27 Jul 2009 14:24:26 +0100, "Sosnowski, Maciej" wrote: > >> Your atc_chain_complete() calls dma_unmap_xxx unless > >> DMA_COMPL_SKIP_XXX_UNMAP specified. But atmel-mci driver does not set > >> the flag on dma_async_tx_descriptor. I suppose one of them should be > >> fixed. > > > > atmel-mci should definitely set that flag. > > > > Haavard > > I agree with Haavard. Then, what should dma driver do when client driver did not set these flags? If it should call dma_unmap_sg(), the dma driver should keep sg and direction somewhere... Also, calling dma_map_sg() in its prep_slave_sg function will not fit for sound drivers, which use DMA buffers prepared in its framework. For slave DMA, doing all mapping/unmapping in DMA client is better, isn't it? --- Atsushi Nemoto -- 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/