linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: irqchip: Remove ARM_GIC_V3_ITS_PCI Kconfig leftover
@ 2024-10-09 10:15 Lorenzo Pieralisi
  2024-10-09 11:05 ` Marc Zyngier
  0 siblings, 1 reply; 2+ messages in thread
From: Lorenzo Pieralisi @ 2024-10-09 10:15 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-arm-kernel, Lorenzo Pieralisi, Thomas Gleixner,
	Marc Zyngier

GICv3 ITS PCI handling code moved to the MSI parent infrastructure in:

commit b5712bf89b4b ("irqchip/gic-v3-its: Provide MSI parent for
PCI/MSI[-X]")

the code move removed source files that were selected by the
the ARM_GIC_V3_ITS_PCI config option; it now sits unused.

Remove it.

Fixes: b5712bf89b4b ("irqchip/gic-v3-its: Provide MSI parent for PCI/MSI[-X]")
Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Marc Zyngier <maz@kernel.org>
---
 drivers/irqchip/Kconfig | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 341cd9ca5a05..d82bcab233a1 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -45,13 +45,6 @@ config ARM_GIC_V3_ITS
 	select IRQ_MSI_LIB
 	default ARM_GIC_V3
 
-config ARM_GIC_V3_ITS_PCI
-	bool
-	depends on ARM_GIC_V3_ITS
-	depends on PCI
-	depends on PCI_MSI
-	default ARM_GIC_V3_ITS
-
 config ARM_GIC_V3_ITS_FSL_MC
 	bool
 	depends on ARM_GIC_V3_ITS
-- 
2.47.0



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

* Re: [PATCH] drivers: irqchip: Remove ARM_GIC_V3_ITS_PCI Kconfig leftover
  2024-10-09 10:15 [PATCH] drivers: irqchip: Remove ARM_GIC_V3_ITS_PCI Kconfig leftover Lorenzo Pieralisi
@ 2024-10-09 11:05 ` Marc Zyngier
  0 siblings, 0 replies; 2+ messages in thread
From: Marc Zyngier @ 2024-10-09 11:05 UTC (permalink / raw)
  To: Lorenzo Pieralisi; +Cc: linux-kernel, linux-arm-kernel, Thomas Gleixner

On Wed, 09 Oct 2024 11:15:33 +0100,
Lorenzo Pieralisi <lpieralisi@kernel.org> wrote:
> 
> GICv3 ITS PCI handling code moved to the MSI parent infrastructure in:
> 
> commit b5712bf89b4b ("irqchip/gic-v3-its: Provide MSI parent for
> PCI/MSI[-X]")
> 
> the code move removed source files that were selected by the
> the ARM_GIC_V3_ITS_PCI config option; it now sits unused.
> 
> Remove it.
> 
> Fixes: b5712bf89b4b ("irqchip/gic-v3-its: Provide MSI parent for PCI/MSI[-X]")
> Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: Marc Zyngier <maz@kernel.org>

Already fixed as of:

https://lore.kernel.org/r/172787481077.390.6867959419187258610.tip-bot2@tip-bot2

Thanks,

	M.

-- 
Without deviation from the norm, progress is not possible.


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

end of thread, other threads:[~2024-10-09 11:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-09 10:15 [PATCH] drivers: irqchip: Remove ARM_GIC_V3_ITS_PCI Kconfig leftover Lorenzo Pieralisi
2024-10-09 11:05 ` Marc Zyngier

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