[GIT PULL] Devicetree fixes for v6.18, part 2

From: Rob Herring
Date: Fri Oct 24 2025 - 13:22:48 EST


Linus,

Please pull another set of DT fixes for 6.18. These are also
dependencies Thomas is pulling in for the further refactoring in 6.19.

Rob


The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)

are available in the Git repository at:

ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-6.18-2

for you to fetch changes up to 7209ff310083315386570bf8d001a0845fe7ab8c:

of/irq: Export of_msi_xlate() for module usage (2025-10-24 07:44:09 -0500)

----------------------------------------------------------------
Devicetree fixes for v6.18, part 2:

- Fix handling of GICv5 ITS MSI properties on platforms with
'msi-parent' as well as a of_node refcounting fix. This is also
preparation for further refactoring in 6.19 to use common DT parsing
of MSI properties.

----------------------------------------------------------------
Lorenzo Pieralisi (3):
of/irq: Add msi-parent check to of_msi_xlate()
of/irq: Fix OF node refcount in of_msi_get_domain()
of/irq: Export of_msi_xlate() for module usage

drivers/of/irq.c | 44 ++++++++++++++++++++++++++++++++++++++++----
1 file changed, 40 insertions(+), 4 deletions(-)