From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753492Ab2ATQxf (ORCPT ); Fri, 20 Jan 2012 11:53:35 -0500 Received: from mail-gx0-f174.google.com ([209.85.161.174]:37445 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752509Ab2ATQxb (ORCPT ); Fri, 20 Jan 2012 11:53:31 -0500 Date: Fri, 20 Jan 2012 08:53:22 -0800 From: Dmitry Torokhov To: Axel Lin Cc: linux-kernel@vger.kernel.org, Fabien Marteau , Michael Hennerich , Felipe Balbi , Kim Kyuwon , Joonyoung Shim , Zhang Jiejing , Bo Shen , Raphael Derosso Pereira , Barry Song <21cnbao@gmail.com>, Albert Zhang , Hemanth V , Chris Hudson , Samuli Konttila , Mike Rapoport , Daniel Mack , Magnus Damm , Jianchun Bian , Dequan Meng , Tony SIM , Kwangwoo Lee , linux-input@vger.kernel.org Subject: Re: [PATCH 1/2] Input: convert drivers/input/* to use module_i2c_driver() Message-ID: <20120120165322.GB6520@core.coreip.homeip.net> References: <1327064484.15205.1.camel@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1327064484.15205.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 Hi Axel, On Fri, Jan 20, 2012 at 09:01:24PM +0800, Axel Lin wrote: > This patch converts the drivers in drivers/input/* to use the > module_i2c_driver() macro which makes the code smaller and a bit simpler. > I ialready have your patch in my queue, I am just waiting for -rc3 to merge winth mainline and bring module_i2c_driver() and module_spi_driver() in and will merge your patches at that time. Thanks. -- Dmitry