From patchwork Thu Oct 18 09:07:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 1608841 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 558203FE36 for ; Thu, 18 Oct 2012 09:12:25 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TOm6m-00037o-MY; Thu, 18 Oct 2012 09:09:41 +0000 Received: from mail-pa0-f49.google.com ([209.85.220.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TOm50-0001Um-M3 for linux-arm-kernel@lists.infradead.org; Thu, 18 Oct 2012 09:07:51 +0000 Received: by mail-pa0-f49.google.com with SMTP id bi5so8418397pad.36 for ; Thu, 18 Oct 2012 02:07:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=bpHNNlFCWjTuvF3xAck1J9x/wDW056+w9MbJIgAiIFw=; b=iiO2Pc68vjXB5ozYoO6kCgH9xWB3mKtq8iSLTD9KEcEyIgRd0N58vl5q+3vyRzb4x/ p2U7OzfAe9Vqs/toabz392XxsgD3Z4gEgL75ydAijSK9oIT079czhH3Cvnz/MCsuh2B1 Q/x7kv6MgpnsFRfr9d53mc/z6cGnkHyuvFdCayYW/u88ONPMvnZY8b+V2keurWlf64Og FvZZYFgi3OkorIb+bN0WPRfAcFgRtjiPfyxfdEbEY0ugqcgRCkN6Xuq3hmvfXqWy7G/H uYDsC2uNqfltPj7wcgqElxL2KRu/WoBIOI2cIGsVpt4GuokhpnwYV4bu+rmh+6mHIJfw kdVQ== Received: by 10.68.234.71 with SMTP id uc7mr63846539pbc.72.1350551270414; Thu, 18 Oct 2012 02:07:50 -0700 (PDT) Received: from localhost ([58.39.221.134]) by mx.google.com with ESMTPS id it5sm13946598pbc.10.2012.10.18.02.07.45 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 18 Oct 2012 02:07:49 -0700 (PDT) From: Haojian Zhuang To: linux-arm-kernel@lists.infradead.org, arnd@arndb.de, linus.walleij@linaro.org, tony@atomide.com, devicetree-discuss@lists.ozlabs.org Subject: [PATCH 10/10] document: devicetree: bind pinconf in pinctrl single Date: Thu, 18 Oct 2012 17:07:04 +0800 Message-Id: <1350551224-12857-10-git-send-email-haojian.zhuang@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1350551224-12857-1-git-send-email-haojian.zhuang@gmail.com> References: <1350551224-12857-1-git-send-email-haojian.zhuang@gmail.com> X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.49 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (haojian.zhuang[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Haojian Zhuang X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Add comments with pinconf & gpio range in the document of pinctrl-single. Signed-off-by: Haojian Zhuang --- .../devicetree/bindings/pinctrl/pinctrl-single.txt | 43 ++++++++++++++++++++ 1 files changed, 43 insertions(+), 0 deletions(-) diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt index 5187f0d..b0e5059 100644 --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt @@ -15,6 +15,49 @@ Optional properties: available and same for all registers; if not specified, disabling of pin functions is ignored +- pinctrl-single,gpio-mask : mask of enabling gpio function register + +- pinctrl-single,gpio-ranges : gpio range list + +- pinctrl-single,gpio : array with gpio range start, size & register + offset + +- pinctrl-single,gpio-enable : value of enabling gpio function + +- pinctrl-single,gpio-disable : value of disabling gpio function + +- pinctrl-single,power-source-mask : mask of setting power source in + the pinmux register + +- pinctrl-single,power-source-shift : shift of power source field in + the pinmux register + +- pinctrl-single,power-source : value of setting power source field + in the pinmux register + +- pinctrl-single,bias-mask : mask of setting bias value in the pinmux + register + +- pinctrl-single,bias-shift : shift of setting bias value in the + pinmux register + +- pinctrl-single,bias-disable : value of disabling bias in the pinmux + register + +- pinctrl-single,bias-pull-down : value of setting bias pull down in + the pinmux register + +- pinctrl-single,bias-pull-up : value of setting bias pull up in the + pinmux register + +- pinctrl-single,bias : value of setting bias in the pinmux register + +- pinctrl-single,input-schmitt-mask : mask of setting input schmitt + in the pinmux register + +- pinctrl-single,input-schmitt-shift : shift of setting input schmitt + in the pinmux register + This driver assumes that there is only one register for each pin, and uses the common pinctrl bindings as specified in the pinctrl-bindings.txt document in this directory.