]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
soc: fsl: qe_ports_ic: switch to irq_domain_create_linear()
authorChristophe Leroy (CS GROUP) <chleroy@kernel.org>
Tue, 24 Mar 2026 22:34:16 +0000 (23:34 +0100)
committerChristophe Leroy (CS GROUP) <chleroy@kernel.org>
Wed, 25 Mar 2026 10:24:07 +0000 (11:24 +0100)
commit7b9233b25131fa54ef9c64ebbe95aef6ad3de47c
treedd07f3e823c1d535d45105b91c8b82f45644191a
parent7dad18a179741dbad9f40799e549fa9111987c0c
soc: fsl: qe_ports_ic: switch to irq_domain_create_linear()

irq_domain_add_linear() is about to be removed, replace by the
more generic irq_domain_create_linear(),
see commit 42b8b16fe56c ("irqdomain: Drop irq_domain_add_*()
functions") for details.

Link: https://lore.kernel.org/r/a9de2f351ea71e4b794baaea8d9d790fbfac8d26.1774391374.git.chleroy@kernel.org
Signed-off-by: Christophe Leroy (CS GROUP) <chleroy@kernel.org>
drivers/soc/fsl/qe/qe_ports_ic.c