]> www.infradead.org Git - users/jedix/linux-maple.git/commit
remoteproc: imx_dsp_rproc: Add support for DSP-specific features
authorIuliana Prodan <iuliana.prodan@nxp.com>
Wed, 16 Apr 2025 07:56:13 +0000 (10:56 +0300)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 22 Apr 2025 15:24:49 +0000 (09:24 -0600)
commitab7bca5acdb7f7e806f26329ac35761d66835e42
tree893649685ee282cd980c37de839dbda1611c8966
parent710028a2e4d76c3bdca8167012a0395b53a7f3e3
remoteproc: imx_dsp_rproc: Add support for DSP-specific features

Some DSP firmware requires a FW_READY signal before proceeding, while
others do not.
Therefore, add support to handle i.MX DSP-specific features.

Implement handle_rsc callback to handle resource table parsing and to
process DSP-specific resource, to determine if waiting is needed.

Update imx_dsp_rproc_start() to handle this condition accordingly.

Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
Link: https://lore.kernel.org/r/20250416075613.2116792-1-iuliana.prodan@oss.nxp.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/remoteproc/imx_dsp_rproc.c