From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758247Ab2DLXsr (ORCPT ); Thu, 12 Apr 2012 19:48:47 -0400 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:56319 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753197Ab2DLXsp (ORCPT ); Thu, 12 Apr 2012 19:48:45 -0400 Date: Fri, 13 Apr 2012 00:48:27 +0100 From: Russell King - ARM Linux To: Guennadi Liakhovetski Cc: Linus Walleij , Vinod Koul , linux-kernel@vger.kernel.org, Jassi Brar , Magnus Damm , Paul Mundt Subject: Re: [PATCH/RFC] dmaengine: add a slave parameter to __dma_request_channel() Message-ID: <20120412234827.GG24211@n2100.arm.linux.org.uk> References: <1331520476.4657.79.camel@vkoul-udesk3> <20120330103828.GC22981@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 12, 2012 at 11:33:28PM +0200, Guennadi Liakhovetski wrote: > Now, how do we proceed from here? Do I understand it right, that Russell > would like to implement his ideas? Any idea when this is likely to happen? Well, I'm messing around with OMAP at the moment, converting its DMA support to be DMA engine based. As I think I've already said, I've not taken _that_ much interest in dealing with how channels actually get allocated there (though I do have something which works for the time being so I can run and test this stuff.) Note that the sa11x0 DMA engine driver uses strings to match channels, and the strings are essentially identifiers for DMA request signals, and this avoids either passing around DMA request numbers or having them in some central header file.