Re: [PATCH v2 04/15] firmware: imx-dsp: Use mbox_ring_doorbell() instead of NULL message
From: Daniel Baluta <hidden>
Date: 2026-02-09 15:49:57
Also in:
imx, lkml
From: Daniel Baluta <hidden>
Date: 2026-02-09 15:49:57
Also in:
imx, lkml
On 2/8/26 06:01, Douglas Anderson wrote:
[You don't often get email from dianders@chromium.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] As per the patch ("mailbox: Deprecate NULL mbox messages; Introduce mbox_ring_doorbell()"), we want to switch all users of NULL mailbox messages to use mbox_ring_doorbell(). This client only ever sent NULL messages, so the transition is straightforward. Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>