Re: [PATCH] firmware: imx: scu: manage mailbox channels and global handle
| Newsgroups | dev.linux.lists.imx,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <178492504719.3813459.8752688568464104241.b4-ty@b4> |
From: Frank Li <[email protected]> On Tue, 16 Jun 2026 08:59:01 +0800, Pengpeng Hou wrote: > imx_scu_probe() requests mailbox channels with the non-managed > mbox_request_channel_byname() helper and then publishes sc_ipc through > the global imx_sc_ipc_handle. Later probe failures, including child > population failure, can leave the channels and global handle live after > the probe has failed. > > Register devres actions to free each mailbox channel and clear the global > handle. Also depopulate partially created child devices when > devm_of_platform_populate() reports an error. > > [...] Applied, thanks! [1/1] firmware: imx: scu: manage mailbox channels and global handle commit: 55c748d596f841a18cf659ce0999f64029a5c88c Best regards, -- Frank Li <[email protected]>