From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754999AbcAWWH4 (ORCPT ); Sat, 23 Jan 2016 17:07:56 -0500 Received: from smtp01.smtpout.orange.fr ([80.12.242.123]:48462 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754760AbcAWWHy (ORCPT ); Sat, 23 Jan 2016 17:07:54 -0500 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 Cc: arm@kernel.org, Haojian Zhuang , linux-kernel@vger.kernel.org, Russell King , Daniel Mack , linux-arm-kernel@lists.infradead.org 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 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 -- 2.1.4