From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755246Ab0FXMED (ORCPT ); Thu, 24 Jun 2010 08:04:03 -0400 Received: from eu1sys200aog102.obsmtp.com ([207.126.144.113]:59564 "EHLO eu1sys200aog102.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754828Ab0FXMD7 (ORCPT ); Thu, 24 Jun 2010 08:03:59 -0400 Date: Thu, 24 Jun 2010 17:33:28 +0530 From: Rabin VINCENT To: Luotao Fu Cc: Samuel Ortiz , Dmitry Torokhov , Linus WALLEIJ , "linux-kernel@vger.kernel.org" , "linux-input@vger.kernel.org" , STEricsson_nomadik_linux Subject: Re: [PATCH 2/6] gpio/stmpe-gpio: fix set direction input Message-ID: <20100624120327.GA2850@bnru02.bnr.st.com> References: <20100622135635.GA30720@bnru02.bnr.st.com> <1277378021-16802-3-git-send-email-l.fu@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1277378021-16802-3-git-send-email-l.fu@pengutronix.de> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 24, 2010 at 13:13:37 +0200, Luotao Fu wrote: > to set an GPIO pin to input, the corresponding bit in GPDR needs to be cleared > instead of set. fixed with this patch. > > Signed-off-by: Luotao Fu Acked-by: Rabin Vincent