Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1468117 > unrolled thread

[RFC][PATCH] Kconfig: ARCH_HISI: Add PINCTRL to HISI platform

Started byJohn Stultz <john.stultz@linaro.org>
First post2016-08-23 00:50 +0200
Last post2016-08-24 17:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [RFC][PATCH] Kconfig: ARCH_HISI: Add PINCTRL to HISI platform John Stultz <john.stultz@linaro.org> - 2016-08-23 00:50 +0200
    Re: [RFC][PATCH] Kconfig: ARCH_HISI: Add PINCTRL to HISI platform Wei Xu <xuwei5@hisilicon.com> - 2016-08-24 17:20 +0200

#1468117 — [RFC][PATCH] Kconfig: ARCH_HISI: Add PINCTRL to HISI platform

FromJohn Stultz <john.stultz@linaro.org>
Date2016-08-23 00:50 +0200
Subject[RFC][PATCH] Kconfig: ARCH_HISI: Add PINCTRL to HISI platform
Message-ID<s96cy-3WR-15@gated-at.bofh.it>
Things won't work if PINCTRL isn't enabled,
so make sure to explicitly set it rather
then betting that we have some other platform
configed in which selects it.

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Wei Xu <xuwei5@hisilicon.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: John Stultz <john.stultz@linaro.org>
---
 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index be5d824..f848946 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -67,6 +67,7 @@ config ARCH_HISI
 	bool "Hisilicon SoC Family"
 	select ARM_TIMER_SP804
 	select HISILICON_IRQ_MBIGEN if PCI
+	select PINCTRL
 	help
 	  This enables support for Hisilicon ARMv8 SoC family
 
-- 
1.9.1

[toc] | [next] | [standalone]


#1469534

FromWei Xu <xuwei5@hisilicon.com>
Date2016-08-24 17:20 +0200
Message-ID<s9I8a-42y-31@gated-at.bofh.it>
In reply to#1468117
Hi John,

On 22/08/2016 23:45, John Stultz wrote:
> Things won't work if PINCTRL isn't enabled,
> so make sure to explicitly set it rather
> then betting that we have some other platform
> configed in which selects it.
> 
> Cc: Arnd Bergmann <arnd@arndb.de>
> Cc: Wei Xu <xuwei5@hisilicon.com>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Will Deacon <will.deacon@arm.com>
> Cc: linux-arm-kernel@lists.infradead.org
> Signed-off-by: John Stultz <john.stultz@linaro.org>
> ---

Applied to hisi-defconfig-4.9 branch.
Thanks!

Best Regards,
Wei

>  arch/arm64/Kconfig.platforms | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index be5d824..f848946 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -67,6 +67,7 @@ config ARCH_HISI
>  	bool "Hisilicon SoC Family"
>  	select ARM_TIMER_SP804
>  	select HISILICON_IRQ_MBIGEN if PCI
> +	select PINCTRL
>  	help
>  	  This enables support for Hisilicon ARMv8 SoC family
>  
> 

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web