Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933012Ab3GRRKY (ORCPT ); Thu, 18 Jul 2013 13:10:24 -0400 Received: from smtprelay-b21.telenor.se ([195.54.99.212]:35976 "EHLO smtprelay-b21.telenor.se" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758890Ab3GRRKW (ORCPT ); Thu, 18 Jul 2013 13:10:22 -0400 X-SENDER-IP: [85.230.171.181] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ak1mAJgg6FFV5qu1PGdsb2JhbABagwaDIoUjuH4EAYERFwMBAQEBODWCJAEBBTocEwEPEAgDGAklDwUlChoTiBS2LxaOXIEdB4MObgOXXIYzg3CKPzo X-IronPort-AV: E=Sophos;i="4.89,695,1367964000"; d="scan'208";a="583259521" From: rydberg@euromail.se Date: Thu, 18 Jul 2013 19:11:31 +0200 To: Nick Dyer Cc: Dmitry Torokhov , Daniel Kurtz , Joonyoung Shim , Alan Bowens , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Meerwald , Benson Leung , Olof Johansson Subject: Re: [PATCH 02/51] Input: atmel_mxt_ts - Improve T19 GPIO keys handling Message-ID: <20130718171131.GA32381@polaris.bitmath.org> References: <1372337366-9286-1-git-send-email-nick.dyer@itdev.co.uk> <1372337366-9286-3-git-send-email-nick.dyer@itdev.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1372337366-9286-3-git-send-email-nick.dyer@itdev.co.uk> 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 Content-Length: 1318 Lines: 29 On Thu, Jun 27, 2013 at 01:48:37PM +0100, Nick Dyer wrote: > > * The mapping of the GPIO numbers into the T19 status byte varies between > different maXTouch chips. Some have up to 7 GPIOs. Allowing a keycode array > of up to 8 items is simpler and more generic. So replace #define with > configurable number of keys which also allows the removal of is_tp. > * Rename platform data parameters to include "t19" to prevent confusion with > T15 key array. > * Probe aborts early on when pdata is NULL, so no need to check. > * Move "int i" to beginning of function (mixed declarations and code) > * Use API calls rather than __set_bit() > * Remove unused dev variable. > > Signed-off-by: Nick Dyer > --- > drivers/input/touchscreen/atmel_mxt_ts.c | 44 ++++++++++++------------------ > drivers/platform/x86/chromeos_laptop.c | 17 ++++++++---- > include/linux/i2c/atmel_mxt_ts.h | 7 ++--- > 3 files changed, 30 insertions(+), 38 deletions(-) Reviewed-by: Henrik Rydberg Thanks, Henrik -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/