From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH v2 2/5] arm64: only select PINCTRL for Allwinner platforms Date: Tue, 14 Mar 2017 14:12:34 +0100 Message-ID: References: <20170301180111.12365-1-icenowy@aosc.xyz> <20170301180111.12365-3-icenowy@aosc.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170301180111.12365-3-icenowy@aosc.xyz> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Icenowy Zheng Cc: "devicetree@vger.kernel.org" , Catalin Marinas , Will Deacon , "linux-kernel@vger.kernel.org" , "linux-gpio@vger.kernel.org" , Chen-Yu Tsai , Rob Herring , Andre Przywara , Maxime Ripard , "linux-arm-kernel@lists.infradead.org" List-Id: linux-gpio@vger.kernel.org On Wed, Mar 1, 2017 at 7:01 PM, Icenowy Zheng wrote: > As the pinctrl driver selecting is refactored in Kconfig file of > pinctrl-sunxi, now we can select only PINCTRL for Allwinner platform, > and the default value of several pinctrl drivers useful on ARM64 > Allwinner SoCs will become Y. > > This is the situation of 32-bit ARM ARCH_SUNXI option. > > Drop the select of per-SoC pinctrl choices, but keep selecting PINCTRL. > > Signed-off-by: Icenowy Zheng > --- > Changes in v2: Acked-by: Linus Walleij Please funnel this through the ARM SoC tree. Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752682AbdCNPjV (ORCPT ); Tue, 14 Mar 2017 11:39:21 -0400 Received: from mail-io0-f175.google.com ([209.85.223.175]:34271 "EHLO mail-io0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751073AbdCNNMg (ORCPT ); Tue, 14 Mar 2017 09:12:36 -0400 MIME-Version: 1.0 In-Reply-To: <20170301180111.12365-3-icenowy@aosc.xyz> References: <20170301180111.12365-1-icenowy@aosc.xyz> <20170301180111.12365-3-icenowy@aosc.xyz> From: Linus Walleij Date: Tue, 14 Mar 2017 14:12:34 +0100 Message-ID: Subject: Re: [PATCH v2 2/5] arm64: only select PINCTRL for Allwinner platforms To: Icenowy Zheng Cc: Rob Herring , Maxime Ripard , Chen-Yu Tsai , Catalin Marinas , Will Deacon , Andre Przywara , "linux-gpio@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 1, 2017 at 7:01 PM, Icenowy Zheng wrote: > As the pinctrl driver selecting is refactored in Kconfig file of > pinctrl-sunxi, now we can select only PINCTRL for Allwinner platform, > and the default value of several pinctrl drivers useful on ARM64 > Allwinner SoCs will become Y. > > This is the situation of 32-bit ARM ARCH_SUNXI option. > > Drop the select of per-SoC pinctrl choices, but keep selecting PINCTRL. > > Signed-off-by: Icenowy Zheng > --- > Changes in v2: Acked-by: Linus Walleij Please funnel this through the ARM SoC tree. Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Tue, 14 Mar 2017 14:12:34 +0100 Subject: [PATCH v2 2/5] arm64: only select PINCTRL for Allwinner platforms In-Reply-To: <20170301180111.12365-3-icenowy@aosc.xyz> References: <20170301180111.12365-1-icenowy@aosc.xyz> <20170301180111.12365-3-icenowy@aosc.xyz> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Mar 1, 2017 at 7:01 PM, Icenowy Zheng wrote: > As the pinctrl driver selecting is refactored in Kconfig file of > pinctrl-sunxi, now we can select only PINCTRL for Allwinner platform, > and the default value of several pinctrl drivers useful on ARM64 > Allwinner SoCs will become Y. > > This is the situation of 32-bit ARM ARCH_SUNXI option. > > Drop the select of per-SoC pinctrl choices, but keep selecting PINCTRL. > > Signed-off-by: Icenowy Zheng > --- > Changes in v2: Acked-by: Linus Walleij Please funnel this through the ARM SoC tree. Yours, Linus Walleij