You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
genirq/msi: Add helper for creating MSI-parent irq domains
JIRA: https://issues.redhat.com/browse/RHEL-120705
Upstream Status: e4d001b
commit e4d001b
Author: Marc Zyngier <maz@kernel.org>
Date: Tue May 13 18:28:12 2025 +0100
genirq/msi: Add helper for creating MSI-parent irq domains
Creating an irq domain that serves as an MSI parent requires
a substantial amount of esoteric boiler-plate code, some of
which is often provided twice (such as the bus token).
To make things a bit simpler for the unsuspecting MSI tinkerer,
provide a helper that does it for them, and serves as documentation
of what needs to be provided.
Signed-off-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250513172819.2216709-3-maz@kernel.org
Signed-off-by: Myron Stowe <mstowe@redhat.com>
0 commit comments