From mboxrd@z Thu Jan 1 00:00:00 1970 From: Santosh Shilimkar Subject: Re: [PATCH v3] gpio: omap: implement get_direction Date: Thu, 24 Apr 2014 09:29:52 -0400 Message-ID: <535911D0.3020907@ti.com> References: <1398322659-20008-1-git-send-email-yegorslists@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from arroyo.ext.ti.com ([192.94.94.40]:38816 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753757AbaDXNaT (ORCPT ); Thu, 24 Apr 2014 09:30:19 -0400 In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Linus Walleij , yegorslists@googlemail.com, Kevin Hilman Cc: "linux-gpio@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Linux-OMAP , ext Tony Lindgren On Thursday 24 April 2014 09:13 AM, Linus Walleij wrote: > On Thu, Apr 24, 2014 at 8:57 AM, wrote: > >> From: Yegor Yefremov >> >> This patch implements gpio_chip's get_direction() routine, that >> lets other drivers get particular GPIOs direction using >> struct gpio_desc. >> >> Signed-off-by: Yegor Yefremov >> Acked-by: Javier Martinez Canillas >> --- >> Changes: >> v3: get rid of _get_gpio_direction() (Linus Walleij) >> v2: rework return value calculation > > Looks good to me, Kevin, Santosh? > Looks fine to me as well. Acked-by: Santosh Shilimkar > Part of me wants to list Javier as maintainer for this driver. > Am ok with it as well.