]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mailbox: imx: use device name in interrupt name
authorPeng Fan <peng.fan@nxp.com>
Mon, 29 Jul 2024 07:47:09 +0000 (15:47 +0800)
committerJassi Brar <jassisinghbrar@gmail.com>
Mon, 23 Sep 2024 00:19:17 +0000 (19:19 -0500)
commit39d7d6177f0cc25a567a4b3d2b2323489d4615f7
treeccd76e18f9dd696e7891243a8dc165f0617b2b60
parent0e4ed48292c55eeb0afab22f8930b556f17eaad2
mailbox: imx: use device name in interrupt name

There are several MUs for different usage, SCMI MU, ELE MU, RemotePROC
MU. Using "imx_mu_chan" in interrupt name would be hard to identify
which MU triggers interrupt, so use device name to make it easy to know
which MU triggers which interrupt.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
drivers/mailbox/imx-mailbox.c