From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755338Ab2IXIRT (ORCPT ); Mon, 24 Sep 2012 04:17:19 -0400 Received: from cantor2.suse.de ([195.135.220.15]:48735 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755210Ab2IXIRR (ORCPT ); Mon, 24 Sep 2012 04:17:17 -0400 Date: Mon, 24 Sep 2012 10:17:15 +0200 Message-ID: From: Takashi Iwai To: Peter Ujfalusi Cc: Stephen Rothwell , Mark Brown , Liam Girdwood , alsa-devel@alsa-project.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Vinod Koul , Kukjin Kim Subject: Re: [PATCH 0/2] dmaengine: Fix compillation issues in device_prep_dma_cyclic() In-Reply-To: <1348473485-5081-1-git-send-email-peter.ujfalusi@ti.com> References: <20120924133923.130c4db72aa8105cb5647d7a@canb.auug.org.au> <1348473485-5081-1-git-send-email-peter.ujfalusi@ti.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.1 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Mon, 24 Sep 2012 10:58:03 +0300, Peter Ujfalusi wrote: > > Hello, > > The reason for the breakage is the patch 1 got lost somewhere in the process. > I also greped the whole tree for device_prep_dma_cyclic() and the second patch > is the result of that. > > PS: I did build tested the series on ARM (OMAP), x86_32, x86_64 but not for ppc > for sure. Thanks! I wait for Mark merging these to his tree for a while. Mark, could you tell me when it's ready? Since I'll be off from tomorrow, I'd like to resolve sooner. thanks, Takashi > > Regards, > Peter > --- > Peter Ujfalusi (2): > dmaengine: Add flags parameter to dmaengine_prep_dma_cyclic() > ARM: SAMSUNG: dma-ops: Fix dmaengine_prep_dma_cyclic() parameter list > > arch/arm/plat-samsung/dma-ops.c | 3 ++- > include/linux/dmaengine.h | 3 ++- > sound/soc/soc-dmaengine-pcm.c | 6 +++++- > 3 files changed, 9 insertions(+), 3 deletions(-) > > -- > 1.7.12 >