From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-iy0-f177.google.com ([209.85.210.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RXCos-00038Q-RY for linux-mtd@lists.infradead.org; Sun, 04 Dec 2011 14:13:31 +0000 Received: by iaby26 with SMTP id y26so9417iab.36 for ; Sun, 04 Dec 2011 06:13:30 -0800 (PST) Subject: Re: [PATCH] mtd: convert drivers/mtd/* to use module_platform_driver() From: Artem Bityutskiy To: Manuel Lauss Date: Sun, 04 Dec 2011 16:14:27 +0200 In-Reply-To: References: <1322397903.2799.5.camel@phoenix> <1322727444.2332.12.camel@koala> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-KnGhNHB4AIcYJbqAvyXr" Message-ID: <1323008077.9400.58.camel@sauron.fi.intel.com> Mime-Version: 1.0 Cc: Artem Bityutskiy , Lars-Peter Clausen , Scott Branden , Wan ZongShun , Dmitry Eremin-Solenikov , Sukumar Ghorai , linux-kernel@vger.kernel.org, Haojian Zhuang , Kyungmin Park , Vimal Singh , Ralf Baechle , Jiandong Zheng , Andres Salomon , Olof Johansson , Jamie Iles , Axel Lin , Brian Norris , David Woodhouse , linux-mtd@lists.infradead.org Reply-To: dedekind1@gmail.com List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --=-KnGhNHB4AIcYJbqAvyXr Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, 2011-12-01 at 09:21 +0100, Manuel Lauss wrote: > On Thu, Dec 1, 2011 at 9:17 AM, Artem Bityutskiy wr= ote: > > On Sun, 2011-11-27 at 20:45 +0800, Axel Lin wrote: > >> This patch converts the drivers in drivers/mtd/* to use the > >> module_platform_driver() macro which makes the code smaller and a bit > >> simpler. > > > > Pushed to l2-mtd-2.6.git, thanks. However, I got rejects in the > > drivers/mtd/nand/au1550nd.c file, so this part was ignored. Please, tak= e > > a look at this and send an incremental change. Thanks! >=20 > Axel's patch is against a bigger change to au1550nd.c (which introduced t= he > platform driver in the first place) available in linux-next. Then au1550nd.c bits should go in via the MIPS tree as well. --=20 Best Regards, Artem Bityutskiy --=-KnGhNHB4AIcYJbqAvyXr Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAABAgAGBQJO24BDAAoJECmIfjd9wqK0lT8P/3Q+/McGZOQYgXP6IO2uKQ9K rTaXE+XaV7rExRoYsLc01je1ys/5blMOA00o7Cofy5VzIIzjEneCdY1m70nU94fr zpaoCaoaNr5JvvE841HHRb0raIqCfdxofr4XJujNUmIqw+2RGh4tLcECqiYQQ3aH EjMY/6l9qvVMxR6zV6vhTDsChkbv/va5Sp7IP+OXUrnrGQG96k/qBoBmD1RG5N0n 5Vyo5LFT0qka2gs97mMUAPJkNdZhkXxgDvC/tjUwFryOrL7s5xY42AtVu6upifZM gmdzI2u1N+TImaUtbxG4fd6MQrrvl3KXLFedvRBLctO59cjZpIyZkeF9gEzIZQKg R2abkcVrJKU3jKAKooc2ofz7g2fDCO/NxEccJVjGcmNABCG/Kbarb2tx1RB9w8jW eaYJQs3G4C0fMYHG3rI6vyxKB1bIQ3P4D6tLDpjFPrRYXChnpQZZzhdyXtWXvLJh xJC1mLGSbilf14b4FK3bi5WGx//REALgAej5nsjaRqtG8Ml1Nkhl3Z8yz79NZNXc UbddWCw2p5oTV2A91SPdjyWVFUf4i4DJbmPfy9kiGhfDsF2pjTKvqf3l2+jcErYG LHHb+wZ05b60peQV3YpObRXA8kxUkJd1qwrEfQGo1eUiOT1BvaCC0J8YeG+4qOGM 1sbL89inflm2XvNMD1fM =u2f9 -----END PGP SIGNATURE----- --=-KnGhNHB4AIcYJbqAvyXr-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753143Ab1LDONd (ORCPT ); Sun, 4 Dec 2011 09:13:33 -0500 Received: from mail-iy0-f174.google.com ([209.85.210.174]:44552 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753533Ab1LDONa (ORCPT ); Sun, 4 Dec 2011 09:13:30 -0500 Subject: Re: [PATCH] mtd: convert drivers/mtd/* to use module_platform_driver() From: Artem Bityutskiy Reply-To: dedekind1@gmail.com To: Manuel Lauss Cc: Axel Lin , linux-kernel@vger.kernel.org, David Woodhouse , Jiandong Zheng , Scott Branden , Wan ZongShun , Dmitry Eremin-Solenikov , Jamie Iles , Olof Johansson , Kyungmin Park , Haojian Zhuang , Artem Bityutskiy , Ralf Baechle , Brian Norris , Lars-Peter Clausen , Vimal Singh , Andres Salomon , Sukumar Ghorai , linux-mtd@lists.infradead.org Date: Sun, 04 Dec 2011 16:14:27 +0200 In-Reply-To: References: <1322397903.2799.5.camel@phoenix> <1322727444.2332.12.camel@koala> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-KnGhNHB4AIcYJbqAvyXr" X-Mailer: Evolution 3.0.3 (3.0.3-1.fc15) Message-ID: <1323008077.9400.58.camel@sauron.fi.intel.com> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-KnGhNHB4AIcYJbqAvyXr Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, 2011-12-01 at 09:21 +0100, Manuel Lauss wrote: > On Thu, Dec 1, 2011 at 9:17 AM, Artem Bityutskiy wr= ote: > > On Sun, 2011-11-27 at 20:45 +0800, Axel Lin wrote: > >> This patch converts the drivers in drivers/mtd/* to use the > >> module_platform_driver() macro which makes the code smaller and a bit > >> simpler. > > > > Pushed to l2-mtd-2.6.git, thanks. However, I got rejects in the > > drivers/mtd/nand/au1550nd.c file, so this part was ignored. Please, tak= e > > a look at this and send an incremental change. Thanks! >=20 > Axel's patch is against a bigger change to au1550nd.c (which introduced t= he > platform driver in the first place) available in linux-next. Then au1550nd.c bits should go in via the MIPS tree as well. --=20 Best Regards, Artem Bityutskiy --=-KnGhNHB4AIcYJbqAvyXr Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAABAgAGBQJO24BDAAoJECmIfjd9wqK0lT8P/3Q+/McGZOQYgXP6IO2uKQ9K rTaXE+XaV7rExRoYsLc01je1ys/5blMOA00o7Cofy5VzIIzjEneCdY1m70nU94fr zpaoCaoaNr5JvvE841HHRb0raIqCfdxofr4XJujNUmIqw+2RGh4tLcECqiYQQ3aH EjMY/6l9qvVMxR6zV6vhTDsChkbv/va5Sp7IP+OXUrnrGQG96k/qBoBmD1RG5N0n 5Vyo5LFT0qka2gs97mMUAPJkNdZhkXxgDvC/tjUwFryOrL7s5xY42AtVu6upifZM gmdzI2u1N+TImaUtbxG4fd6MQrrvl3KXLFedvRBLctO59cjZpIyZkeF9gEzIZQKg R2abkcVrJKU3jKAKooc2ofz7g2fDCO/NxEccJVjGcmNABCG/Kbarb2tx1RB9w8jW eaYJQs3G4C0fMYHG3rI6vyxKB1bIQ3P4D6tLDpjFPrRYXChnpQZZzhdyXtWXvLJh xJC1mLGSbilf14b4FK3bi5WGx//REALgAej5nsjaRqtG8Ml1Nkhl3Z8yz79NZNXc UbddWCw2p5oTV2A91SPdjyWVFUf4i4DJbmPfy9kiGhfDsF2pjTKvqf3l2+jcErYG LHHb+wZ05b60peQV3YpObRXA8kxUkJd1qwrEfQGo1eUiOT1BvaCC0J8YeG+4qOGM 1sbL89inflm2XvNMD1fM =u2f9 -----END PGP SIGNATURE----- --=-KnGhNHB4AIcYJbqAvyXr--