Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752681AbaG1Lmb (ORCPT ); Mon, 28 Jul 2014 07:42:31 -0400 Received: from mga03.intel.com ([143.182.124.21]:35166 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751365AbaG1Lm3 (ORCPT ); Mon, 28 Jul 2014 07:42:29 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,748,1400050800"; d="scan'208";a="462244132" Date: Mon, 28 Jul 2014 17:04:46 +0530 From: Vinod Koul To: Peter Ujfalusi Cc: nsekhar@ti.com, joelf@ti.com, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, davinci-linux-open-source@linux.davincidsp.com, dmaengine@vger.kernel.org Subject: Re: [PATCH 0/3] ARM/dma: edma: Serve cyclic clients via high priority queue Message-ID: <20140728113446.GB8181@intel.com> References: <1404816398-12338-1-git-send-email-peter.ujfalusi@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1404816398-12338-1-git-send-email-peter.ujfalusi@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 08, 2014 at 01:46:35PM +0300, Peter Ujfalusi wrote: > Hi, > > It is preferred that audio is served with the highest priority queue in order to > avoid delays in data transfer between memory and audio IP. > > The following series will add an API to arch code to assign a channel to a given > queue. > The default queue is changed from 0 (highest priority) to lowest priority. > In the dmaengine driver we move the cyclic channel to queue0 (highest priority) > and move it back to default queue when the channel is terminated. Applied, thanks -- ~Vinod > > Regards, > Peter > --- > Peter Ujfalusi (3): > ARM: edma: Set default queue to lowest priority > ARM: edma: Add edma_assign_channel_eventq() to move channel to a give > queue > dma: edma: Serve cyclic (audio) channels with high priority queue > > arch/arm/common/edma.c | 31 ++++++++++++++++++++++++++++++- > drivers/dma/edma.c | 8 ++++++++ > include/linux/platform_data/edma.h | 2 ++ > 3 files changed, 40 insertions(+), 1 deletion(-) > > -- > 2.0.0 > -- -- 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/