Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752160AbcLHK1s (ORCPT ); Thu, 8 Dec 2016 05:27:48 -0500 Received: from mga14.intel.com ([192.55.52.115]:21578 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750982AbcLHK1q (ORCPT ); Thu, 8 Dec 2016 05:27:46 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,318,1477983600"; d="scan'208";a="40306096" Date: Thu, 8 Dec 2016 16:07:30 +0530 From: Vinod Koul To: =?iso-8859-1?Q?M=E5ns_Rullg=E5rd?= Cc: Mason , Russell King , dmaengine@vger.kernel.org, Linus Walleij , Dan Williams , LKML , Linux ARM , Jon Mason , Mark Brown , Lars-Peter Clausen , Lee Jones , Laurent Pinchart , Arnd Bergmann , Maxime Ripard , Dave Jiang , Peter Ujfalusi , Bartlomiej Zolnierkiewicz , Sebastian Frias , Thibaud Cornic Subject: Re: Tearing down DMA transfer setup after DMA client has finished Message-ID: <20161208103730.GB6408@localhost> References: <58356EA8.2010806@free.fr> <20161125045549.GC2698@localhost> <092f44ee-4560-be17-25f7-00948dba3cfa@free.fr> <20fc9020-7278-bc2f-2a8d-43aff5cabff8@free.fr> <20161206051222.GQ6408@localhost> <5846B237.8060409@free.fr> <20161207164156.GW6408@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 819 Lines: 21 On Wed, Dec 07, 2016 at 04:44:55PM +0000, M?ns Rullg?rd wrote: > Vinod Koul writes: > >> > >> What you're proposing, Vinod, is to make a channel exclusive > >> to a driver, as long as the driver has not explicitly released > >> the channel, via dma_release_channel(), right? > > > > Precisely, but yes the downside of that is concurrent access are > > limited, but am not sure if driver implements virtual channels and > > allows that.. > > My driver implements virtual channels. The problem is that the physical > dma channels signal completion slightly too soon, at least with > mem-to-device transfers. Apparently we need to keep the sbox routing > until the peripheral indicates that it has actually received all the > data. So do we need concurrent accesses by all clients. -- ~Vinod