Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753165Ab1BNUB5 (ORCPT ); Mon, 14 Feb 2011 15:01:57 -0500 Received: from xes-mad.com ([216.165.139.218]:19850 "EHLO xes-mad.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751129Ab1BNUBz (ORCPT ); Mon, 14 Feb 2011 15:01:55 -0500 Subject: Re: [PATCH 1/3] gpiolib: Add ability to get GPIO pin direction From: Peter Tyser To: Grant Likely Cc: linux-kernel@vger.kernel.org, Alek Du , Samuel Ortiz , David Brownell , Eric Miao , Uwe Kleine-K?nig , Mark Brown , Joe Perches In-Reply-To: <20110214191420.GB30647@angua.secretlab.ca> References: <1294343654-20354-1-git-send-email-ptyser@xes-inc.com> <1297698493.965.5475.camel@petert> <20110214191420.GB30647@angua.secretlab.ca> Content-Type: text/plain; charset="UTF-8" Date: Mon, 14 Feb 2011 14:01:28 -0600 Message-ID: <1297713688.965.6088.camel@petert> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1484 Lines: 33 On Mon, 2011-02-14 at 12:14 -0700, Grant Likely wrote: > On Mon, Feb 14, 2011 at 09:02:02AM -0700, Grant Likely wrote: > > On Mon, Feb 14, 2011 at 8:48 AM, Peter Tyser wrote: > > > On Thu, 2011-01-06 at 13:54 -0600, Peter Tyser wrote: > > >> Add a new get_direction() function to the gpio_chip structure. This is > > >> useful so that the direction of a pin can be determined when its > > >> exported. Previously, the direction defaulted to 'in' regardless of the > > >> actual configuration of the GPIO pin which resulted in the 'direction' > > >> sysfs file often being incorrect. > > >> > > >> If a GPIO driver implements get_direction(), it is called in > > >> gpio_request() to set the initial direction of the pin accurately. > > > > > > I see Grant was just added as a GPIO maintainer, so added him on CC. > > > > > > Anything gating getting these 3 patches being picked up? > > > > I'll take a look at them later today. > > What are the other two patches? I only see this one. Can you repost? I just resent the 3 patches to you off-list. They can also be found at: https://patchwork.kernel.org/patch/460411/ https://patchwork.kernel.org/patch/460321/ https://patchwork.kernel.org/patch/460331/ Peter -- 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/