From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752417Ab1KYRAT (ORCPT ); Fri, 25 Nov 2011 12:00:19 -0500 Received: from imr4.ericy.com ([198.24.6.9]:54554 "EHLO imr4.ericy.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752254Ab1KYRAP (ORCPT ); Fri, 25 Nov 2011 12:00:15 -0500 Date: Fri, 25 Nov 2011 08:57:08 -0800 From: Guenter Roeck To: Axel Lin CC: "linux-kernel@vger.kernel.org" , Corentin Labbe , Dirk Eibach , "Mark M. Hoffman" , Steve Glendinning , Riku Voipio , Guillaume Ligneul , David George , "Hans J. Koch" , Marc Hulsman , Rudolf Marek , Jean Delvare , "lm-sensors@lm-sensors.org" Subject: Re: [PATCH] hwmon: convert drivers/hwmon/* to use module_i2c_driver() Message-ID: <20111125165708.GA11317@ericsson.com> References: <1322204787.11718.1.camel@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1322204787.11718.1.camel@phoenix> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 25, 2011 at 02:06:27AM -0500, Axel Lin wrote: > This patch converts the drivers in drivers/hwmon/* to use the > module_i2c_driver() macro which makes the code smaller and a bit > simpler. > > Cc: Corentin Labbe > Cc: Dirk Eibach > Cc: "Mark M. Hoffman" > Cc: Steve Glendinning > Cc: Riku Voipio > Cc: Guillaume Ligneul > Cc: David George > Cc: "Hans J. Koch" > Cc: Marc Hulsman > Cc: Rudolf Marek > Signed-off-by: Axel Lin Acked-by: Guenter Roeck What is the plan for those patches ? Are they expected to all go through the same tree, or through individual trees after the necessary defines are introduced into mainline ? Guenter