All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] irqchip/xilinx: remove microblaze+zynq dependency
@ 2022-06-06 21:39 Jamie Iles
  2022-06-07  7:18 ` Michal Simek
  2022-06-09 16:50 ` [irqchip: irq/irqchip-fixes] irqchip/xilinx: Remove " irqchip-bot for Jamie Iles
  0 siblings, 2 replies; 3+ messages in thread
From: Jamie Iles @ 2022-06-06 21:39 UTC (permalink / raw)
  To: linux-kernel, tglx, maz; +Cc: michal.simek, Jamie Iles

The Xilinx IRQ controller doesn't really have any architecture
dependencies - it's a generic AXI component that can be used for any
FPGA core from Zynq hard processor systems to microblaze+riscv soft
cores and more.

Signed-off-by: Jamie Iles <jamie@jamieiles.com>
---
 drivers/irqchip/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 15edb9a6fcae..a81d57677a39 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -286,7 +286,7 @@ config XTENSA_MX
 
 config XILINX_INTC
 	bool "Xilinx Interrupt Controller IP"
-	depends on MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP
+	depends on OF
 	select IRQ_DOMAIN
 	help
 	  Support for the Xilinx Interrupt Controller IP core.
-- 
2.34.1


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

* Re: [PATCH] irqchip/xilinx: remove microblaze+zynq dependency
  2022-06-06 21:39 [PATCH] irqchip/xilinx: remove microblaze+zynq dependency Jamie Iles
@ 2022-06-07  7:18 ` Michal Simek
  2022-06-09 16:50 ` [irqchip: irq/irqchip-fixes] irqchip/xilinx: Remove " irqchip-bot for Jamie Iles
  1 sibling, 0 replies; 3+ messages in thread
From: Michal Simek @ 2022-06-07  7:18 UTC (permalink / raw)
  To: Jamie Iles, linux-kernel, tglx, maz; +Cc: michal.simek



On 6/6/22 23:39, Jamie Iles wrote:
> The Xilinx IRQ controller doesn't really have any architecture
> dependencies - it's a generic AXI component that can be used for any
> FPGA core from Zynq hard processor systems to microblaze+riscv soft
> cores and more.
> 
> Signed-off-by: Jamie Iles <jamie@jamieiles.com>
> ---
>   drivers/irqchip/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
> index 15edb9a6fcae..a81d57677a39 100644
> --- a/drivers/irqchip/Kconfig
> +++ b/drivers/irqchip/Kconfig
> @@ -286,7 +286,7 @@ config XTENSA_MX
>   
>   config XILINX_INTC
>   	bool "Xilinx Interrupt Controller IP"
> -	depends on MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP
> +	depends on OF
>   	select IRQ_DOMAIN
>   	help
>   	  Support for the Xilinx Interrupt Controller IP core.

Acked-by: Michal Simek <michal.simek@amd.com>

Thanks,
Michal

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

* [irqchip: irq/irqchip-fixes] irqchip/xilinx: Remove microblaze+zynq dependency
  2022-06-06 21:39 [PATCH] irqchip/xilinx: remove microblaze+zynq dependency Jamie Iles
  2022-06-07  7:18 ` Michal Simek
@ 2022-06-09 16:50 ` irqchip-bot for Jamie Iles
  1 sibling, 0 replies; 3+ messages in thread
From: irqchip-bot for Jamie Iles @ 2022-06-09 16:50 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jamie Iles, Michal Simek, Marc Zyngier, tglx

The following commit has been merged into the irq/irqchip-fixes branch of irqchip:

Commit-ID:     b84dc7f0e3646d480b6972c5f25586215c5f33e2
Gitweb:        https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/b84dc7f0e3646d480b6972c5f25586215c5f33e2
Author:        Jamie Iles <jamie@jamieiles.com>
AuthorDate:    Mon, 06 Jun 2022 22:39:52 +01:00
Committer:     Marc Zyngier <maz@kernel.org>
CommitterDate: Thu, 09 Jun 2022 17:34:56 +01:00

irqchip/xilinx: Remove microblaze+zynq dependency

The Xilinx IRQ controller doesn't really have any architecture
dependencies - it's a generic AXI component that can be used for any
FPGA core from Zynq hard processor systems to microblaze+riscv soft
cores and more.

Signed-off-by: Jamie Iles <jamie@jamieiles.com>
Acked-by: Michal Simek <michal.simek@amd.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220606213952.298686-1-jamie@jamieiles.com
---
 drivers/irqchip/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 4ab1038..1f23a6b 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -298,7 +298,7 @@ config XTENSA_MX
 
 config XILINX_INTC
 	bool "Xilinx Interrupt Controller IP"
-	depends on MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP
+	depends on OF
 	select IRQ_DOMAIN
 	help
 	  Support for the Xilinx Interrupt Controller IP core.

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

end of thread, other threads:[~2022-06-09 16:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-06 21:39 [PATCH] irqchip/xilinx: remove microblaze+zynq dependency Jamie Iles
2022-06-07  7:18 ` Michal Simek
2022-06-09 16:50 ` [irqchip: irq/irqchip-fixes] irqchip/xilinx: Remove " irqchip-bot for Jamie Iles

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.