Re: [PATCH 2/3] remoteproc: k3-dsp: Fix checks in k3_dsp_rproc_{mbox_callback/kick}

2025-01-02 Thread Siddharth Vadapalli
On Tue, Dec 24, 2024 at 02:44:56PM +0530, Beleswar Padhi wrote: > Commit ea1d6fb5b571 ("remoteproc: k3-dsp: Acquire mailbox handle during > probe routine") introduced a check in the "k3_dsp_rproc_mbox_callback()" > and "k3_dsp_rproc_kick()" callbacks to exit if the remote core's state > was "RPROC_

[PATCH 2/3] remoteproc: k3-dsp: Fix checks in k3_dsp_rproc_{mbox_callback/kick}

2024-12-24 Thread Beleswar Padhi
Commit ea1d6fb5b571 ("remoteproc: k3-dsp: Acquire mailbox handle during probe routine") introduced a check in the "k3_dsp_rproc_mbox_callback()" and "k3_dsp_rproc_kick()" callbacks to exit if the remote core's state was "RPROC_DETACHED". However, this caused issues in IPC-only mode, as the default