linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] PCI: mvebu: Dispose INTx IRQs before to removing INTx domain
@ 2024-07-15 11:48 Marek Behún
  2024-07-15 11:48 ` [PATCH v3 1/2] PCI: Add pci_remove_irq_domain() helper Marek Behún
  2024-07-15 11:48 ` [PATCH v3 2/2] PCI: mvebu: Dispose INTx IRQs before to removing INTx domain Marek Behún
  0 siblings, 2 replies; 5+ messages in thread
From: Marek Behún @ 2024-07-15 11:48 UTC (permalink / raw)
  To: Thomas Gleixner, Lorenzo Pieralisi, Krzysztof Wilczyński,
	Bjorn Helgaas, Andrew Lunn, Gregory Clement
  Cc: Thomas Petazzoni, Rob Herring, linux-pci, linux-arm-kernel,
	Manivannan Sadhasivam, Marek Behún

Hello Bjorn, Thomas, Ilpo et al.

I've split the patch into two: the first introduces the new helper
function, pci_remove_irq_domain(), and the second uses this new function
instead of irq_domain_remove() in the pci-mvebu controller driver.

Marek

Marek Behún (1):
  PCI: Add pci_remove_irq_domain() helper

Pali Rohár (1):
  PCI: mvebu: Dispose INTx IRQs before to removing INTx domain

 drivers/pci/controller/pci-mvebu.c |  2 +-
 drivers/pci/irq.c                  | 21 +++++++++++++++++++++
 drivers/pci/pci.h                  |  7 +++++++
 3 files changed, 29 insertions(+), 1 deletion(-)

-- 
2.44.2


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

end of thread, other threads:[~2024-10-17 19:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-15 11:48 [PATCH v3 0/2] PCI: mvebu: Dispose INTx IRQs before to removing INTx domain Marek Behún
2024-07-15 11:48 ` [PATCH v3 1/2] PCI: Add pci_remove_irq_domain() helper Marek Behún
2024-10-17  5:04   ` Manivannan Sadhasivam
2024-10-17 19:50   ` Thomas Gleixner
2024-07-15 11:48 ` [PATCH v3 2/2] PCI: mvebu: Dispose INTx IRQs before to removing INTx domain Marek Behún

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