]> www.infradead.org Git - users/hch/misc.git/commit
irqdomain: soc: Switch to irq_find_mapping()
authorJiri Slaby (SUSE) <jirislaby@kernel.org>
Wed, 19 Mar 2025 09:29:41 +0000 (10:29 +0100)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 20 Mar 2025 16:09:11 +0000 (17:09 +0100)
commita70a3a6322131632cc6cf71e9d2fa6409a029fd7
tree7561c9014cdc7992503868ae2adb58442dc75f78
parent2014c95afecee3e76ca4a56956a936e23283f05b
irqdomain: soc: Switch to irq_find_mapping()

irq_linear_revmap() is deprecated, so remove all its uses and supersede
them by an identical call to irq_find_mapping().

Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Cc: Qiang Zhao <qiang.zhao@nxp.com>
Cc: Christophe Leroy <christophe.leroy@csgroup.eu>
Cc: linuxppc-dev@lists.ozlabs.org
Cc: linux-arm-kernel@lists.infradead.org
Link: https://lore.kernel.org/r/20250319092951.37667-49-jirislaby@kernel.org
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
drivers/soc/fsl/qe/qe_ic.c