linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC][PATCH] Kconfig: ARCH_HISI: Add PINCTRL to HISI platform
@ 2016-08-22 22:45 John Stultz
  2016-08-24 15:09 ` Wei Xu
  0 siblings, 1 reply; 2+ messages in thread
From: John Stultz @ 2016-08-22 22:45 UTC (permalink / raw)
  To: lkml
  Cc: John Stultz, Arnd Bergmann, Wei Xu, Catalin Marinas, Will Deacon,
	linux-arm-kernel

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [RFC][PATCH] Kconfig: ARCH_HISI: Add PINCTRL to HISI platform
  2016-08-22 22:45 [RFC][PATCH] Kconfig: ARCH_HISI: Add PINCTRL to HISI platform John Stultz
@ 2016-08-24 15:09 ` Wei Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Wei Xu @ 2016-08-24 15:09 UTC (permalink / raw)
  To: John Stultz, lkml
  Cc: Arnd Bergmann, Catalin Marinas, Will Deacon, linux-arm-kernel

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
>  
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-24 15:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-22 22:45 [RFC][PATCH] Kconfig: ARCH_HISI: Add PINCTRL to HISI platform John Stultz
2016-08-24 15:09 ` Wei Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).