linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] irqchip: Place CONFIG_SIFIVE_PLIC into the menu
@ 2019-10-02 14:44 Jonathan Neuschäfer
  2019-10-15 16:31 ` Palmer Dabbelt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jonathan Neuschäfer @ 2019-10-02 14:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: Christoph Hellwig, Jonathan Neuschäfer, Thomas Gleixner,
	Jason Cooper, Marc Zyngier

Somehow CONFIG_SIFIVE_PLIC ended up outside of the "IRQ chip support"
menu.

Fixes: 8237f8bc4f6e ("irqchip: add a SiFive PLIC driver")
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 drivers/irqchip/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index ccbb8973a324..97f9c001d8ff 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -483,8 +483,6 @@ config TI_SCI_INTA_IRQCHIP
 	  If you wish to use interrupt aggregator irq resources managed by the
 	  TI System Controller, say Y here. Otherwise, say N.

-endmenu
-
 config SIFIVE_PLIC
 	bool "SiFive Platform-Level Interrupt Controller"
 	depends on RISCV
@@ -496,3 +494,5 @@ config SIFIVE_PLIC
 	   interrupt sources are subordinate to the PLIC.

 	   If you don't know what to do here, say Y.
+
+endmenu
--
2.20.1


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

* Re: [PATCH] irqchip: Place CONFIG_SIFIVE_PLIC into the menu
  2019-10-02 14:44 [PATCH] irqchip: Place CONFIG_SIFIVE_PLIC into the menu Jonathan Neuschäfer
@ 2019-10-15 16:31 ` Palmer Dabbelt
  2019-11-11 10:50 ` Marc Zyngier
  2019-11-20 13:21 ` [tip: irq/core] " tip-bot2 for Jonathan Neuschäfer
  2 siblings, 0 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2019-10-15 16:31 UTC (permalink / raw)
  To: j.neuschaefer
  Cc: linux-kernel, Christoph Hellwig, j.neuschaefer, tglx, jason, maz

On Wed, 02 Oct 2019 07:44:52 PDT (-0700), j.neuschaefer@gmx.net wrote:
> Somehow CONFIG_SIFIVE_PLIC ended up outside of the "IRQ chip support"
> menu.
>
> Fixes: 8237f8bc4f6e ("irqchip: add a SiFive PLIC driver")
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---
>  drivers/irqchip/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
> index ccbb8973a324..97f9c001d8ff 100644
> --- a/drivers/irqchip/Kconfig
> +++ b/drivers/irqchip/Kconfig
> @@ -483,8 +483,6 @@ config TI_SCI_INTA_IRQCHIP
>  	  If you wish to use interrupt aggregator irq resources managed by the
>  	  TI System Controller, say Y here. Otherwise, say N.
>
> -endmenu
> -
>  config SIFIVE_PLIC
>  	bool "SiFive Platform-Level Interrupt Controller"
>  	depends on RISCV
> @@ -496,3 +494,5 @@ config SIFIVE_PLIC
>  	   interrupt sources are subordinate to the PLIC.
>
>  	   If you don't know what to do here, say Y.
> +
> +endmenu

Reviewed-by: Palmer Dabbelt <palmer@sifive.com>
Acked-by: Palmer Dabbelt <palmer@sifive.com>

I'm assuming this is going through the irqchip tree.

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

* Re: [PATCH] irqchip: Place CONFIG_SIFIVE_PLIC into the menu
  2019-10-02 14:44 [PATCH] irqchip: Place CONFIG_SIFIVE_PLIC into the menu Jonathan Neuschäfer
  2019-10-15 16:31 ` Palmer Dabbelt
@ 2019-11-11 10:50 ` Marc Zyngier
  2019-11-20 13:21 ` [tip: irq/core] " tip-bot2 for Jonathan Neuschäfer
  2 siblings, 0 replies; 4+ messages in thread
From: Marc Zyngier @ 2019-11-11 10:50 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: linux-kernel, Christoph Hellwig, Thomas Gleixner, Jason Cooper

On 2019-10-02 15:54, Jonathan Neuschäfer wrote:
> Somehow CONFIG_SIFIVE_PLIC ended up outside of the "IRQ chip support"
> menu.
>
> Fixes: 8237f8bc4f6e ("irqchip: add a SiFive PLIC driver")
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>

Applied to irqchip-next.

         M.
-- 
Jazz is not dead. It just smells funny...

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

* [tip: irq/core] irqchip: Place CONFIG_SIFIVE_PLIC into the menu
  2019-10-02 14:44 [PATCH] irqchip: Place CONFIG_SIFIVE_PLIC into the menu Jonathan Neuschäfer
  2019-10-15 16:31 ` Palmer Dabbelt
  2019-11-11 10:50 ` Marc Zyngier
@ 2019-11-20 13:21 ` tip-bot2 for Jonathan Neuschäfer
  2 siblings, 0 replies; 4+ messages in thread
From: tip-bot2 for Jonathan Neuschäfer @ 2019-11-20 13:21 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: j.neuschaefer, Marc Zyngier, Palmer Dabbelt, Ingo Molnar,
	Borislav Petkov, linux-kernel

The following commit has been merged into the irq/core branch of tip:

Commit-ID:     0149385537e6d36f535fcd83cfcabf83a32f0836
Gitweb:        https://git.kernel.org/tip/0149385537e6d36f535fcd83cfcabf83a32f0836
Author:        Jonathan Neuschäfer <j.neuschaefer@gmx.net>
AuthorDate:    Wed, 02 Oct 2019 16:44:52 +02:00
Committer:     Marc Zyngier <maz@kernel.org>
CommitterDate: Sun, 10 Nov 2019 18:48:35 

irqchip: Place CONFIG_SIFIVE_PLIC into the menu

Somehow CONFIG_SIFIVE_PLIC ended up outside of the "IRQ chip support"
menu.

Fixes: 8237f8bc4f6e ("irqchip: add a SiFive PLIC driver")
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Palmer Dabbelt <palmer@sifive.com>
Acked-by: Palmer Dabbelt <palmer@sifive.com>
Link: https://lore.kernel.org/r/20191002144452.10178-1-j.neuschaefer@gmx.net
---
 drivers/irqchip/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index bbb3234..697e6a8 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -487,8 +487,6 @@ config TI_SCI_INTA_IRQCHIP
 	  If you wish to use interrupt aggregator irq resources managed by the
 	  TI System Controller, say Y here. Otherwise, say N.
 
-endmenu
-
 config SIFIVE_PLIC
 	bool "SiFive Platform-Level Interrupt Controller"
 	depends on RISCV
@@ -500,3 +498,5 @@ config SIFIVE_PLIC
 	   interrupt sources are subordinate to the PLIC.
 
 	   If you don't know what to do here, say Y.
+
+endmenu

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

end of thread, other threads:[~2019-11-20 13:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-02 14:44 [PATCH] irqchip: Place CONFIG_SIFIVE_PLIC into the menu Jonathan Neuschäfer
2019-10-15 16:31 ` Palmer Dabbelt
2019-11-11 10:50 ` Marc Zyngier
2019-11-20 13:21 ` [tip: irq/core] " tip-bot2 for Jonathan Neuschäfer

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