From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory CLEMENT Subject: Re: [PATCH v4 2/7] arm64: marvell: enable the Armada 37xx pinctrl driver Date: Wed, 26 Apr 2017 12:26:04 +0200 Message-ID: <87vapr8nyb.fsf@free-electrons.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: (Gregory CLEMENT's message of "Wed, 5 Apr 2017 17:18:03 +0200") Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Linus Walleij Cc: linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Thomas Petazzoni , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Rob Herring , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Nadav Haklai , Victor Gu , Marcin Wojtas , Wilson Ding , Hua Jing , Neta Zur Hershkovits List-Id: linux-gpio@vger.kernel.org Hi, On mer., avril 05 2017, Gregory CLEMENT wrote: > This commit makes sure the driver for the Armada 37xx pin controller is > enabled. > > Signed-off-by: Gregory CLEMENT Applied on mvebu/arm64 Thanks, Gregory > --- > arch/arm64/Kconfig.platforms | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms > index 129cc5ae4091..9aa71a3f3f50 100644 > --- a/arch/arm64/Kconfig.platforms > +++ b/arch/arm64/Kconfig.platforms > @@ -103,8 +103,13 @@ config ARCH_MVEBU > select ARMADA_AP806_SYSCON > select ARMADA_CP110_SYSCON > select ARMADA_37XX_CLK > + select GPIOLIB > + select GPIOLIB_IRQCHIP > select MVEBU_ODMI > select MVEBU_PIC > + select OF_GPIO > + select PINCTRL > + select PINCTRL_ARMADA_37XX > help > This enables support for Marvell EBU familly, including: > - Armada 3700 SoC Family > -- > git-series 0.9.1 -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1037903AbdDZK0P (ORCPT ); Wed, 26 Apr 2017 06:26:15 -0400 Received: from mail.free-electrons.com ([62.4.15.54]:45178 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2998050AbdDZK0G (ORCPT ); Wed, 26 Apr 2017 06:26:06 -0400 From: Gregory CLEMENT To: Linus Walleij Cc: linux-gpio@vger.kernel.org, Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Thomas Petazzoni , linux-arm-kernel@lists.infradead.org, Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Nadav Haklai , Victor Gu , Marcin Wojtas , Wilson Ding , Hua Jing , Neta Zur Hershkovits Subject: Re: [PATCH v4 2/7] arm64: marvell: enable the Armada 37xx pinctrl driver References: Date: Wed, 26 Apr 2017 12:26:04 +0200 In-Reply-To: (Gregory CLEMENT's message of "Wed, 5 Apr 2017 17:18:03 +0200") Message-ID: <87vapr8nyb.fsf@free-electrons.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (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 Hi, On mer., avril 05 2017, Gregory CLEMENT wrote: > This commit makes sure the driver for the Armada 37xx pin controller is > enabled. > > Signed-off-by: Gregory CLEMENT Applied on mvebu/arm64 Thanks, Gregory > --- > arch/arm64/Kconfig.platforms | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms > index 129cc5ae4091..9aa71a3f3f50 100644 > --- a/arch/arm64/Kconfig.platforms > +++ b/arch/arm64/Kconfig.platforms > @@ -103,8 +103,13 @@ config ARCH_MVEBU > select ARMADA_AP806_SYSCON > select ARMADA_CP110_SYSCON > select ARMADA_37XX_CLK > + select GPIOLIB > + select GPIOLIB_IRQCHIP > select MVEBU_ODMI > select MVEBU_PIC > + select OF_GPIO > + select PINCTRL > + select PINCTRL_ARMADA_37XX > help > This enables support for Marvell EBU familly, including: > - Armada 3700 SoC Family > -- > git-series 0.9.1 -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregory.clement@free-electrons.com (Gregory CLEMENT) Date: Wed, 26 Apr 2017 12:26:04 +0200 Subject: [PATCH v4 2/7] arm64: marvell: enable the Armada 37xx pinctrl driver In-Reply-To: (Gregory CLEMENT's message of "Wed, 5 Apr 2017 17:18:03 +0200") References: Message-ID: <87vapr8nyb.fsf@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On mer., avril 05 2017, Gregory CLEMENT wrote: > This commit makes sure the driver for the Armada 37xx pin controller is > enabled. > > Signed-off-by: Gregory CLEMENT Applied on mvebu/arm64 Thanks, Gregory > --- > arch/arm64/Kconfig.platforms | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms > index 129cc5ae4091..9aa71a3f3f50 100644 > --- a/arch/arm64/Kconfig.platforms > +++ b/arch/arm64/Kconfig.platforms > @@ -103,8 +103,13 @@ config ARCH_MVEBU > select ARMADA_AP806_SYSCON > select ARMADA_CP110_SYSCON > select ARMADA_37XX_CLK > + select GPIOLIB > + select GPIOLIB_IRQCHIP > select MVEBU_ODMI > select MVEBU_PIC > + select OF_GPIO > + select PINCTRL > + select PINCTRL_ARMADA_37XX > help > This enables support for Marvell EBU familly, including: > - Armada 3700 SoC Family > -- > git-series 0.9.1 -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com