From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Courbot Subject: Re: [PATCH] gpio: generic: add get_direction support Date: Mon, 15 Jun 2015 11:32:06 +0900 Message-ID: References: <1434126035-18596-1-git-send-email-p.zabel@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-oi0-f46.google.com ([209.85.218.46]:33422 "EHLO mail-oi0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752739AbbFOCc0 (ORCPT ); Sun, 14 Jun 2015 22:32:26 -0400 In-Reply-To: <1434126035-18596-1-git-send-email-p.zabel@pengutronix.de> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Philipp Zabel Cc: Linus Walleij , "linux-gpio@vger.kernel.org" , Linux Kernel Mailing List , Sascha Hauer On Sat, Jun 13, 2015 at 1:20 AM, Philipp Zabel wrote: > Allow to determine the current direction configuration by > reading back from the direction register. Interesting that this was missing. Acked-by: Alexandre Courbot