From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752996Ab1KYI3Q (ORCPT ); Fri, 25 Nov 2011 03:29:16 -0500 Received: from smtp-out-169.synserver.de ([212.40.185.169]:1063 "HELO smtp-out-169.synserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752216Ab1KYI3P (ORCPT ); Fri, 25 Nov 2011 03:29:15 -0500 X-SynServer-TrustedSrc: 1 X-SynServer-AuthUser: lars@metafoo.de X-SynServer-PPID: 14290 Message-ID: <4ECF5213.20501@metafoo.de> Date: Fri, 25 Nov 2011 09:30:11 +0100 From: Lars-Peter Clausen User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111114 Iceowl/1.0b2 Icedove/3.1.16 MIME-Version: 1.0 To: Axel Lin CC: 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 , Arnd Bergmann , Greg Kroah-Hartman , Eric Piel , Anatolij Gustschin Subject: Re: [PATCH 1/2] MISC: convert drivers/misc/* to use module_i2c_driver() References: <1322194447.30842.0.camel@phoenix> In-Reply-To: <1322194447.30842.0.camel@phoenix> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. > 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?