From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCHv2 06/11] unicore32 core architecture: mm related: generic codes Date: Sun, 27 Feb 2011 18:12:29 +0100 Message-ID: <201102271812.29526.arnd@arndb.de> References: <02ed01cbcb48$3e3781a0$baa684e0$@mprc.pku.edu.cn> <201102221618.56779.arnd@arndb.de> <018101cbd639$3c639430$b52abc90$@mprc.pku.edu.cn> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <018101cbd639$3c639430$b52abc90$@mprc.pku.edu.cn> Sender: linux-kernel-owner@vger.kernel.org To: Guan Xuetao Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, 'Greg KH' List-Id: linux-arch.vger.kernel.org On Sunday 27 February 2011, Guan Xuetao wrote: > From: GuanXuetao > Date: Sun, 27 Feb 2011 12:46:06 +0800 > Subject: [PATCH] unicore32: replace unicore32-specific iomap functions with generic lib implementation > > 1. define and enable CONFIG_GENERIC_IOMAP > 2. define unicore32-specific PCI_IOBASE for asm-generic/io.h > 3. define HAVE_ARCH_PIO_SIZE and unicore32-specific PIO_* macros > 4. remove all unicore32-specific iomap functions > > Signed-off-by: Guan Xuetao Excellent! Acked-by: Arnd Bergmann From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de ([212.227.17.10]:53690 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751961Ab1B0Xny (ORCPT ); Sun, 27 Feb 2011 18:43:54 -0500 From: Arnd Bergmann Subject: Re: [PATCHv2 06/11] unicore32 core architecture: mm related: generic codes Date: Sun, 27 Feb 2011 18:12:29 +0100 References: <02ed01cbcb48$3e3781a0$baa684e0$@mprc.pku.edu.cn> <201102221618.56779.arnd@arndb.de> <018101cbd639$3c639430$b52abc90$@mprc.pku.edu.cn> In-Reply-To: <018101cbd639$3c639430$b52abc90$@mprc.pku.edu.cn> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: <201102271812.29526.arnd@arndb.de> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Guan Xuetao Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, 'Greg KH' Message-ID: <20110227171229.v5JPG3TdPz_ITiPMNa30x62LRqIBVA3H523H1xD0ns4@z> On Sunday 27 February 2011, Guan Xuetao wrote: > From: GuanXuetao > Date: Sun, 27 Feb 2011 12:46:06 +0800 > Subject: [PATCH] unicore32: replace unicore32-specific iomap functions with generic lib implementation > > 1. define and enable CONFIG_GENERIC_IOMAP > 2. define unicore32-specific PCI_IOBASE for asm-generic/io.h > 3. define HAVE_ARCH_PIO_SIZE and unicore32-specific PIO_* macros > 4. remove all unicore32-specific iomap functions > > Signed-off-by: Guan Xuetao Excellent! Acked-by: Arnd Bergmann