[PATCH 01/17] mailbox: add i.MX95 Messaging Unit (MU) driver

Tom Rini trini at konsulko.com
Wed Oct 16 20:06:00 CEST 2024


On Wed, Oct 16, 2024 at 03:17:54PM +0800, Alice Guo wrote:
> From: Peng Fan <peng.fan at nxp.com>
> 
> i.MX95 Messaging Unit (MU) enables 2 processors on a chip to communicate
> and coordinate by passing messages (e.g. frame information, event
> notices and requests) through the MU interface. This patch provides a
> driver for i.MX95 MU using the common mailbox framework. Currently, SCMI
> exchanges on i.MX95 uses a mailbox transport with SMT format, and the
> harware used is this MU.
> 
> Signed-off-by: Viorel Suman <viorel.suman at nxp.com>
> Signed-off-by: Peng Fan <peng.fan at nxp.com>
> Signed-off-by: Alice Guo <alice.guo at nxp.com>
> Reviewed-by: Ye Li <ye.li at nxp.com>
> ---
>  drivers/mailbox/Kconfig       |   7 +
>  drivers/mailbox/Makefile      |   1 +
>  drivers/mailbox/imx-mailbox.c | 417 ++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 425 insertions(+)

Fabio already noted the general MAINTAINERS missing part, but all of
these new drivers and so forth should be covered under some entry as
well in the top level MAINTAINERS file.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20241016/9d9e016e/attachment.sig>


More information about the U-Boot mailing list