]> www.infradead.org Git - users/jedix/linux-maple.git/commit
powerpc: Switch irq_domain_add_nomap() to use fwnode
authorJiri Slaby (SUSE) <jirislaby@kernel.org>
Wed, 19 Mar 2025 09:29:32 +0000 (10:29 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 16 May 2025 19:06:11 +0000 (21:06 +0200)
commit813da4f379e789c428d2e0a44730f852e090d47d
tree705d4ac850b93b312c75fe43260a04466c2011e3
parent29dea335e3553ca285fc76177a7bbf942c6767a4
powerpc: Switch irq_domain_add_nomap() to use fwnode

All irq_domain_add_*() functions are going away. PowerPC is the only
user of irq_domain_add_nomap() and there is no irq_domain_create_nomap()
complement.

Therefore, to align with the rest of the kernel, rename
irq_domain_add_nomap() to irq_domain_create_nomap() and accept a
fwnode_handle instead of a device_node.

[ tglx: Fix up subject prefix ]

Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250319092951.37667-40-jirislaby@kernel.org
Documentation/core-api/irq/irq-domain.rst
Documentation/translations/zh_CN/core-api/irq/irq-domain.rst
arch/powerpc/platforms/powermac/smp.c
arch/powerpc/platforms/ps3/interrupt.c
include/linux/irqdomain.h