From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [RESEND: PATCH 2/2] input: tc3589x-keypad: support probing from device tree Date: Sun, 20 Apr 2014 12:36:36 -0700 Message-ID: <20140420193636.GG12454@core.coreip.homeip.net> References: <1397028491-15462-1-git-send-email-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pb0-f50.google.com ([209.85.160.50]:47999 "EHLO mail-pb0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752835AbaDTTgk (ORCPT ); Sun, 20 Apr 2014 15:36:40 -0400 Content-Disposition: inline In-Reply-To: <1397028491-15462-1-git-send-email-linus.walleij@linaro.org> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Linus Walleij Cc: devicetree@vger.kernel.org, linux-input@vger.kernel.org, Samuel Ortiz , Lee Jones , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Mark Rutland On Wed, Apr 09, 2014 at 09:28:11AM +0200, Linus Walleij wrote: > Implement device tree probing for the tc3589x keypad driver. > This is modeled on the STMPE keypad driver and tested on the > Ux500 TVK1281618 UIB. > > Signed-off-by: Linus Walleij > --- > ChangeLog v2->v3: > - Use two local u32 variables to avoid weirdness in u8 casting > of the resulting values to the pointers. > ChangeLog v1->v2: > - Fix rows/columns binding to read two u32's insead of two > u8 /bits/ as noted by Mark Rutland. Applied, thank you. -- Dmitry