From patchwork Sat Jan 23 22:07:44 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robert Jarzmik X-Patchwork-Id: 8098171 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id DA37A9F818 for ; Sat, 23 Jan 2016 22:10:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id EAD0820381 for ; Sat, 23 Jan 2016 22:10:19 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F103520373 for ; Sat, 23 Jan 2016 22:10:17 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1aN6Lx-0005tX-Cb; Sat, 23 Jan 2016 22:08:17 +0000 Received: from smtp01.smtpout.orange.fr ([80.12.242.123] helo=smtp.smtpout.orange.fr) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1aN6Lu-0005rt-Vj for linux-arm-kernel@lists.infradead.org; Sat, 23 Jan 2016 22:08:15 +0000 Received: from belgarion ([86.199.70.65]) by mwinf5d48 with ME id 9a7k1s00E1QWASW03a7kjp; Sat, 23 Jan 2016 23:07:52 +0100 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Sat, 23 Jan 2016 23:07:52 +0100 X-ME-IP: 86.199.70.65 From: Robert Jarzmik To: Masahiro Yamada Subject: Re: [PATCH] ARM: pxa: let PXA27x select PINCTRL References: <1453577004-15295-1-git-send-email-yamada.masahiro@socionext.com> X-URL: http://belgarath.falguerolles.org/ Date: Sat, 23 Jan 2016 23:07:44 +0100 In-Reply-To: <1453577004-15295-1-git-send-email-yamada.masahiro@socionext.com> (Masahiro Yamada's message of "Sun, 24 Jan 2016 04:23:24 +0900") Message-ID: <87k2n0ar0v.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160123_140815_340055_07D2CE52 X-CRM114-Status: GOOD ( 13.16 ) X-Spam-Score: -1.9 (-) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Russell King , linux-kernel@vger.kernel.org, Haojian Zhuang , arm@kernel.org, Daniel Mack , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Masahiro Yamada writes: > To use the newly added PXA27x pinctrl driver, this commit is needed > as well as commit 4b15ec9d42b2 ("pinctrl: activate pxa architecture"). > > Signed-off-by: Masahiro Yamada No, that's a bit to narrow selecting pinctrl for only pxa27x architecture. I have this patch in my local tree for 2 monthes (see [1]). This is the patch I'd rather have. I had not posted it as I didn't think the pinctrl work was over yet. I know at least that pxa3xx is ready (as pinctrl-single should be used), and I had not the time to create the map for pxa25x. Cheers. --- Robert ---8<--- From 8e0da8ff579bd38a7923f15a905133814153ebdb Mon Sep 17 00:00:00 2001 From: Robert Jarzmik Date: Sun, 1 Nov 2015 20:07:31 +0100 Subject: [PATCH] ARM: pxa: use pinctrl Select pinctrl for all PXA architectures. Signed-off-by: Robert Jarzmik --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 34e1569a11ee..e876e86f5b0a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -618,6 +618,7 @@ config ARCH_PXA select HAVE_IDE select IRQ_DOMAIN select MULTI_IRQ_HANDLER + select PINCTRL select PLAT_PXA select SPARSE_IRQ help