From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH v3 03/15] dmaengine: Add flags parameter to dmaengine_prep_dma_cyclic() Date: Sat, 22 Sep 2012 11:09:58 -0400 Message-ID: <20120922150957.GH4495@opensource.wolfsonmicro.com> References: <1347624358-25582-1-git-send-email-peter.ujfalusi@ti.com> <1347624358-25582-4-git-send-email-peter.ujfalusi@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 55168261640 for ; Sat, 22 Sep 2012 17:10:01 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1347624358-25582-4-git-send-email-peter.ujfalusi@ti.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Peter Ujfalusi Cc: alsa-devel@alsa-project.org, Lars-Peter Clausen , Janusz Krzysztofik , Tony Lindgren , Ricardo Neri , linux-kernel@vger.kernel.org, Vinod Koul , linux-arm-kernel@lists.infradead.org, Dan Williams , Russell King , linux-omap@vger.kernel.org, Liam Girdwood , Jarkko Nikula List-Id: alsa-devel@alsa-project.org On Fri, Sep 14, 2012 at 03:05:46PM +0300, Peter Ujfalusi wrote: > With this parameter added to dmaengine_prep_dma_cyclic() the API will be in > sync with other dmaengine_prep_*() functions. > The dmaengine_prep_dma_cyclic() function primarily used by audio for cyclic > transfer required by ALSA, we use the from audio to ask dma drivers to > suppress interrupts (if DMA_PREP_INTERRUPT is cleared) when it is supported > on the platform. Are you sure this was generated against for-3.7? There's fuzz against dmaengine.h and git can't find the blobs to do resolution. Anyway, I applied this and the rest of the series. From mboxrd@z Thu Jan 1 00:00:00 1970 From: broonie@opensource.wolfsonmicro.com (Mark Brown) Date: Sat, 22 Sep 2012 11:09:58 -0400 Subject: [PATCH v3 03/15] dmaengine: Add flags parameter to dmaengine_prep_dma_cyclic() In-Reply-To: <1347624358-25582-4-git-send-email-peter.ujfalusi@ti.com> References: <1347624358-25582-1-git-send-email-peter.ujfalusi@ti.com> <1347624358-25582-4-git-send-email-peter.ujfalusi@ti.com> Message-ID: <20120922150957.GH4495@opensource.wolfsonmicro.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Sep 14, 2012 at 03:05:46PM +0300, Peter Ujfalusi wrote: > With this parameter added to dmaengine_prep_dma_cyclic() the API will be in > sync with other dmaengine_prep_*() functions. > The dmaengine_prep_dma_cyclic() function primarily used by audio for cyclic > transfer required by ALSA, we use the from audio to ask dma drivers to > suppress interrupts (if DMA_PREP_INTERRUPT is cleared) when it is supported > on the platform. Are you sure this was generated against for-3.7? There's fuzz against dmaengine.h and git can't find the blobs to do resolution. Anyway, I applied this and the rest of the series. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752454Ab2IVPKG (ORCPT ); Sat, 22 Sep 2012 11:10:06 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:37076 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751784Ab2IVPKD (ORCPT ); Sat, 22 Sep 2012 11:10:03 -0400 Date: Sat, 22 Sep 2012 11:09:58 -0400 From: Mark Brown To: Peter Ujfalusi Cc: Liam Girdwood , Tony Lindgren , Russell King , Vinod Koul , Dan Williams , Jarkko Nikula , alsa-devel@alsa-project.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Janusz Krzysztofik , Ricardo Neri , Lars-Peter Clausen Subject: Re: [PATCH v3 03/15] dmaengine: Add flags parameter to dmaengine_prep_dma_cyclic() Message-ID: <20120922150957.GH4495@opensource.wolfsonmicro.com> References: <1347624358-25582-1-git-send-email-peter.ujfalusi@ti.com> <1347624358-25582-4-git-send-email-peter.ujfalusi@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1347624358-25582-4-git-send-email-peter.ujfalusi@ti.com> X-Cookie: Is this really happening? 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 On Fri, Sep 14, 2012 at 03:05:46PM +0300, Peter Ujfalusi wrote: > With this parameter added to dmaengine_prep_dma_cyclic() the API will be in > sync with other dmaengine_prep_*() functions. > The dmaengine_prep_dma_cyclic() function primarily used by audio for cyclic > transfer required by ALSA, we use the from audio to ask dma drivers to > suppress interrupts (if DMA_PREP_INTERRUPT is cleared) when it is supported > on the platform. Are you sure this was generated against for-3.7? There's fuzz against dmaengine.h and git can't find the blobs to do resolution. Anyway, I applied this and the rest of the series.