From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Subject: Re: [PATCH] dma_declare_coherent_memory: push ioremap() up to caller Date: Fri, 24 Dec 2010 10:58:59 +0900 Message-ID: <20101224015858.GG28151@linux-sh.org> References: <201012240020.37208.jkrzyszt@tis.icnet.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <201012240020.37208.jkrzyszt@tis.icnet.pl> Sender: linux-sh-owner@vger.kernel.org To: Janusz Krzysztofik Cc: linux-arch@vger.kernel.org, Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Russell King - ARM Linux , Arnd Bergmann , Dan Williams , linux-sh@vger.kernel.org, Sascha Hauer , linux-usb@vger.kernel.org, David Brownell , linux-media@vger.kernel.org, Guennadi Liakhovetski , linux-scsi@vger.kernel.org, "James E.J. Bottomley" , Catalin Marinas List-Id: linux-arch.vger.kernel.org On Fri, Dec 24, 2010 at 12:20:32AM +0100, Janusz Krzysztofik wrote: > Tested on ARM OMAP1 based Amstrad Delta with a WIP OMAP1 camera patch, > patterned upon two mach-mx3 machine types which already try to use the > dma_declare_coherent_memory() method for reserving a region of system > RAM preallocated with another dma_alloc_coherent(). Compile tested for > all modified files except arch/sh/drivers/pci/fixups-dreamcast.c. > > Signed-off-by: Janusz Krzysztofik The arch/sh/drivers/pci/fixups-dreamcast.c build fine. Acked-by: Paul Mundt From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from 124x34x33x190.ap124.ftth.ucom.ne.jp ([124.34.33.190]:44375 "EHLO master.linux-sh.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752533Ab0LXCAf (ORCPT ); Thu, 23 Dec 2010 21:00:35 -0500 Date: Fri, 24 Dec 2010 10:58:59 +0900 From: Paul Mundt Subject: Re: [PATCH] dma_declare_coherent_memory: push ioremap() up to caller Message-ID: <20101224015858.GG28151@linux-sh.org> References: <201012240020.37208.jkrzyszt@tis.icnet.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201012240020.37208.jkrzyszt@tis.icnet.pl> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Janusz Krzysztofik Cc: linux-arch@vger.kernel.org, Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Russell King - ARM Linux , Arnd Bergmann , Dan Williams , linux-sh@vger.kernel.org, Sascha Hauer , linux-usb@vger.kernel.org, David Brownell , linux-media@vger.kernel.org, Guennadi Liakhovetski , linux-scsi@vger.kernel.org, "James E.J. Bottomley" , Catalin Marinas Message-ID: <20101224015859.BvWgmXRK_07G6gtMZh-Jx6jM3GcAxHxD3ZONNcr3jVU@z> On Fri, Dec 24, 2010 at 12:20:32AM +0100, Janusz Krzysztofik wrote: > Tested on ARM OMAP1 based Amstrad Delta with a WIP OMAP1 camera patch, > patterned upon two mach-mx3 machine types which already try to use the > dma_declare_coherent_memory() method for reserving a region of system > RAM preallocated with another dma_alloc_coherent(). Compile tested for > all modified files except arch/sh/drivers/pci/fixups-dreamcast.c. > > Signed-off-by: Janusz Krzysztofik The arch/sh/drivers/pci/fixups-dreamcast.c build fine. Acked-by: Paul Mundt