Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752265AbcD3LQd (ORCPT ); Sat, 30 Apr 2016 07:16:33 -0400 Received: from mail-ob0-f181.google.com ([209.85.214.181]:34006 "EHLO mail-ob0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751539AbcD3LQa (ORCPT ); Sat, 30 Apr 2016 07:16:30 -0400 MIME-Version: 1.0 In-Reply-To: <1461947123-18170-1-git-send-email-ldewangan@nvidia.com> References: <1461947123-18170-1-git-send-email-ldewangan@nvidia.com> Date: Sat, 30 Apr 2016 13:16:30 +0200 Message-ID: Subject: Re: [PATCH V2] gpio: tegra: Implement gpio_get_direction callback From: Linus Walleij To: Laxman Dewangan Cc: Stephen Warren , Thierry Reding , "linux-gpio@vger.kernel.org" , "linux-tegra@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 414 Lines: 13 On Fri, Apr 29, 2016 at 6:25 PM, Laxman Dewangan wrote: > Implement gpio_get_direction() callback for Tegra GPIO. > The direction is only valid if the pin is configured as > GPIO. If pin is not configured in GPIO mode then this > function return error. > > Signed-off-by: Laxman Dewangan Patch applied with Stephen's and Jon's Review/ACK tags. Yours, Linus Walleij