mailbox: add i.MX Messaging Unit (MU) driver
authorPeng Fan <peng.fan@nxp.com>
Tue, 4 Mar 2025 06:57:40 +0000 (14:57 +0800)
committerFabio Estevam <festevam@gmail.com>
Thu, 13 Mar 2025 18:15:50 +0000 (15:15 -0300)
commit21a4ac55c0d4eba836a45345d011093ffdc85b5c
tree3d7e57c516aa1db9e3f57a0eb98b76717e462340
parenta1cd1ac79a29fc8bc484b2fc8f6d47ca90dcd43f
mailbox: add i.MX Messaging Unit (MU) driver

This patch provides a driver for i.MX Messaging Unit (MU) using the
commom mailbox framework.

This is ported from Linux (v6.12.8) driver
drivers/mailbox/imx-mailbox.c. Its commit SHA is:
39d7d6177f0c ("mailbox: imx: use device name in interrupt name")

Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Alice Guo <alice.guo@nxp.com>
Reviewed-by: Ye Li <ye.li@nxp.com>
MAINTAINERS
drivers/mailbox/Kconfig
drivers/mailbox/Makefile
drivers/mailbox/imx-mailbox.c [new file with mode: 0644]