]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
irqchip/imx-mu-msi: Switch to MSI parent
authorThomas Gleixner <tglx@linutronix.de>
Sun, 23 Jun 2024 15:18:55 +0000 (17:18 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 18 Jul 2024 18:31:20 +0000 (20:31 +0200)
commit7b2f8aa005bc141ac9144f2fcf2cfb63abd7a0b1
tree456bfc754a6fb57fde8be16e53f1ccdf0ae20294
parent74e44454aafefd682706248eb3846e25a1a05c6d
irqchip/imx-mu-msi: Switch to MSI parent

All platform MSI users and the PCI/MSI code handle per device MSI domains
when the irqdomain associated to the device provides MSI parent
functionality.

Remove the "global" platform domain related code and provide the MSI parent
functionality by filling in msi_parent_ops.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
Signed-off-by: Shivamurthy Shastri <shivamurthy.shastri@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240623142235.574932935@linutronix.de
drivers/irqchip/Kconfig
drivers/irqchip/irq-imx-mu-msi.c
drivers/irqchip/irq-msi-lib.c