From patchwork Sun May 20 17:11:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 160275 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id C89B1B6FAB for ; Mon, 21 May 2012 03:13:12 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SW9fN-0004o0-7Z; Sun, 20 May 2012 17:11:37 +0000 Received: from mail-gg0-f177.google.com ([209.85.161.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SW9fK-0004nT-JU for linux-arm-kernel@lists.infradead.org; Sun, 20 May 2012 17:11:35 +0000 Received: by ggcs5 with SMTP id s5so4387446ggc.36 for ; Sun, 20 May 2012 10:11:33 -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; bh=fqUpn1azrbfPoyCI19qNb7/AfBeG/AC5u62HvCmNT88=; b=WGTlLNT/plK6YcOdg/GuY0QX7z4zIWuRfoWVLK2mS0B4JCe2Xyk0BsmvmDLx/tamnL bceA8fqWrUTIYvFJWwRvc3OBLQZoPqZ0V5TKb03nLGwvtFq+Q/wR8BMUsOfVivPuqb0S vAdQfrtXcuAD/b9bnDuIbDkIpwezdPQQt63QlpZNmIzgzWDgxt26jtksDlyb8mLX7ffu q6ZamMrTlpe9PDjNRzOTC+jt0mhoYJ1Div7INJWAA7DgkLQw0oUDCPqBPTKig7hdmJC6 8fjcXBdzIcWvhgaYxPW7z6hQ+pP8pxdD8FQvgZmliImT8fe2LZrVFOB3XFwd/0Enfn/9 CCUQ== Received: by 10.236.76.5 with SMTP id a5mr20398301yhe.8.1337533893146; Sun, 20 May 2012 10:11:33 -0700 (PDT) Received: from localhost.localdomain ([189.5.6.233]) by mx.google.com with ESMTPS id y71sm65659231yhi.20.2012.05.20.10.11.30 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 20 May 2012 10:11:32 -0700 (PDT) From: Fabio Estevam To: linux-arm-kernel@lists.infradead.org Subject: [PATCH v2] ARM: mx31: Add pinctrl_provide_dummies() Date: Sun, 20 May 2012 14:11:24 -0300 Message-Id: <1337533884-7897-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.1 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.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (festevam[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.161.177 listed in list.dnswl.org] -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: Fabio Estevam , dong.aisheng@linaro.org, shawn.guo@freescale.com, kernel@pengutronix.de X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list 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+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org From: Fabio Estevam commit a2aa65a (ARM: imx: enable pinctrl dummy states) missed to add pinctrl_provide_dummies() for mx31. Signed-off-by: Fabio Estevam --- Changes since v1: - Fixed typo in Subject (AMR -> ARM) arch/arm/mach-imx/mm-imx3.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-imx/mm-imx3.c b/arch/arm/mach-imx/mm-imx3.c index 967ed5b..0b211f6 100644 --- a/arch/arm/mach-imx/mm-imx3.c +++ b/arch/arm/mach-imx/mm-imx3.c @@ -179,6 +179,8 @@ void __init imx31_soc_init(void) mxc_register_gpio("imx31-gpio", 1, MX31_GPIO2_BASE_ADDR, SZ_16K, MX31_INT_GPIO2, 0); mxc_register_gpio("imx31-gpio", 2, MX31_GPIO3_BASE_ADDR, SZ_16K, MX31_INT_GPIO3, 0); + pinctrl_provide_dummies(); + if (to_version == 1) { strncpy(imx31_sdma_pdata.fw_name, "sdma-imx31-to1.bin", strlen(imx31_sdma_pdata.fw_name));