Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1468117 > unrolled thread
| Started by | John Stultz <john.stultz@linaro.org> |
|---|---|
| First post | 2016-08-23 00:50 +0200 |
| Last post | 2016-08-24 17:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[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
| From | John Stultz <john.stultz@linaro.org> |
|---|---|
| Date | 2016-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]
| From | Wei Xu <xuwei5@hisilicon.com> |
|---|---|
| Date | 2016-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