From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753933Ab1KYKQE (ORCPT ); Fri, 25 Nov 2011 05:16:04 -0500 Received: from moutng.kundenserver.de ([212.227.17.8]:50906 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753561Ab1KYKQD (ORCPT ); Fri, 25 Nov 2011 05:16:03 -0500 From: Arnd Bergmann To: "Lars-Peter Clausen" Subject: Re: [PATCH 1/2] MISC: convert drivers/misc/* to use module_i2c_driver() Date: Fri, 25 Nov 2011 10:15:43 +0000 User-Agent: KMail/1.12.2 (Linux/3.2.0-rc1+; KDE/4.3.2; x86_64; ; ) Cc: Axel Lin , linux-kernel@vger.kernel.org, Michael Hennerich , Anantha Narayanan , Samu Onkalo , Hemanth V , Christoph Mair , Grant Likely , Ben Gardner , Minkyu Kang , Kalhan Trisal , "Darrick J. Wong" , Daniel Mack , Rodolfo Giometti , "Greg Kroah-Hartman" , Eric Piel , Anatolij Gustschin References: <1322194447.30842.0.camel@phoenix> <4ECF5213.20501@metafoo.de> In-Reply-To: <4ECF5213.20501@metafoo.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201111251015.43439.arnd@arndb.de> X-Provags-ID: V02:K0:4PswehPSqqNX5I+WriBfVPKBJE2Y9zYTTyRnphZ0pEK tvjgevNAkfedBy+K8k5oalPW1atsvbLgqekuFP20KO5u0cF/X3 McFPt/rLXcouH974T+nOwdw5KyC7q/t7gM24iN6Y5PwlDUn95y LT7GPn4uoCbe+0C8VSbEiqrE2vDxp2OHgPNCmihRASptukohJZ zIh2ojyE0plFZQ//w4Zk72v08pgoVD5uutj7FmAmiVh/qets3d VFZ194tve2ICtcwqa9WPl3zHMWU19y1qNxw3VAkQc1g7+5oev2 DTez6PNayIXp7p/KHNWo9vXsj4x7snk45+lL3zFBrEVi7XTEX8 QUEYuz/cIzQFrqAf4x/U= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 25 November 2011, Lars-Peter Clausen wrote: > On 11/25/2011 05:14 AM, Axel Lin wrote: > > This patch converts the drivers in drivers/misc/* to use the > > module_i2c_driver() macro which makes the code smaller and a bit > > simpler. Acked-by: Arnd Bergmann > I think we should wait with spi and i2c patches until the macro can actually > be found in respective subsystem tree. Or do you want these patches to go > through GregKH's driver-core tree? Obviously it can only go in after the patches introducing the macros. Since Greg owns both the char-misc and driver-core trees, there should be no problem coordinating between the two. Arnd