From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf Baechle Subject: Re: [PATCH 0/6] Convert JZ4740 to dmaengine Date: Wed, 29 May 2013 11:31:03 +0200 Message-ID: <20130529093103.GA6426@linux-mips.org> References: <1369341387-19147-1-git-send-email-lars@metafoo.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from git.linux-mips.org (marvin.linux-mips.org [78.24.191.183]) by alsa0.perex.cz (Postfix) with ESMTP id 974262619D8 for ; Wed, 29 May 2013 11:31:31 +0200 (CEST) Received: from localhost.localdomain ([127.0.0.1]:57476 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S6823086Ab3E2JbbJZfhZ (ORCPT ); Wed, 29 May 2013 11:31:31 +0200 Content-Disposition: inline In-Reply-To: <1369341387-19147-1-git-send-email-lars@metafoo.de> 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: Lars-Peter Clausen Cc: linux-mips@linux-mips.org, alsa-devel@alsa-project.org, Vinod Koul , Liam Girdwood , linux-kernel@vger.kernel.org, Mark Brown , Maarten ter Huurne List-Id: alsa-devel@alsa-project.org On Thu, May 23, 2013 at 10:36:21PM +0200, Lars-Peter Clausen wrote: > done in 3 steps: > 1) Add a dmaengine driver which wraps the custom JZ4740 DMA API > 2) Update all users of the JZ4740 DMA API to use dmaengine instead > 3) Remove the custom API and move all direct hardware access to the > dmaengine driver. > > The first two patches in the series also make sure that the clock of the DMA > core is enabled. > > Since the patches in this series depend on each other I'd prefer if they could > all go through the DMA tree. No problem - though my experience is that code for MIPS systems, including drivers receives most testing if it lives in the MIPS git tree, less in linux-next and barely any in in other subsystem-specific trees. Acked-by: Ralf Baechle Ralf From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 29 May 2013 11:31:49 +0200 (CEST) Received: from localhost.localdomain ([127.0.0.1]:57481 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S6823086Ab3E2JbrclnPy (ORCPT ); Wed, 29 May 2013 11:31:47 +0200 Received: from scotty.linux-mips.net (localhost.localdomain [127.0.0.1]) by scotty.linux-mips.net (8.14.5/8.14.4) with ESMTP id r4T9VO79006973; Wed, 29 May 2013 11:31:24 +0200 Received: (from ralf@localhost) by scotty.linux-mips.net (8.14.5/8.14.5/Submit) id r4T9V4T5006932; Wed, 29 May 2013 11:31:04 +0200 Date: Wed, 29 May 2013 11:31:03 +0200 From: Ralf Baechle To: Lars-Peter Clausen Cc: Vinod Koul , Liam Girdwood , Mark Brown , Maarten ter Huurne , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [PATCH 0/6] Convert JZ4740 to dmaengine Message-ID: <20130529093103.GA6426@linux-mips.org> References: <1369341387-19147-1-git-send-email-lars@metafoo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1369341387-19147-1-git-send-email-lars@metafoo.de> User-Agent: Mutt/1.5.21 (2010-09-15) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 36628 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Thu, May 23, 2013 at 10:36:21PM +0200, Lars-Peter Clausen wrote: > done in 3 steps: > 1) Add a dmaengine driver which wraps the custom JZ4740 DMA API > 2) Update all users of the JZ4740 DMA API to use dmaengine instead > 3) Remove the custom API and move all direct hardware access to the > dmaengine driver. > > The first two patches in the series also make sure that the clock of the DMA > core is enabled. > > Since the patches in this series depend on each other I'd prefer if they could > all go through the DMA tree. No problem - though my experience is that code for MIPS systems, including drivers receives most testing if it lives in the MIPS git tree, less in linux-next and barely any in in other subsystem-specific trees. Acked-by: Ralf Baechle Ralf