mbox series

[v3,0/2] PCI: mvebu: Dispose INTx IRQs before to removing INTx domain

Message ID 20240715114854.4792-1-kabel@kernel.org (mailing list archive)
Headers show
Series PCI: mvebu: Dispose INTx IRQs before to removing INTx domain | expand

Message

Marek Behún July 15, 2024, 11:48 a.m. UTC
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(-)