From mboxrd@z Thu Jan 1 00:00:00 1970 From: Y Vo Subject: [PATCH 0/2] gpio: xgene: add support to configure GPIO line as input, output or external IRQ pin Date: Fri, 11 Sep 2015 16:22:10 +0700 Message-ID: <1441963332-13329-1-git-send-email-yvo@apm.com> Return-path: Received: from mail-pa0-f45.google.com ([209.85.220.45]:34326 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751266AbbIKJW2 (ORCPT ); Fri, 11 Sep 2015 05:22:28 -0400 Received: by padhy16 with SMTP id hy16so70136677pad.1 for ; Fri, 11 Sep 2015 02:22:27 -0700 (PDT) Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: linus.walleij@linaro.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Y Vo , Phong Vo , Toan Le , Loc Ho , Feng Kan , Quan Nguyen , Duc Dang , patches@apm.com This patch supports to configure GPIO line as input, output or external IRQ pin. Y Vo (2): gpio: xgene: add support to configure GPIO line as input, output or external IRQ pin Documentation: gpio: Update description for X-Gene standby GPIO controller DTS binding .../devicetree/bindings/gpio/gpio-xgene-sb.txt | 26 +++++++++++---- drivers/gpio/gpio-xgene-sb.c | 33 +++++++++++++++---- 2 files changed, 45 insertions(+), 14 deletions(-)