From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesper Nilsson Subject: Re: [PATCH-RFC 01/10] lib: move GENERIC_IOMAP to lib/Kconfig Date: Fri, 25 Nov 2011 09:41:09 +0100 Message-ID: <20111125084109.GS13937@axis.com> References: <5aed7b7e1dbc8a50ebd6986245df8054fd05b7cd.1322163031.git.mst@redhat.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="f2QGlHpHGjS2mn6Y" Return-path: Content-Disposition: inline In-Reply-To: <5aed7b7e1dbc8a50ebd6986245df8054fd05b7cd.1322163031.git.mst@redhat.com> Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-Id: To: "Michael S. Tsirkin" Cc: Richard Henderson , Ivan Kokshaysky , Matt Turner , Russell King , Mikael Starvik , Richard Kuo , Tony Luck , Fenghua Yu , Geert Uytterhoeven , Michal Simek , Ralf Baechle , Jonas Bonn , Kyle McMartin , Helge Deller , "James E.J. Bottomley" , Benjamin Herrenschmidt , Paul Mackerras , Chen Liqin , Lennox Wu , Paul Mundt , Da --f2QGlHpHGjS2mn6Y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 24, 2011 at 09:15:42PM +0100, Michael S. Tsirkin wrote: > define GENERIC_IOMAP in a central location > instead of all architectures. This will be helpful > for the follow-up patch which makes it select > other configs. Code is also a bit shorter this way. >=20 > Signed-off-by: Michael S. Tsirkin For the CRIS part: Acked-by: Jesper Nilsson /^JN - Jesper Nilsson --=20 Jesper Nilsson -- jesper.nilsson@axis.com --f2QGlHpHGjS2mn6Y Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAk7PVKUACgkQ31LbvUHyf1e75ACePpPqRaa0/hcY5Pc6jHLp11KX g3oAn37y5BAjmjOjjeqo5aGJkxBrHR5C =GpXx -----END PGP SIGNATURE----- --f2QGlHpHGjS2mn6Y-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Fri, 25 Nov 2011 09:41:48 +0100 (CET) Received: from ra.se.axis.com ([195.60.68.13]:38209 "EHLO ra.se.axis.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S1903650Ab1KYIll (ORCPT ); Fri, 25 Nov 2011 09:41:41 +0100 Received: from localhost (localhost [127.0.0.1]) by ra.se.axis.com (Postfix) with ESMTP id 4FCF557375; Fri, 25 Nov 2011 09:41:34 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ra.se.axis.com Received: from ra.se.axis.com ([127.0.0.1]) by localhost (ra.se.axis.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 1H9HQNQRM3al; Fri, 25 Nov 2011 09:41:34 +0100 (CET) Received: from thoth.se.axis.com (thoth.se.axis.com [10.0.2.173]) by ra.se.axis.com (Postfix) with ESMTP id BB75E57370; Fri, 25 Nov 2011 09:41:27 +0100 (CET) Received: from silver.se.axis.com (silver.se.axis.com [10.88.4.3]) by thoth.se.axis.com (Postfix) with ESMTP id 99DB334108; Fri, 25 Nov 2011 09:41:27 +0100 (CET) Received: from silver.se.axis.com (localhost [127.0.0.1]) by silver.se.axis.com (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id pAP8fRKf010458; Fri, 25 Nov 2011 09:41:27 +0100 Received: (from jespern@localhost) by silver.se.axis.com (8.14.3/8.14.3/Submit) id pAP8f9K6010452; Fri, 25 Nov 2011 09:41:09 +0100 Date: Fri, 25 Nov 2011 09:41:09 +0100 From: Jesper Nilsson To: "Michael S. Tsirkin" Cc: Richard Henderson , Ivan Kokshaysky , Matt Turner , Russell King , Mikael Starvik , Richard Kuo , Tony Luck , Fenghua Yu , Geert Uytterhoeven , Michal Simek , Ralf Baechle , Jonas Bonn , Kyle McMartin , Helge Deller , "James E.J. Bottomley" , Benjamin Herrenschmidt , Paul Mackerras , Chen Liqin , Lennox Wu , Paul Mundt , "David S. Miller" , Guan Xuetao , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , "x86@kernel.org" , Arnd Bergmann , Andrew Morton , Nicolas Pitre , Paul Bolle , Olof Johansson , Rob Herring , Paul Gortmaker , Kumar Gala , Michael Ellerman , Fabio Baltieri , Lucas De Marchi , "John W. Linville" , Lasse Collin , Arend van Spriel , Franky Lin , "linux-alpha@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , linux-cris-kernel , "linux-hexagon@vger.kernel.org" , "linux-ia64@vger.kernel.org" , "linux-m68k@vger.kernel.org" , "microblaze-uclinux@itee.uq.edu.au" , "linux-mips@linux-mips.org" , "linux@openrisc.net" , "linux-parisc@vger.kernel.org" , "linuxppc-dev@lists.ozlabs.org" , "linux-sh@vger.kernel.org" , "sparclinux@vger.kernel.org" , "linux-arch@vger.kernel.org" , Jesse Barnes , "linux-pci@vger.kernel.org" Subject: Re: [PATCH-RFC 01/10] lib: move GENERIC_IOMAP to lib/Kconfig Message-ID: <20111125084109.GS13937@axis.com> References: <5aed7b7e1dbc8a50ebd6986245df8054fd05b7cd.1322163031.git.mst@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="f2QGlHpHGjS2mn6Y" Content-Disposition: inline In-Reply-To: <5aed7b7e1dbc8a50ebd6986245df8054fd05b7cd.1322163031.git.mst@redhat.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-archive-position: 31993 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: jesper.nilsson@axis.com Precedence: bulk X-list: linux-mips Return-Path: X-Keywords: X-UID: 21281 --f2QGlHpHGjS2mn6Y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 24, 2011 at 09:15:42PM +0100, Michael S. Tsirkin wrote: > define GENERIC_IOMAP in a central location > instead of all architectures. This will be helpful > for the follow-up patch which makes it select > other configs. Code is also a bit shorter this way. >=20 > Signed-off-by: Michael S. Tsirkin For the CRIS part: Acked-by: Jesper Nilsson /^JN - Jesper Nilsson --=20 Jesper Nilsson -- jesper.nilsson@axis.com --f2QGlHpHGjS2mn6Y Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAk7PVKUACgkQ31LbvUHyf1e75ACePpPqRaa0/hcY5Pc6jHLp11KX g3oAn37y5BAjmjOjjeqo5aGJkxBrHR5C =GpXx -----END PGP SIGNATURE----- --f2QGlHpHGjS2mn6Y-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ra.se.axis.com (ra.se.axis.com [195.60.68.13]) by ozlabs.org (Postfix) with ESMTP id 791C31007DA for ; Fri, 25 Nov 2011 19:47:35 +1100 (EST) Date: Fri, 25 Nov 2011 09:41:09 +0100 From: Jesper Nilsson To: "Michael S. Tsirkin" Subject: Re: [PATCH-RFC 01/10] lib: move GENERIC_IOMAP to lib/Kconfig Message-ID: <20111125084109.GS13937@axis.com> References: <5aed7b7e1dbc8a50ebd6986245df8054fd05b7cd.1322163031.git.mst@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="f2QGlHpHGjS2mn6Y" In-Reply-To: <5aed7b7e1dbc8a50ebd6986245df8054fd05b7cd.1322163031.git.mst@redhat.com> Cc: Nicolas Pitre , "linux-mips@linux-mips.org" , "linux-m68k@vger.kernel.org" , "linux-ia64@vger.kernel.org" , "linux-sh@vger.kernel.org" , "linux@openrisc.net" , "linux-pci@vger.kernel.org" , Jesse Barnes , Chen Liqin , Paul Mackerras , "H. Peter Anvin" , "sparclinux@vger.kernel.org" , Guan Xuetao , Lennox Wu , Jonas Bonn , Russell King , "linux-hexagon@vger.kernel.org" , Helge Deller , "x86@kernel.org" , "James E.J. Bottomley" , Ingo Molnar , Geert Uytterhoeven , "linux-arch@vger.kernel.org" , Arend van Spriel , Matt Turner , Fenghua Yu , Lasse Collin , Arnd Bergmann , Lucas De Marchi , "microblaze-uclinux@itee.uq.edu.au" , Paul Bolle , Rob Herring , Mikael Starvik , Ivan Kokshaysky , Franky Lin , Thomas Gleixner , Fabio Baltieri , "linux-arm-kernel@lists.infradead.org" , Richard Henderson , Michael Ellerman , Michal Simek , Tony Luck , "linux-parisc@vger.kernel.org" , linux-cris-kernel , Paul Gortmaker , "linux-kernel@vger.kernel.org" , Ralf Baechle , Richard Kuo , Kyle McMartin , Paul Mundt , "linux-alpha@vger.kernel.org" , Olof Johansson , 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: , --f2QGlHpHGjS2mn6Y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 24, 2011 at 09:15:42PM +0100, Michael S. Tsirkin wrote: > define GENERIC_IOMAP in a central location > instead of all architectures. This will be helpful > for the follow-up patch which makes it select > other configs. Code is also a bit shorter this way. >=20 > Signed-off-by: Michael S. Tsirkin For the CRIS part: Acked-by: Jesper Nilsson /^JN - Jesper Nilsson --=20 Jesper Nilsson -- jesper.nilsson@axis.com --f2QGlHpHGjS2mn6Y Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAk7PVKUACgkQ31LbvUHyf1e75ACePpPqRaa0/hcY5Pc6jHLp11KX g3oAn37y5BAjmjOjjeqo5aGJkxBrHR5C =GpXx -----END PGP SIGNATURE----- --f2QGlHpHGjS2mn6Y--