From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Mon, 16 Mar 2009 11:24:36 +0000 Subject: Re: [PATCH] dmaengine: sh: Add support DMA-Engine driver for DMA of SuperH Message-Id: <20090316112436.GH21433@linux-sh.org> List-Id: References: <49B8AF67.8080309@renesas.com> In-Reply-To: <49B8AF67.8080309@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Nobuhiro Iwamatsu Cc: Linux-sh , linux-kernel@vger.kernel.org, maciej.sosnowski@intel.com, dan.j.williams@intel.com On Thu, Mar 12, 2009 at 03:44:55PM +0900, Nobuhiro Iwamatsu wrote: > This supports DMA-Engine driver for DMA of SuperH. > This supported all DMA channels, and it was tested in SH7722/SH7780. > This can not use with SH DMA API and can control this in Kconfig. > > Signed-off-by: Nobuhiro Iwamatsu > Cc: Paul Mundt > Cc: Haavard Skinnemoen > Cc: Maciej Sosnowski > Cc: Dan Williams The updated version looks ok to me. If no one else has any issues with it, and someone from the dmaengine side wants to provide an Acked-by, I can take it through my tree. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760342AbZCPL25 (ORCPT ); Mon, 16 Mar 2009 07:28:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756457AbZCPL2s (ORCPT ); Mon, 16 Mar 2009 07:28:48 -0400 Received: from 124x34x33x190.ap124.ftth.ucom.ne.jp ([124.34.33.190]:42485 "EHLO master.linux-sh.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753157AbZCPL2r (ORCPT ); Mon, 16 Mar 2009 07:28:47 -0400 Date: Mon, 16 Mar 2009 20:24:36 +0900 From: Paul Mundt To: Nobuhiro Iwamatsu Cc: Linux-sh , linux-kernel@vger.kernel.org, maciej.sosnowski@intel.com, dan.j.williams@intel.com Subject: Re: [PATCH] dmaengine: sh: Add support DMA-Engine driver for DMA of SuperH Message-ID: <20090316112436.GH21433@linux-sh.org> Mail-Followup-To: Paul Mundt , Nobuhiro Iwamatsu , Linux-sh , linux-kernel@vger.kernel.org, maciej.sosnowski@intel.com, dan.j.williams@intel.com References: <49B8AF67.8080309@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49B8AF67.8080309@renesas.com> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 12, 2009 at 03:44:55PM +0900, Nobuhiro Iwamatsu wrote: > This supports DMA-Engine driver for DMA of SuperH. > This supported all DMA channels, and it was tested in SH7722/SH7780. > This can not use with SH DMA API and can control this in Kconfig. > > Signed-off-by: Nobuhiro Iwamatsu > Cc: Paul Mundt > Cc: Haavard Skinnemoen > Cc: Maciej Sosnowski > Cc: Dan Williams The updated version looks ok to me. If no one else has any issues with it, and someone from the dmaengine side wants to provide an Acked-by, I can take it through my tree.