Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764894AbYBMHVy (ORCPT ); Wed, 13 Feb 2008 02:21:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753534AbYBMHVq (ORCPT ); Wed, 13 Feb 2008 02:21:46 -0500 Received: from wr-out-0506.google.com ([64.233.184.226]:17759 "EHLO wr-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752830AbYBMHVp (ORCPT ); Wed, 13 Feb 2008 02:21:45 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=lrNxyY9HcGBe+KQVsFuY1sDa4CjtWCGCHsObNwcTOeW/vBIQw0NM1Qyof2bFuS0wV/cJ/Vj5YHDyDtaF2BQbHyp5cCQLbFxrq7JInKb8AZVpSmi5UTOiSzTQYSes7o7c0XSgyWUA0xE+2jFQR2MlfB4Qk4iZllrz2qfcdIVqK50= Message-ID: Date: Wed, 13 Feb 2008 00:21:41 -0700 From: "Dan Williams" To: "Haavard Skinnemoen" Subject: Re: [RFC v3 4/7] dmaengine: Add slave DMA interface Cc: linux-kernel@vger.kernel.org, "Shannon Nelson" , "David Brownell" , kernel@avr32linux.org, "Francis Moreau" , "Paul Mundt" , "Vladimir A. Barinov" , "Pierre Ossman" In-Reply-To: <1202834638-9009-4-git-send-email-hskinnemoen@atmel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1202834638-9009-1-git-send-email-hskinnemoen@atmel.com> <1202834638-9009-2-git-send-email-hskinnemoen@atmel.com> <1202834638-9009-3-git-send-email-hskinnemoen@atmel.com> <1202834638-9009-4-git-send-email-hskinnemoen@atmel.com> X-Google-Sender-Auth: d39fe62c1fb9fb18 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 495 Lines: 16 On Feb 12, 2008 9:43 AM, Haavard Skinnemoen wrote: [..] > +enum dma_slave_direction { > + DMA_SLAVE_TO_MEMORY, > + DMA_SLAVE_FROM_MEMORY, > +}; Just reuse enum dma_data_direction from the dma-mapping api. -- Dan -- 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/