From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx140.postini.com [74.125.245.140]) by kanga.kvack.org (Postfix) with SMTP id 1B46E6B004A for ; Wed, 28 Mar 2012 02:10:46 -0400 (EDT) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from euspt2 ([210.118.77.14]) by mailout4.w1.samsung.com (Sun Java(tm) System Messaging Server 6.3-8.04 (built Jul 29 2009; 32bit)) with ESMTP id <0M1K00L6UZTX2N10@mailout4.w1.samsung.com> for linux-mm@kvack.org; Wed, 28 Mar 2012 07:10:45 +0100 (BST) Received: from linux.samsung.com ([106.116.38.10]) by spt2.w1.samsung.com (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTPA id <0M1K002VYZTSZH@spt2.w1.samsung.com> for linux-mm@kvack.org; Wed, 28 Mar 2012 07:10:41 +0100 (BST) Date: Wed, 28 Mar 2012 08:10:20 +0200 From: Marek Szyprowski Subject: RE: [PATCHv2 09/14] Unicore32: adapt for dma_map_ops changes In-reply-to: <4F7275FE.8000100@mprc.pku.edu.cn> Message-id: <00ac01cd0ca9$7508f4e0$5f1adea0$%szyprowski@samsung.com> Content-language: pl References: <1332855768-32583-1-git-send-email-m.szyprowski@samsung.com> <1332855768-32583-10-git-send-email-m.szyprowski@samsung.com> <4F7275FE.8000100@mprc.pku.edu.cn> Sender: owner-linux-mm@kvack.org List-ID: To: 'Guan Xuetao' Cc: linux-kernel@vger.kernel.org, 'Benjamin Herrenschmidt' , 'Thomas Gleixner' , 'Andrew Morton' , 'Arnd Bergmann' , 'Stephen Rothwell' , 'FUJITA Tomonori' , microblaze-uclinux@itee.uq.edu.au, linux-arch@vger.kernel.org, x86@kernel.org, linux-sh@vger.kernel.org, linux-alpha@vger.kernel.org, sparclinux@vger.kernel.org, linux-ia64@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-mips@linux-mips.org, discuss@x86-64.org, linux-arm-kernel@lists.infradead.org, linux-mm@kvack.org, linaro-mm-sig@lists.linaro.org, 'Jonathan Corbet' , 'Kyungmin Park' , Andrzej Pietrasiewicz , 'Kevin Cernekee' , 'Dezhong Diao' , 'Richard Kuo' , "'David S. Miller'" , 'Michal Simek' , 'Paul Mundt' , 'Richard Henderson' , 'Ivan Kokshaysky' , 'Matt Turner' , 'Tony Luck' , 'Fenghua Yu' Hello, On Wednesday, March 28, 2012 4:23 AM Guan Xuetao wrote: > On 03/27/2012 09:42 PM, Marek Szyprowski wrote: > > diff --git a/arch/unicore32/mm/dma-swiotlb.c b/arch/unicore32/mm/dma-swiotlb.c > > index bfa9fbb..4cf5f0c 100644 > > --- a/arch/unicore32/mm/dma-swiotlb.c > > +++ b/arch/unicore32/mm/dma-swiotlb.c > > @@ -17,9 +17,23 @@ > > > > #include > > > > +static void *unicore_swiotlb_alloc_coherent(struct device *dev, size_t size, > > + dma_addr_t *dma_handle, gfp_t flags, > > + struct dma_attrs *attrs) > > +{ > > + return swiotlb_alloc_coherent(dev, size, dma_handle, flags); > > +} > > + > > +static void unicode_swiotlb_free_coherent(struct device *dev, size_t size, > The bit is ok for me. Only a typo here, please change unicode to unicore. Ups, I'm sorry for that typo. I've fixed it on my git tree: http://git.linaro.org/gitweb?p=people/mszyprowski/linux-dma-mapping.git;a=commitdiff;h=bbe43c05b0653 9c09f89e07bcaf61ea0fca8d67f Best regards -- Marek Szyprowski Samsung Poland R&D Center -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org