From patchwork Wed Oct 31 23:04:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 1682281 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 23355DFB80 for ; Wed, 31 Oct 2012 23:07:47 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TThKz-0008Uh-33; Wed, 31 Oct 2012 23:04: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 1TThKh-0008Rv-Sk for linux-arm-kernel@lists.infradead.org; Wed, 31 Oct 2012 23:04:24 +0000 Received: by mail-pa0-f49.google.com with SMTP id bi5so1206616pad.36 for ; Wed, 31 Oct 2012 16:04:23 -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=UWyCZpb0fGc/W4gM0S2Idd9WN8Myrv0baDSiO3bCsCY=; b=qWpCCrrXxr3n2PC5ai3luKlnlAso7zmTiqxqE2HBad8ro7jUulEpksWPQoHY+OQ35k U9SrsnfjWVnxxvCrORRLznWAwoZjUhqvh9aJSyKNxA+vHpM0wKFqQEFdmyHIlCW82qJi +FFFMXramNPDMq4hNTIjeoZtjwm2/6ALGz1ho9o/G7IvhTm0c29H3H1ETNpEsthWdkLH WjtO8mB1wu9xl5u80L4pYOqu33lQP/Kim5/QCVbJXxsJG2LT0aOFrwIGExRJq/Uu9ZJ3 Fb7Mffxz6bgQHa8idWdyGp3H3OumKJJwXnShPojBvxtsMgbfLLd2Jnj2Q9+am5c+klUq GzXg== Received: by 10.68.235.2 with SMTP id ui2mr48175922pbc.163.1351724663110; Wed, 31 Oct 2012 16:04:23 -0700 (PDT) Received: from localhost ([61.172.13.185]) by mx.google.com with ESMTPS id wo9sm2949382pbc.53.2012.10.31.16.04.19 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 31 Oct 2012 16:04:22 -0700 (PDT) From: Haojian Zhuang To: swarren@wwwdotorg.org, linux-arm-kernel@lists.infradead.org, arnd@arndb.de, tony@atomide.com, devicetree-discuss@lists.org, linus.walleij@linaro.org Subject: [PATCH v3 1/9] ARM: mmp: select pinctrl driver Date: Thu, 1 Nov 2012 07:04:13 +0800 Message-Id: <1351724661-29050-2-git-send-email-haojian.zhuang@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1351724661-29050-1-git-send-email-haojian.zhuang@gmail.com> References: <1351724661-29050-1-git-send-email-haojian.zhuang@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121031_190424_047415_DC6D5BFA X-CRM114-Status: GOOD ( 11.70 ) 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 Pinctrl driver is necessary for MMP DT & MMP2 DT platforms. Signed-off-by: Haojian Zhuang Acked-by: Linus Walleij --- arch/arm/mach-mmp/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig index 178d4da..ebdda83 100644 --- a/arch/arm/mach-mmp/Kconfig +++ b/arch/arm/mach-mmp/Kconfig @@ -89,6 +89,8 @@ config MACH_MMP_DT select CPU_PXA168 select CPU_PXA910 select USE_OF + select PINCTRL + select PINCTRL_SINGLE help Include support for Marvell MMP2 based platforms using the device tree. Needn't select any other machine while @@ -99,6 +101,8 @@ config MACH_MMP2_DT depends on !CPU_MOHAWK select CPU_MMP2 select USE_OF + select PINCTRL + select PINCTRL_SINGLE help Include support for Marvell MMP2 based platforms using the device tree.