回复: [PATCH v6 01/20] mailbox: add i.MX Messaging Unit (MU) driver

Alice Guo (OSS) alice.guo at oss.nxp.com
Mon Mar 3 09:10:48 CET 2025


> -----邮件原件-----
> 发件人: Marek Vasut <marex at denx.de>
> 发送时间: 2025年3月1日 3:09
> 收件人: Alice Guo (OSS) <alice.guo at oss.nxp.com>; Tom Rini
> <trini at konsulko.com>; Stefano Babic <sbabic at denx.de>; Fabio Estevam
> <festevam at gmail.com>; dl-uboot-imx <uboot-imx at nxp.com>; Lukasz
> Majewski <lukma at denx.de>; Sean Anderson <seanga2 at gmail.com>; Simon
> Glass <sjg at chromium.org>; Alper Nebi Yasak <alpernebiyasak at gmail.com>;
> Alice Guo <alice.guo at nxp.com>
> 抄送: u-boot at lists.denx.de; Peng Fan <peng.fan at nxp.com>; Viorel Suman
> <viorel.suman at nxp.com>; Ye Li <ye.li at nxp.com>
> 主题: Re: [PATCH v6 01/20] mailbox: add i.MX Messaging Unit (MU) driver
> 
> On 2/28/25 11:53 AM, Alice Guo (OSS) wrote:
> > From: Peng Fan <peng.fan at nxp.com>
> >
> > 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")
> 
> [...]
> 
> > +static const struct udevice_id ids[] = {
> > +	{ .compatible = "fsl,imx6sx-mu", .data = (ulong)&imx_mu_cfg_imx6sx },
> > +	{ .compatible = "fsl,imx95-mu", .data = (ulong)&imx_mu_cfg_imx95 },
> > +	{ }
> > +};
> Doesn't 6.12.y also support MX7ULP and MX8ULP MU ?
> 
> Also, please split the MU patch into separate series, so it can go in separately.

The separate patch for the mailbox driver has been sent. Please review. Thank you.

https://patchwork.ozlabs.org/project/uboot/patch/20250303035231.2680198-1-alice.guo@oss.nxp.com/

Best Regards,
Alice Guo


More information about the U-Boot mailing list