From patchwork Wed Sep 12 10:48:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 1442531 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (unknown [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 597D24025E for ; Wed, 12 Sep 2012 10:59:49 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TBkVP-0004MO-PZ; Wed, 12 Sep 2012 10:49:16 +0000 Received: from mail.free-electrons.com ([88.190.12.23]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TBkVI-0004K4-H1 for linux-arm-kernel@lists.infradead.org; Wed, 12 Sep 2012 10:49:10 +0000 Received: by mail.free-electrons.com (Postfix, from userid 106) id E5C80188; Wed, 12 Sep 2012 12:49:24 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham version=3.3.1 Received: from skate (humanoidz.org [82.247.183.72]) by mail.free-electrons.com (Postfix) with ESMTPSA id EA9D1CE; Wed, 12 Sep 2012 12:49:12 +0200 (CEST) Date: Wed, 12 Sep 2012 12:48:53 +0200 From: Thomas Petazzoni To: Sebastian Hesselbarth Subject: Re: [PATCH 2/2] arm: mvebu: select the pinctrl drivers for Armada 370 and Armada XP platforms Message-ID: <20120912124853.42cc418f@skate> In-Reply-To: <504F7798.6070501@gmail.com> References: <1347266386-16229-1-git-send-email-sebastian.hesselbarth@gmail.com> <1347377834-19402-1-git-send-email-thomas.petazzoni@free-electrons.com> <1347377834-19402-3-git-send-email-thomas.petazzoni@free-electrons.com> <504F7798.6070501@gmail.com> Organization: Free Electrons X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.3 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.4 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Lior Amsalem , Andrew Lunn , Jason Cooper , Stephen Warren , Linus Walleij , Gregory CLEMENT , linux-arm-kernel@lists.infradead.org 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: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Le Tue, 11 Sep 2012 19:40:40 +0200, Sebastian Hesselbarth a écrit : > Using PINCTRL_MVEBU on any mvebu SoC requires to > "select PINCTRL" in arch/arm/Kconfig for ARCH_MVEBU, too. This is already done by your PATCH 1/9 from the v3 of your patchset: Best regards, Thomas diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a2b6f74..2eb3f6b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -574,6 +574,7 @@ config ARCH_MVEBU select IRQ_DOMAIN select COMMON_CLK select PLAT_ORION + select PINCTRL help Support for the Marvell SoC Family with device tree support