From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 3C96FB6EEC for ; Wed, 28 Mar 2012 14:58:28 +1100 (EST) Message-ID: <1332907000.2882.74.camel@pasglop> Subject: Re: [PATCHv2 04/14] PowerPC: adapt for dma_map_ops changes From: Benjamin Herrenschmidt To: Marek Szyprowski Date: Wed, 28 Mar 2012 14:56:40 +1100 In-Reply-To: <1332855768-32583-5-git-send-email-m.szyprowski@samsung.com> References: <1332855768-32583-1-git-send-email-m.szyprowski@samsung.com> <1332855768-32583-5-git-send-email-m.szyprowski@samsung.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: linux-mips@linux-mips.org, Kevin Cernekee , linux-ia64@vger.kernel.org, linux-sh@vger.kernel.org, linux-mm@kvack.org, sparclinux@vger.kernel.org, Guan Xuetao , linux-arch@vger.kernel.org, Stephen Rothwell , Jonathan Corbet , x86@kernel.org, Matt Turner , Dezhong Diao , Fenghua Yu , Arnd Bergmann , microblaze-uclinux@itee.uq.edu.au, linaro-mm-sig@lists.linaro.org, Ivan Kokshaysky , Andrzej Pietrasiewicz , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, Richard Henderson , discuss@x86-64.org, Michal Simek , Tony Luck , linux-kernel@vger.kernel.org, Richard Kuo , FUJITA Tomonori , Kyungmin Park , Paul Mundt , linux-alpha@vger.kernel.org, Andrew Morton , linuxppc-dev@lists.ozlabs.org, "David S. Miller" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2012-03-27 at 15:42 +0200, Marek Szyprowski wrote: > From: Andrzej Pietrasiewicz > > Adapt core PowerPC architecture code for dma_map_ops changes: replace > alloc/free_coherent with generic alloc/free methods. > > Signed-off-by: Andrzej Pietrasiewicz > [added missing changes to arch/powerpc/kernel/vio.c] > Signed-off-by: Kyungmin Park > Signed-off-by: Marek Szyprowski > Reviewed-by: David Gibson > Reviewed-by: Arnd Bergmann > --- FYI. David and Arnd reviews are good enough for me ppc-side. Cheers, Ben.