All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: npcm: wpcm450: select interrupt controller driver
@ 2021-05-13 16:56 ` Jonathan Neuschäfer
  0 siblings, 0 replies; 11+ messages in thread
From: Jonathan Neuschäfer @ 2021-05-13 16:56 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Jonathan Neuschäfer, Avi Fishman, Tomer Maimon, Tali Perry,
	Patrick Venture, Nancy Yuen, Benjamin Fair, Russell King,
	openbmc, linux-kernel

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>
---
 arch/arm/mach-npcm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-npcm/Kconfig b/arch/arm/mach-npcm/Kconfig
index 658c8efb4ca14..a71cf1d189ae5 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).
--
2.30.2


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

* [PATCH] ARM: npcm: wpcm450: select interrupt controller driver
@ 2021-05-13 16:56 ` Jonathan Neuschäfer
  0 siblings, 0 replies; 11+ messages in thread
From: Jonathan Neuschäfer @ 2021-05-13 16:56 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Tomer Maimon, Avi Fishman, Patrick Venture, openbmc,
	Jonathan Neuschäfer, Tali Perry, Russell King, linux-kernel,
	Benjamin Fair

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>
---
 arch/arm/mach-npcm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-npcm/Kconfig b/arch/arm/mach-npcm/Kconfig
index 658c8efb4ca14..a71cf1d189ae5 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).
--
2.30.2


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

* [PATCH] ARM: npcm: wpcm450: select interrupt controller driver
@ 2021-05-13 16:56 ` Jonathan Neuschäfer
  0 siblings, 0 replies; 11+ messages in thread
From: Jonathan Neuschäfer @ 2021-05-13 16:56 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Jonathan Neuschäfer, Avi Fishman, Tomer Maimon, Tali Perry,
	Patrick Venture, Nancy Yuen, Benjamin Fair, Russell King,
	openbmc, linux-kernel

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>
---
 arch/arm/mach-npcm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-npcm/Kconfig b/arch/arm/mach-npcm/Kconfig
index 658c8efb4ca14..a71cf1d189ae5 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).
--
2.30.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ARM: npcm: wpcm450: select interrupt controller driver
  2021-05-13 16:56 ` Jonathan Neuschäfer
  (?)
@ 2021-05-18  7:12   ` Joel Stanley
  -1 siblings, 0 replies; 11+ messages in thread
From: Joel Stanley @ 2021-05-18  7:12 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: Linux ARM, Tomer Maimon, Avi Fishman, Patrick Venture,
	OpenBMC Maillist, Tali Perry, Russell King,
	Linux Kernel Mailing List, Benjamin Fair

On Thu, 13 May 2021 at 16:57, Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote:
>
> 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>

I will send this to the soc maintainers to apply as a fix.

Thanks!

Joel

> ---
>  arch/arm/mach-npcm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-npcm/Kconfig b/arch/arm/mach-npcm/Kconfig
> index 658c8efb4ca14..a71cf1d189ae5 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).
> --
> 2.30.2
>

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

* Re: [PATCH] ARM: npcm: wpcm450: select interrupt controller driver
@ 2021-05-18  7:12   ` Joel Stanley
  0 siblings, 0 replies; 11+ messages in thread
From: Joel Stanley @ 2021-05-18  7:12 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: Linux Kernel Mailing List, Tomer Maimon, Avi Fishman,
	Patrick Venture, OpenBMC Maillist, Russell King, Tali Perry,
	Linux ARM, Benjamin Fair

On Thu, 13 May 2021 at 16:57, Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote:
>
> 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>

I will send this to the soc maintainers to apply as a fix.

Thanks!

Joel

> ---
>  arch/arm/mach-npcm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-npcm/Kconfig b/arch/arm/mach-npcm/Kconfig
> index 658c8efb4ca14..a71cf1d189ae5 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).
> --
> 2.30.2
>

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

* Re: [PATCH] ARM: npcm: wpcm450: select interrupt controller driver
@ 2021-05-18  7:12   ` Joel Stanley
  0 siblings, 0 replies; 11+ messages in thread
From: Joel Stanley @ 2021-05-18  7:12 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: Linux ARM, Tomer Maimon, Avi Fishman, Patrick Venture,
	OpenBMC Maillist, Tali Perry, Russell King,
	Linux Kernel Mailing List, Benjamin Fair

On Thu, 13 May 2021 at 16:57, Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote:
>
> 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>

I will send this to the soc maintainers to apply as a fix.

Thanks!

Joel

> ---
>  arch/arm/mach-npcm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-npcm/Kconfig b/arch/arm/mach-npcm/Kconfig
> index 658c8efb4ca14..a71cf1d189ae5 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).
> --
> 2.30.2
>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ARM: npcm: wpcm450: select interrupt controller driver
  2021-05-18  7:12   ` Joel Stanley
  (?)
@ 2021-05-18  9:37     ` Jonathan Neuschäfer
  -1 siblings, 0 replies; 11+ messages in thread
From: Jonathan Neuschäfer @ 2021-05-18  9:37 UTC (permalink / raw)
  To: Joel Stanley
  Cc: Jonathan Neuschäfer, Linux ARM, Tomer Maimon, Avi Fishman,
	Patrick Venture, OpenBMC Maillist, Tali Perry, Russell King,
	Linux Kernel Mailing List, Benjamin Fair

[-- Attachment #1: Type: text/plain, Size: 616 bytes --]

On Tue, May 18, 2021 at 07:12:40AM +0000, Joel Stanley wrote:
> On Thu, 13 May 2021 at 16:57, Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote:
> >
> > 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")

Ah, right, the fixes tag makes sense.

> Reviewed-by: Joel Stanley <joel@jms.id.au>
> 
> I will send this to the soc maintainers to apply as a fix.

Thanks!

Jonathan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] ARM: npcm: wpcm450: select interrupt controller driver
@ 2021-05-18  9:37     ` Jonathan Neuschäfer
  0 siblings, 0 replies; 11+ messages in thread
From: Jonathan Neuschäfer @ 2021-05-18  9:37 UTC (permalink / raw)
  To: Joel Stanley
  Cc: Linux Kernel Mailing List, Tomer Maimon, Avi Fishman,
	Patrick Venture, OpenBMC Maillist, Jonathan Neuschäfer,
	Tali Perry, Russell King, Linux ARM, Benjamin Fair

[-- Attachment #1: Type: text/plain, Size: 616 bytes --]

On Tue, May 18, 2021 at 07:12:40AM +0000, Joel Stanley wrote:
> On Thu, 13 May 2021 at 16:57, Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote:
> >
> > 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")

Ah, right, the fixes tag makes sense.

> Reviewed-by: Joel Stanley <joel@jms.id.au>
> 
> I will send this to the soc maintainers to apply as a fix.

Thanks!

Jonathan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] ARM: npcm: wpcm450: select interrupt controller driver
@ 2021-05-18  9:37     ` Jonathan Neuschäfer
  0 siblings, 0 replies; 11+ messages in thread
From: Jonathan Neuschäfer @ 2021-05-18  9:37 UTC (permalink / raw)
  To: Joel Stanley
  Cc: Jonathan Neuschäfer, Linux ARM, Tomer Maimon, Avi Fishman,
	Patrick Venture, OpenBMC Maillist, Tali Perry, Russell King,
	Linux Kernel Mailing List, Benjamin Fair


[-- Attachment #1.1: Type: text/plain, Size: 616 bytes --]

On Tue, May 18, 2021 at 07:12:40AM +0000, Joel Stanley wrote:
> On Thu, 13 May 2021 at 16:57, Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote:
> >
> > 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")

Ah, right, the fixes tag makes sense.

> Reviewed-by: Joel Stanley <joel@jms.id.au>
> 
> I will send this to the soc maintainers to apply as a fix.

Thanks!

Jonathan

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ARM: npcm: wpcm450: select interrupt controller driver
  2021-05-18  7:15 Joel Stanley
@ 2021-05-18 13:40 ` patchwork-bot+linux-soc
  0 siblings, 0 replies; 11+ messages in thread
From: patchwork-bot+linux-soc @ 2021-05-18 13:40 UTC (permalink / raw)
  To: Joel Stanley; +Cc: soc

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



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

* [PATCH] ARM: npcm: wpcm450: select interrupt controller driver
@ 2021-05-18  7:15 Joel Stanley
  2021-05-18 13:40 ` patchwork-bot+linux-soc
  0 siblings, 1 reply; 11+ messages in thread
From: Joel Stanley @ 2021-05-18  7:15 UTC (permalink / raw)
  To: soc; +Cc: Jonathan Neuschäfer

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(+)

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).
-- 
2.30.2


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

end of thread, other threads:[~2021-05-18 13:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13 16:56 [PATCH] ARM: npcm: wpcm450: select interrupt controller driver Jonathan Neuschäfer
2021-05-13 16:56 ` Jonathan Neuschäfer
2021-05-13 16:56 ` Jonathan Neuschäfer
2021-05-18  7:12 ` Joel Stanley
2021-05-18  7:12   ` Joel Stanley
2021-05-18  7:12   ` Joel Stanley
2021-05-18  9:37   ` Jonathan Neuschäfer
2021-05-18  9:37     ` Jonathan Neuschäfer
2021-05-18  9:37     ` Jonathan Neuschäfer
2021-05-18  7:15 Joel Stanley
2021-05-18 13:40 ` patchwork-bot+linux-soc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.