Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761679Ab0HFSeV (ORCPT ); Fri, 6 Aug 2010 14:34:21 -0400 Received: from mail-ey0-f174.google.com ([209.85.215.174]:47264 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759322Ab0HFSeS (ORCPT ); Fri, 6 Aug 2010 14:34:18 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=kxJ13PX3LmFeZRnlE9kV7KOADZB6b2cyMh39cS6W8zNPmutosi6acpSbLV0LYfy03U 2yDRZbb3jb02zW3gwmv46npaCaq+iG5EKJGNX5o2MoSfN+a9/QvbUlj3/H66DEcFr8lX W1NRiWYBG24aWiETqjNnDsvES4bGnRmPs3kYs= MIME-Version: 1.0 In-Reply-To: References: <1277811391-17966-1-git-send-email-linus.walleij@stericsson.com> <20100805071235.GA436@morgana.i.gnudd.com> Date: Fri, 6 Aug 2010 11:34:16 -0700 X-Google-Sender-Auth: 1Mea05U6vjcuEEVI3LdT4uBrQp0 Message-ID: Subject: Re: [PATCH 2/2] DMAENGINE: driver for the ARM PL080/PL081 PrimeCells From: Dan Williams To: Linus Walleij Cc: Alessandro Rubini , peter.pearse@arm.com, viresh.kumar@st.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, yuanyabin1978@sina.com, ben-linux@fluff.org, kgene.kim@samsung.com, rmk@arm.linux.org.uk Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1803 Lines: 43 On Fri, Aug 6, 2010 at 10:54 AM, Dan Williams wrote: > On Thu, Aug 5, 2010 at 12:30 AM, Linus Walleij > wrote: >> 2010/8/5 Alessandro Rubini : >> >>>> Peter, Alessandro and Viresh especially: you will hopefully use this >>>> driver for ARM refboards, Nomadik and SPEAr, can you provide >>>> an Acked-by:? >>> >>> I'm sorry I can't test it these times, I must delay stuff to >>> the last week of August. >> >> That's be a Tested-by: tag, Acked-by: was more about whether you >> think it looks sane I believe, see Documentation/SubmittingPatches. > > We have the Acked-by from Viresh, Alessandro looks like he is > interested in trying it out, the driver is self contained, marked > experimental, and you have a track-record of fixing things up, so I'll > include it with the idea it will be easier to fixup in-tree. ...except this version no longer compiles: drivers/dma/amba-pl08x.c: In function 'dma_set_runtime_config': drivers/dma/amba-pl08x.c:1399: error: 'struct dma_slave_config' has no member named 'maxburst' drivers/dma/amba-pl08x.c:1405: error: 'struct dma_slave_config' has no member named 'addr' drivers/dma/amba-pl08x.c:1408: error: 'struct dma_slave_config' has no member named 'addr_width' drivers/dma/amba-pl08x.c:1464: error: 'struct dma_slave_config' has no member named 'addr_width' drivers/dma/amba-pl08x.c:1464: error: 'struct dma_slave_config' has no member named 'maxburst' Fix that up and we can try to get it in the second half of the merge window. -- 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/