diff mbox series

ARM: npcm: wpcm450: select interrupt controller driver

Message ID 20210518071514.604492-1-joel@jms.id.au (mailing list archive)
State Accepted
Commit d37316b72e8bf95a52d1c3e93c823d128c09b521
Headers show
Series ARM: npcm: wpcm450: select interrupt controller driver | expand

Commit Message

Joel Stanley May 18, 2021, 7:15 a.m. UTC
From: Jonathan Neuschäfer <j.neuschaefer@gmx.net>

The interrupt controller driver is necessary in order to have a
functioning Linux system on WPCM450. Select it in mach-npcm/Kconfig.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Fixes: ece3fe93e8f4 ("ARM: npcm: Introduce Nuvoton WPCM450 SoC")
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20210513165627.1767093-1-j.neuschaefer@gmx.net
Signed-off-by: Joel Stanley <joel@jms.id.au>
---
Can we please have this applied as a fix for v5.13. Thanks!

 arch/arm/mach-npcm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

patchwork-bot+linux-soc@kernel.org May 18, 2021, 1:40 p.m. UTC | #1
Hello:

This patch was applied to soc/soc.git (refs/heads/arm/fixes):

On Tue, 18 May 2021 16:45:14 +0930 you wrote:
> From: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> 
> The interrupt controller driver is necessary in order to have a
> functioning Linux system on WPCM450. Select it in mach-npcm/Kconfig.
> 
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> Fixes: ece3fe93e8f4 ("ARM: npcm: Introduce Nuvoton WPCM450 SoC")
> Reviewed-by: Joel Stanley <joel@jms.id.au>
> Link: https://lore.kernel.org/r/20210513165627.1767093-1-j.neuschaefer@gmx.net
> Signed-off-by: Joel Stanley <joel@jms.id.au>
> 
> [...]

Here is the summary with links:
  - ARM: npcm: wpcm450: select interrupt controller driver
    https://git.kernel.org/soc/soc/c/d37316b72e8b

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/arch/arm/mach-npcm/Kconfig b/arch/arm/mach-npcm/Kconfig
index 658c8efb4ca1..a71cf1d189ae 100644
--- a/arch/arm/mach-npcm/Kconfig
+++ b/arch/arm/mach-npcm/Kconfig
@@ -10,6 +10,7 @@  config ARCH_WPCM450
 	bool "Support for WPCM450 BMC (Hermon)"
 	depends on ARCH_MULTI_V5
 	select CPU_ARM926T
+	select WPCM450_AIC
 	select NPCM7XX_TIMER
 	help
 	  General support for WPCM450 BMC (Hermon).