From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH v3] gpio: omap: implement get_direction Date: Thu, 24 Apr 2014 15:25:16 -0700 Message-ID: <7hppk6nz5f.fsf@paris.lan> References: <1398322659-20008-1-git-send-email-yegorslists@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: (Linus Walleij's message of "Thu, 24 Apr 2014 15:13:04 +0200") Sender: linux-omap-owner@vger.kernel.org To: Linus Walleij Cc: yegorslists@googlemail.com, Santosh Shilimkar , "linux-gpio@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Linux-OMAP , ext Tony Lindgren List-Id: linux-gpio@vger.kernel.org Linus Walleij writes: > 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? Reviewed-by: Kevin Hilman > Part of me wants to list Javier as maintainer for this driver. That's fine with me. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@linaro.org (Kevin Hilman) Date: Thu, 24 Apr 2014 15:25:16 -0700 Subject: [PATCH v3] gpio: omap: implement get_direction In-Reply-To: (Linus Walleij's message of "Thu, 24 Apr 2014 15:13:04 +0200") References: <1398322659-20008-1-git-send-email-yegorslists@googlemail.com> Message-ID: <7hppk6nz5f.fsf@paris.lan> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Linus Walleij writes: > 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? Reviewed-by: Kevin Hilman > Part of me wants to list Javier as maintainer for this driver. That's fine with me. Kevin